Skip to content

Tags: gzuidhof/tygo

Tags

v0.2.17

Toggle v0.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #70 from gzuidhof/add-test-cases

Add support for direct string translation, add conversion tests

v0.2.16

Toggle v0.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #69 from gzuidhof/generic-on-non-struct-typedef

Fix generic type on non-struct definitions

v0.2.15

Toggle v0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #63 from gzuidhof/map-rune-to-number

Map rune to number

v0.2.14

Toggle v0.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #52 from pdhammond42/main

Add ability to emit literal Typescript from with Go file

v0.2.13

Toggle v0.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from moeshin/fix-constant-value

Fix constant value

v0.2.12

Toggle v0.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from moeshin/fix-interface-inherit

Fix interface inherit

v0.2.11

Toggle v0.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from moeshin/replace-iota

Replace `iota` variable in constant

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from imiric/fix/version-output

Expand version output to include Go version and arch info

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from mtt0/main

feat: support embed struct fields without `tstype: ",extends"`

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from 0x-buidl/fix/struct_ptr_inheritance

fix: include struct pointer inheritance