Skip to content

Releases: NCUHOME/cato

v0.1.1

17 Apr 04:56
6cbc982

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0.nightly

24 Mar 06:08
1261e64

Choose a tag to compare

v0.1.0.nightly Pre-release
Pre-release

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

10 Mar 14:03
d1a8d87

Choose a tag to compare

  • ✨ 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

23 Jan 05:25
3e19743

Choose a tag to compare

What's Changed

  • 🗃️ improve rdb and repo accessibility by @mint-leaf in #14

Full Changelog: v0.0.6...v0.0.7

v0.0.6

18 Jan 14:23
91a5345

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

18 Jan 13:15
5ed3d53

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 Jan 14:24
b5ada63

Choose a tag to compare

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

30 Dec 14:21
5d5dfc5

Choose a tag to compare

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

v0.0.2

24 Dec 05:21
c7d047b

Choose a tag to compare

  • add core package
  • imporve rdb and http module generator
  • remove experimental sql generator
  • fix generator bugs

v0.0.1

24 Nov 14:12

Choose a tag to compare

Preview Version!

Feature

  1. basic ability for DO, Repo, RdbRepo generation
  2. basic ability for Http-Server generation
  3. first step of building a simple project