Releases: bocha-io/garnetutils
Releases · bocha-io/garnetutils
v0.3.0
Changelog
- 28b0ec2 chore: add DO NOT EDIT comment and try to call golines (#16)
- 1f03f95 chore: move strings to const
- 966549c feat: create table names const
- 1e1d803 feat: expose the blockchain connection
- e4101ff feat: support for default values when the key does not exist
- 88a22bf fix: allow users to edit more than one time a table in the same contract
- ab25378 fix: keys getter
- 6aae62f fix: linter and tests issues
v0.2.0
Changelog
- 2c910f5 chore: run fix-lines width (#10)
- 69f3c86 feat: ast converter changes to support eternal legends contracts (#8)
- 5f9bc6e feat: ast converter tools (#6)
- d3b4cf4 feat: call gofmt on output folder (#9)
- e5d9e05 feat: remove single line comments on mud config (#7)
- 540959d fix: delete records capitalization (#15)
- 28d1ae7 fix: new bytes field helper and missing pointers to functions (#11)
- 33edc48 fix: remove trailing comma from ts files (#14)
- 9c2813b fix: support for empty returns (#13)
- 00a2993 refactor: expose get all rows and process the fields to go types (#12)
v0.1.0
Changelog
- b8397c7 chore: add ci workflows (#1)
- 06cb496 chore: goreleaser config
- 7a5e838 chore: run golines on all files
- b4dbfee feat: autogenerate getters strings (#2)
- 3e70975 feat: cli code added to generate the go files (#5)
- dde9f63 feat: convert ts to json, get all the tables and enums
- aae9728 feat: create events functions (#3)
- 33c88c0 feat: create the getters/events/types files (#4)