Skip to content

Releases: maxifom/eos-abigen

v0.0.14

17 Sep 09:25
4bd3c9a
Compare
Choose a tag to compare

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.13

18 Jun 18:17
c75ea09
Compare
Choose a tag to compare

Changelog

  • 253def9 Export types from index.ts
  • 1461f84 Intergrate afero for easier testing (#13)
  • c75ea09 Intergrate afero for easier testing (#15)

v0.0.12

27 Mar 13:30
18c990a
Compare
Choose a tag to compare

Changelog

  • 02da24f Golang: Fix time parsing. Add contract interaction examples
  • 18c990a Golang: fix example
  • fb0a523 Update README.md

v0.0.11

27 Mar 12:44
42e6a5d
Compare
Choose a tag to compare

Changelog

  • 42e6a5d Golang: correct typing and JSON unmarshalling

v0.0.10

27 Mar 11:48
6ba20a7
Compare
Choose a tag to compare

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.9

26 Mar 17:42
e2baa73
Compare
Choose a tag to compare

Changelog

v0.0.8

26 Mar 16:38
a641943
Compare
Choose a tag to compare

Changelog

  • a641943 Typescript action builder: clear actions on build()

v0.0.7

26 Mar 16:17
7f6c62c
Compare
Choose a tag to compare

Changelog

  • 7f6c62c Typescript action builder: clear actions on build()

v0.0.6

26 Mar 15:35
85754a4
Compare
Choose a tag to compare

Changelog

Implement nested Typescript arrays

26 Mar 13:44
b49a449
Compare
Choose a tag to compare
Merge pull request #4 from maxifom/add_all_mappings_ts

Add all mappings to typescript and implement typescript nested arrays…