Releases: NCUHOME/cato
Releases · NCUHOME/cato
V0.1.3
What's Changed
- docs: rewrite project README by @mint-leaf in #22
- fix(swagger): generate array and ref schema correctly for params by @mint-leaf in #23
Full Changelog: v0.1.2...v0.1.3
V0.1.3.nightly
Nightly prerelease synced from v0.1.3.
Source release: https://github.com/NCUHOME/cato/releases/tag/v0.1.3
Source branch: nightly
Nightly commit: 15033cf
v0.1.2
What's Changed
- chore(ci): sync main into nightly and mirror releases by @mint-leaf in #20
- refactor(httpc): replace timeout option with pooled controller by @mint-leaf in #21
Full Changelog: v0.1.1...v0.1.2
v0.1.2.nightly
Nightly prerelease synced from v0.1.2.
Source release: https://github.com/NCUHOME/cato/releases/tag/v0.1.2
Source branch: nightly
Nightly commit: ddb22a9
v0.1.1
What's Changed
- fix float kind map by @mint-leaf in #17
- 🐛 fix param fill bug in xorm.Exec by @mint-leaf in #19
Full Changelog: v0.1.0...v0.1.1
v0.1.0.nightly
What's Changed
- feat(http): add extend flag for generated param methods by @mint-leaf in #16
Full Changelog: v0.1.0...v0.1.0.nightly
V0.1.0
- ✨ feat(http-gen): split HTTP generation pipeline into API and Handlers
- ✨ feat(core-http): add HttpService abstraction and composable HttpOption (with timeout middleware)
- ✨ feat(core-rdb): introduce XORM Engine implementation and transaction context support
- ✨ feat(repo): add NewRdbRepo constructor and improve repo/rdb cross-package accessibility
- ♻️ refactor(http-param): simplify HTTP parameter generation and remove impl-related path
- 🐛 fix(db-mapper): fix SQLITE3 placeholder mapping and add Timestamp -> time.Time mapping
- 🗑️ chore(cleanup): remove legacy http protocol/handler/tier templates and unused code
- ⬆️ chore(deps): update generated proto files and dependencies (including xorm)
- 🔀 chore: merge main
V0.0.7
What's Changed
- 🗃️ improve rdb and repo accessibility by @mint-leaf in #14
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- 🐛 fix raw type find in json trans tmpl by @mint-leaf in #13
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- ✨ add swagger2 support by @mint-leaf in #8
- ✨ add placeholder for table by @mint-leaf in #9
- 📝 update readme by @mint-leaf in #10
- ✏️ fix readme typo by @mint-leaf in #12
Full Changelog: v0.0.4...v0.0.5