Releases: inkdevhub/swanky-cli
Releases · inkdevhub/swanky-cli
v2.2.2
What's Changed
- Feature/init convert by @codespool in #136
- removed typechain compiler config by @shunsukew in #158
Full Changelog: v2.1.2...v2.2.2
PRERELEASE-v2.2.2-alpha.0
- Removed automatic detection of workspace directories and instead added recursive directory prompts
- Fixed 'wasm interface not initialised` bug
- fixed test template import paths
PRERELEASE-v2.2.1-alpha.0
What's changed
- added
--convert
option toinit
command - simplified copy and handling of artifacts, so type generation and compilation bugs should be fixed
- introduced a
contract
class to better handle those and similar operations related to contract init and artifacts handling
- introduced a
- removed
resolutions
field from package.json template so it doesn't break typechain generation
v2.1.2
What's Changed
- updated swanky-node version by @shunsukew in #147
- Fix typedContract folder move failure by @shunsukew in #152
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- fix test compile all contracts by @shunsukew in #126
- github action ci template by @shunsukew in #122
- rename test template files by @kziemianek in #133
- Fix broken link by @sacha-l in #137
- added install swanky node command by @shunsukew in #131
- added Cargo workspace config for rust-analyzer by @shunsukew in #141
- surpress version dup warnings by @shunsukew in #142
- fix Cargo workspace config by @shunsukew in #145
- fix typechain typedContract bug by @shunsukew in #146
New Contributors
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- compile all contracts if contract name not specified by @shunsukew in #121
- restore 'test' subcommand in
contract
command help
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Breaking changes
ink! v4
This release supports ink! v4, and requires cargo-contract > v2 to work.
Oclif
oclif/core has also been updated to v2.5.0 which introduced a breaking change in the Command
class signature
What's Changed
- Custom rpc-cors config by @shunsukew in #78
- Allow users to specify contract constructor name by @shunsukew in #77
- Release build option flag by @shunsukew in #76
- Fix child process error handling at contract compilation. by @shunsukew in #84
- Use 727Ventures typechain by @shunsukew in #93
- remove patch package by @shunsukew in #94
- Abolish typechain compiler by @shunsukew in #95
- Relative swanky node bin path by @kziemianek in #89
- relative artifacts build path by @kziemianek in #99
- contract explain command by @shunsukew in #98
- Handle unknown commands by @kziemianek in #100
- Use cache to speed up by @shunsukew in #107
- Fix/deploy ws disconnect by @shunsukew in #103
- Fix typegen command, move typedContract by @shunsukew in #101
- Uplift to ink v4 by @HyunggyuJang in #117
- Fix weightV2 log by @shunsukew in #102
- Suppress error when yarn is not installed by @codespool in #108
- Fix contract templates & test templates by @shunsukew in #120
- Update polkadotjs and oclif by @codespool in #123
New Contributors
- @kziemianek made their first contribution in #89
- @HyunggyuJang made their first contribution in #117
Full Changelog: v1.0.10...v2.0.0
v1.0.11-beta
What's Changed
- Custom rpc-cors config by @shunsukew in #78
- Allow users to specify contract constructor name by @shunsukew in #77
- Release build option flag by @shunsukew in #76
- Fix child process error handling at contract compilation. by @shunsukew in #84
- Use 727Ventures typechain by @shunsukew in #93
- remove patch package by @shunsukew in #94
- Fix/missing dependencies by @codespool in #96
Full Changelog: v1.0.10...v1.0.11
V1.0.10
What's Changed
- Node download percentage limited to 2 decimals. by @nuboh8 in #80
- Dirty fix multiple contract management by @shunsukew in #79
New Contributors
- @nuboh8 made their first contribution in #80
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Chore/update docs by @codespool in #54
- Fix init command with blank template by @shunsukew in #61
- more appropreate cors setting, None for --tmp flag by @shunsukew in #53
- Added link to docs for installation and how-to-use by @shunsukew in #59
- Feature/update call command by @codespool in #71
- Fix/oclif packing error by @codespool in #82
Full Changelog: v1.0.7...v1.0.9