Releases: guillemus/metago
Releases · guillemus/metago
Release list
v0.2.2
v0.2.1
What\u2019s changed
std.stringernow supports primitive-backed named types with no declared constants;String()returns the underlying value\u2019s standard text.- Renamed the embedded Serde template source from
std/serde/json.metagotostd/serde/serde.metago. - Expanded
std/serdebenchmark coverage.
v0.2.0
Changelog
- ee217d8 Add AGENTS.md file
- 45811f4 add docs
- 9fba005 add emitOnce
- 8787219 add metago.toml support
- aa7713b add mise task
- 05e4ed6 add mock, mapstruct, enum and serde into std
- ab6ea91 add special instruction at AGENTS.md
- 1463072 add support for package level directives
- 8cc57e4 allow const and var for template invocation
- 8189afd apply go fix
- c2494af change docs
- 7d8b758 cleanup old serde md files from optimization run
- b5d6103 decouple serde jsonruntime to be in another package
- 256b5d3 docs
- 5c45fae document all at README
- 3474fc8 expanding serde package
- 34138b4 improve enum
- 70018d4 improve test support
- 1b4aa4e inline cleanup
- 6518af3 make serde faster
- 23a1b72 make serde performant and pass tests
- d076bcf move activerecord experiment to x, prevent templates with same name
- 66a3e27 move back sqlmodel to experiments, cleanup
- 0df2d30 prefix builtin templates with std
- 56bf09b readme change
- 8c3a627 refactor
- 6d0768d refactor orm
- c26ffd1 remove redundancy
- 711ad21 remove stale generations
- dd55782 rename
- e111f40 rename to std.serde
- 35a141f reserve names for future usage
- 5e41a37 serde template improve readability
- 26722bc simplify activerecord api
- 4ec4be0 support warn and fail template utilities
- 0d514f0 template indenting
- 696ae59 trimming down api, more sql experiments
- 1f715a6 update docs
v0.1.0
Changelog
- 2e730a1 Add utils and README
- 5a40e7c Fix scanner and inline generation bugs, add behavior tests
- 719700a add GoReleaser workflow
- bfd80e3 add image
- c27efbf add json experiment
- 0cea545 add sql experiment and split files
- c07d99e go fix
- 04c1ffa ignore Go test binaries
- 5723261 initial commit
- 9069ba0 rawsql experiment and other improvements
- 860b25f refactor
- e02da65 refactor
- 7fe238f refactor
- c734b20 syntax convenience
- 9bd5fc6 syntax refactor