Releases: unpackdev/solgo
Releases · unpackdev/solgo
v0.1.6
What's Changed
- Add Metadata and Bytecode Packages by @0x19 in #24
- Rename solgo.New() to solgo.NewParser() by @0x19 in #32
- AST Rewrite (Batch 1) by @0x19 in #35
- Metadata and Bytecode Protocol Buffers + Fixes in AST package by @0x19 in #40
- Introducing DecodeConstructorFromAbi() bytecode package function by @0x19 in #33
- Abstract Syntax Tree (AST) Protocol Buffers (Batch 1) by @0x19 in #42
- Metadata dynamic IPFS source unit discovery by @0x19 in #45
- AST Resolver Improvements by @0x19 in #46
- AST Tuple TypeDescription type randomization bug by @0x19 in #47
- AST Reference Resolver Improvements by @0x19 in #48
- Bytecode package unit tests and constructor decoding bugfix by @0x19 in #49
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Contract listener now properly parses libraries, abstract, interfaces. by @0x19 in #30
- AST parsing now supports libraries, interfaces... by @0x19 in #31
WARNING: This release is a hotfix as AST and Contract listeners were missing some major functionality.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
First version of the parser that is stable and can be used to gather contract information from provided solidity code.
Information related to: License, Name and so on...
This is the FIRST AND LAST ad-hoc release that will happen. From now on PRs are necessary for code to be merged into main.
New Contributors
Full Changelog: https://github.com/txpull/solgo/commits/v0.1.0