Skip to content

v1.1.2

Compare
Choose a tag to compare
@AlekSi AlekSi released this 19 Jul 21:26
· 318 commits to main since this release

https://github.com/go-reform/reform/milestones/v1.1.2

  • reform tool now correctly ignores type information when it's not used.
    This allows one to have fields of any custom types. The only exception is primary key fields,
    which are restricted to basic types (numbers and strings).
  • Package gopkg.in/reform.v1/parse is explicitly documented as internal.
    (It's wasn't really possible to use it.)