Releases: cloudspannerecosystem/yo
Releases · cloudspannerecosystem/yo
v0.3.7
- Use ParseDDLs to ignore comments (#65)
- Support ignore fields table.column format (#64)
v0.3.6
- use spanner emulator for e2etest (#56)
- refactor ci flow and use go 1.15 (#57)
- templates: add missing google.golang.org/grpc/status import (#59)
- test/testutil: add missing defer file.Close() (#60)
- Make 'yo generate overwrite yo_db file (#61)
v0.3.5
- Remove goimports binary dependency #54
v0.3.4
- Fix import name to kenshaw #53
- Add pluralize to funcs #52
v0.3.3
Changelog
- Add github action to provide release binaries #45 (#48)
v0.3.2
- Fix link to contribution guidelines (#43)
- respect primary keys ordering (#44)
v0.3.1
- remove column_default column #40
- update memefish to support foreign key #42
v0.3.0
- use IS NULL for query if the value is null #38
- use spanner.Error for GRPCStatus() and add test cases #37
- fix a command to install yo #36
- add Unwrap() method of yoError #35
v0.2.1
Add indexes field (#32)
* add Indexes field
* define setIndexesToTables method
v0.2.0
Merge pull request #27 from mercari/update
Refactor test