Skip to content

Releases: halcyonnouveau/clorinde

clorinde-v0.12.0

16 Feb 04:26
d8a07c6
Compare
Choose a tag to compare

Added

  • Some CLI improvements (#54)
  • feat; add use-workspace-deps option (#50)

Fixed

  • fix; config defaults

Refactor

  • refactor; type register for better custom type support

clorinde-v0.11.4

07 Feb 03:23
6e216e1
Compare
Choose a tag to compare

Added

  • feat; add static files config (#49)
  • feat; add prompt for generating on a non-default directory

clorinde-v0.11.3

30 Jan 00:07
452f8af
Compare
Choose a tag to compare

Fixed

  • publish to specific repo wasn't supported in clorinde.toml (#40)

Refactor

  • use quote crate instead of codegen_template and run cargo fmt after generation (#35)

Added

  • add citext and other extension friends (#44)

clorinde-v0.11.2

24 Jan 16:41
Compare
Choose a tag to compare

Fixed

  • lifetimes and generics (#36)

clorinde-v0.11.1

21 Jan 23:17
2fd8e37
Compare
Choose a tag to compare

Fixed

  • add serde for serialize without json (#27)
  • Don't force enable optional dependencies if wasm-async is enabled (#19)
  • Detect borrowed type based on std Rust types (#17)
  • Only depend on "ctypes" crate if it is referenced (#18)

Other

  • rename settings parameter to config (#24)

Refactor

  • remove async-trait dependency (#28)

clorinde-v0.11.0

12 Jan 23:11
ca63ab1
Compare
Choose a tag to compare

Added

  • add bpchar to string types (#14)
  • clorinde.toml adds to generated crate package (#11)
  • add optional time feature

clorinde-v0.10.2

07 Jan 17:54
Compare
Choose a tag to compare

Fixed

  • Don't generate imports specific to async for the sync client
  • Clippy warnings in generated code
  • fix warning placment