Releases: NCUHOME/cato
Releases · NCUHOME/cato
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
v0.0.4
What's Changed
- 📝 add roadmap into readme doc by @mint-leaf in #6
- rich type mapper info in generate and fix json trans bug by @mint-leaf in #7
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- ✨ add common container interface by @mint-leaf in #4
- ✅ replace self container in tmpl with core interface by @mint-leaf in #5
Full Changelog: v0.0.2...v0.0.3