Skip to content

Releases: SpiriitLabs/excel_gen

v0.1.0-beta

09 Oct 16:29
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

🚀 Features

  • (optimization) Use new constant_memory feature from rust_xlsxwriter - (82736ce)

🚜 Refactor

  • (lib) Update to an optional worksheet name - (21d862e)

📚 Documentation

  • (changelog) Add contributors section to changelog - (d0f9577)
  • (changelog) Use macros from git-cliff to print commit links in changelog - (fbf067c)

⚙️ Miscellaneous Tasks

  • Update lock dependencies - (8ec90c6)

v0.1.0-alpha

09 Oct 13:14
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-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