Skip to content

Releases: freerware/morph

v1.5.0

18 May 05:44
b86575b

Choose a tag to compare

What's Changed

  • Support omitting struct fields using '-' tag values. by @fr33r in #17
  • Add aliases for SELECT queries. by @fr33r in #18
  • Introduce support for 'time.Time' & '*time.Time' on structs. by @fr33r in #19
  • Introduce initial logo. by @fr33r in #20

Full Changelog: v1.4.0...v1.5.0

v1.4.0

05 Apr 05:37
245e1c9

Choose a tag to compare

What's Changed

  • Introduce SELECT query functionality. by @fr33r in #15

Full Changelog: v1.3.0...v1.4.0

v1.3.0

22 Mar 21:17
5cf0933

Choose a tag to compare

What's Changed

  • Update README.md badges. by @fr33r in #11
  • Introduce "must" and "with args" query method variants. by @fr33r in #10
  • Convert 'interface{}' to 'any'. by @fr33r in #12
  • Introduce initial set of the benchmarks. by @fr33r in #13
  • Use variadic param for option instead of slice. by @fr33r in #14

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Mar 05:07
c76ca43

Choose a tag to compare

What's Changed

  • Introduce additional casing strategies. by @fr33r in #7
  • Expand reflection options behavior. by @fr33r in #8
  • Add lint GitHub action in CI workflow. by @fr33r in #9

Full Changelog: v1.1.0...v1.2.0

Introduce reflection and query capabilities.

12 Mar 06:22
7f63406

Choose a tag to compare

v1.1.0

Convert 'table' tests to leverage table driven tests. (#6)