Releases: maxifom/eos-abigen
Releases · maxifom/eos-abigen
v0.0.14
Changelog
- 8e1d423 Typescript: Add toJSON for Asset and Symbol types (#17)
- 4bd3c9a Update to go1.19+move to go:embed for typescript templates (#18)
v0.0.12
Changelog
- 02da24f Golang: Fix time parsing. Add contract interaction examples
- 18c990a Golang: fix example
- fb0a523 Update README.md
v0.0.11
Changelog
- 42e6a5d Golang: correct typing and JSON unmarshalling
v0.0.10
Changelog
- 9eb3369 Delete ts-ignore, dont generate mappers for arrays that dont need it
- 6ba20a7 Typescript: template refactoring, add support for struct inside structs
- 0b5d3d0 Update Readme
- d19e21b Update Readme
v0.0.8
Changelog
- a641943 Typescript action builder: clear actions on build()
v0.0.7
Changelog
- 7f6c62c Typescript action builder: clear actions on build()
Implement nested Typescript arrays
Merge pull request #4 from maxifom/add_all_mappings_ts
Add all mappings to typescript and implement typescript nested arrays…