Releases: machinefi/create-ws-app
Releases · machinefi/create-ws-app
v0.3.2
Changelog
[v0.3.2] - 2023-07-11
Added
- BigNumber support in applet utils
Changed
- Changed W3bstream endpoint in simulator config
Pull Requests
New Contributors
Full Changelog: v0.3.0...v0.3.2
v0.3.0
Changelog
[v0.3.0] - 2023-05-17
Added
- New flag -y that will skip prompts and use yes as the answer for all prompts
- Added short version of --help flag (-h)
Changed
- Changed welcome message position (before after all packages installed, now in the very start)
- Prevent prompting if any of the feature flags were selected
Fixed
- Fixed minimal flag. If using -m flag, only light version of applet will be built, all other features will be skipped.
v0.3.0-beta.0
Changelog
[v0.3.0-beta.0] - 2023-05-13
Added
- New applet extension erc20.ts
Changed
- Changed applet binding.ts handler (refactoring, put constants on the top)
v0.2.0-beta.0
Changelog
[v0.2.0-beta.0] - 2023-05-11
Added
- New flag --minimal (-m) that will use the light applet template (without tests and utils)
Changed
- Changed applet entry from handlers.ts to index.ts
- Moved applet handlers from handlers.ts file into templates/extensions/applet/
- If user doesn't use device binding, we'll not include binding handlers in the applet
Removed
- Removed helpers.ts and mint-rewards.ts. Examples can now be found in official @w3bstream/wasm-sdk library
Fixed
- Fixed wasm-sdk version in light applet template
v0.1.0
Full Changelog: https://github.com/machinefi/create-ws-app/commits/v0.0.1