Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 13:14
· 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