v0.1.0-alpha
Pre-release
Pre-release
·
6 commits
to main
since this release
π Features
- (cli) Add clap + log deps
- (avro) Add worksheet autofit + update dateFormat to numFormat in cell
- (excel) Remove unnecessary cell_type + use format options
- (api) Add error enums
- (deps) Add zlib + ryu features for excel lib
- (parser) Add trait
- (parser) Add html parser
π Bug Fixes
- (parser) Update avro schema
- (cli) Print properly the output location
- (parser) Remove \n in cell value in html parser
π Refactor
- Use clap and tracing + a bit of refactoring (not using format for now)
- (lib) Create module excel
- (parser) Create parser module for avro
- (cli) Use subcommand to also use html
π Documentation
- Add README + License
βοΈ Miscellaneous Tasks
- Exclude ides config folder + remove old test.html
- Add linting github workflow
- Add build_test workflow (+ rename, update trigger events)
- Update gitignore
- Add rust_release workflow + workflow_dispatch trigger