Releases: deno-web3/solc
Releases Β· deno-web3/solc
3.0.0
What's Changed
- Update with upstream by @talentlessguy in #3
- Publish on JSR
- Remove more legacy fallback code
- Improve types
- Export more types
New Contributors
- @talentlessguy made their first contribution in #3
Full Changelog: 2.1.7...3.0.0
2.1.7
bump deps and switch to deno bdd
2.1.6
bump std
2.1.5
better types for outputselection
2.1.4
revert bump of std/node
2.1.3
remove unused code
2.1.2
Full Changelog: 2.1.1...2.1.2
2.1.1
remove ancient `compileMulti` and `compileCallback` from bindings
2.1.0
Make wrapper.ts
the entrypoint file (because createRequire
is contextual)
Full Changelog: 2.0.0...2.1.0
v2: Match latest solc-js, remove `env.ts`, add tests and more
- Use latest solc-js code (v1)
- Add unit tests (coverage ~40%)
- Remove
env.ts
and stop adding node globals - Add JSDoc to some functions
- Handle invalid version in
download.ts
Full Changelog: 1.0.6...2.0.0