github gnormal/gnorm v1.0.0
v1.0.0 TemplateEngine, Foreign Keys, and so much more

latest releases: v1.1.1, v1.1.0
5 years ago

This is a huge release because uh... I haven't done a release in a year. Oops.

But this one is important, it adds support for template engines, which means you can use any template system you want - jinja, amber, ace, whatever. As long as you can render templates via a command line tool, you can use that templating system.

Changelog

f9a0cde fix magefile
f8bfaf8 start using goreleaser (#110)
23a95a3 add support for template engines (#109)
5cec2b8 fix a bunch of highlighting stuff on the website (#108)
b89c261 rename index function so it doesn't overlap with built-in (#106)
5508f6a Add test for Sorted
d59abbf fix magefile
8c14df8 fix sorted method on Strings
3c40e89 fix list in docs
2d7cbaf Sort and docs (#105)
6d61ec9 fix: passing the table DB name to the enum-generation steps (#99)
d696814 Abort generation if file exists and matches glob (#91)
25eb64a surface index uniqueness (#88)
ca6baf0 expose column comments (#85)
61fec0c ensure consistent index ordering (#83)
5c998ea introduce new funcs to ForeignKeyColumns (#81)
f271111 use queryForeignKeys in parse.go (#80)
bb0f0f1 check for public schema before trimming table name (#76)
ae5317d add support for indexes (#70)
8d67147 Convert []interface{} to []string from plugins (#66)
a894efd Added Bi-Directional Foreign Keys (#63)
80d3e58 fix the mysql template (#69)
a634174 fix postgres enums (#68)
4b0d4dc Add missing config items to configdata (#67)
5b20ff0 add except method (#65)
973f5d9 add numbers function (#59)
0ba6eb2 make static dir with init (#58)
06cb323 fix-vendor (#55)
127ccf7 fix init and add test for it (and update deps) (#54)
d8cc902 prepend outputdir on generated files & cleanup (#49)
1e353a6 Adds Primary Key Information To Tables and Columns (#50)
a5c1d6c Support static files (#45)
468b75c Updates documentation to reference mage build instead of go run make.go (#48)
7675fdc Add support for template plugin (#35)
38c7bb1 ignore site and vendor dirs for github stats (#44)
b4bdadf Use ioutil.WriteFile instead of atomic.WriteFile (#42)
9354db9 use mage deps and cleanup (#40)
0fd0729 Add link to CONTRIBUTING.md (#38)
bc1de9a start using a magefile (#37)
2f19124 preview updates (#36)
a973ffc Gnorm docs (#34)
f420e3f readme cleanup
67f6bd3 add build badge to readme (#30)
b012c9d update travis config (#29)
3ee7171 Run dep ensure to add github.com/natefinch/atomic package (#26)

Don't miss a new gnorm release

NewReleases is sending notifications on new releases.