Releases: Jh123x/buildergen
Releases · Jh123x/buildergen
Release v0.3.0
What's Changed
Full Changelog: v0.2.1...v0.3.0
Release v0.2.1
What's Changed
- feat: add go internal AST as a parser mode by @Jh123x in #10
- fix: fix discrepancy between local unit tests and actions unit tests
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: add yaml file support for code generation by @Jh123x in #8
- feat: end file parsing after detecting struct
- fix: fix parser bug when encountering inline comments
- fix: fix bug when inline comments are used in structs
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: parser rewrite to improve runtime by @Jh123x in #7
- feat: new flag for optional code validation before generation
- fix: fix usage message with
\n
in the string - docs: update with new benchmark + remove hash column
Full Changelog: v0.0.7...v0.1.0
v0.0.7
v0.0.6
v0.0.5
Changelog
- Fix a bug where extra imports are added for files with extra imports.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
v0.0.2
What's Changed
- feat: format functions inline instead of writing to file first
- test: add tests to parser
Full Changelog: v0.0.1...v0.0.2