Releases: inkdevhub/swanky-cli
Releases · inkdevhub/swanky-cli
v4.0.0 - Astar Treasury Proposal Roadmap: ink!DevHub
What's Changed
- Add swanky node version or equivalent by @prxgr4mm3r in #191
- Feature/update check by @ipapandinas in #206
- Support verifiable builds by @prxgr4mm3r in #194
- Faucet feature for SwankyNode by @prxgr4mm3r in #192
- Add ink! e2e-tests by @prxgr4mm3r in #196
- Detect build mode from metadata on deploy by @prxgr4mm3r in #193
- Improved config feature by @prxgr4mm3r in #198
- Integrate Zombienet for XCM development and testing by @prxgr4mm3r in #199
- Add GitPod config by @prxgr4mm3r in #204
- Add env command by @ipapandinas in #209
- Add clear command by @Juminstock in #189
- Support Chopstick integration by @prxgr4mm3r in #210
Full Changelog: v3.1.0...v4.0.0
v4.0.0-beta.0
Beta release for #205
Full Changelog: v3.1.0...v4.0.0-beta.0
v3.1.0
What's Changed
- Update devcontainer.json - corrected workspace directory by @midegdugarova in #175
- Update README.md by @midegdugarova in #174
- updated templates by @PierreOssun in #181
- Update Dockerfile by @codespool in #184
- Feature/error handling by @codespool in #185
New Contributors
- @midegdugarova made their first contribution in #175
Full Changelog: v3.0.4...v3.1.0
v3.1.0-beta.0
Beta release for #185
v3.0.4
Fix: explain
command using wrong artifact paths
Full Changelog: v3.0.3...v3.0.4
v3.0.3
v3.0.1
What's Changed
- fix: move @polkadot/ deps to main deps by @codespool in #170
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Major changes
Convert to native ESM system
- This was necessary to be able to keep up with the ecosystem and Node.js itself.
- Added benefit is removal of "duplicate dependencies" warning from @polkadot/* packages.
- also, the bundle size is ~10MB smaller ;)
Convert the project to a monolith structure
- Switching to monorepo seemed like a good idea at the time, but proved to bring overhead in development and release process without perceivable benefits.
Adds base-image config and .devcontainer
- swanky-base image is now hosted with this repo, and the Dockerfile configuration is added, with a readme on publishing new versions.
- .devcontainer config using swanky-base image is also added, and can be used to develop swanky-cli inside the container too
Drop ask! support
- ask! is not production ready, and having it only introduces confusion to users, and unnecessary overhead to developers
Bug fixes and improvements
- make gas flag optional in deploy command
- fix deploy command (use weightsV2)
- fix missing name and email in templates
- update all dependencies to latest
v3.0.0-alpha.0
Major changes
Drop ask! support
- ask! is not production ready, and having it only introduces confusion to users, and unnecessary overhead to developers
Convert the project to a monolith structure
- Switching to monorepo seemed like a good idea at the time, but proved to bring overhead in development and release process without perceivable benefits.
Convert to native ESM system
- This was necessary to be able to keep up with the ecosystem and Node.js itself.
- Added benefit is removal of "duplicate dependencies" warning from @polkadot/* packages.
- also, the bundle size is ~10MB smaller ;)
Adds base-image config and .devcontainer
- swanky-base image is now hosted with this repo, and the Dockerfile configuration is added, with a readme on publishing new versions.
- .devcontainer config using swanky-base image is also added, and can be used to develop swanky-cli inside the container too
Bug fixes and improvements
- make gas flag optional in deploy command
- fix deploy command (use weightsV2)
- fix missing name and email in templates
- update all dependencies to latest