Skip to content

Releases: machinefi/create-ws-app

v0.3.2

11 Jul 16:23
83ee950
Compare
Choose a tag to compare

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

18 May 01:22
Compare
Choose a tag to compare

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

13 May 05:15
Compare
Choose a tag to compare
v0.3.0-beta.0 Pre-release
Pre-release

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

11 May 21:18
Compare
Choose a tag to compare
v0.2.0-beta.0 Pre-release
Pre-release

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

11 May 18:36
Compare
Choose a tag to compare