Skip to content

Releases: junobuild/cli

v0.0.19

19 Mar 19:17

Choose a tag to compare

Breaking Changes

  • profile provided by the console on login and update for new controller structure
  • option to select browser (chrome|firefox|edge) to open on login

v0.0.18

11 Mar 11:32

Choose a tag to compare

Build

  • bump dependencies including juno-js that uses icp0.io instead of ic0.app

v0.0.17

10 Mar 09:46

Choose a tag to compare

Build

  • esm bundle instead of cjs
  • bump juno dependencies

v0.0.16

24 Feb 12:39
3359608

Choose a tag to compare

Features

  • checks if NodeJS version is LTS
  • support for profiles

Build

  • bump dependencies

v0.0.15

23 Feb 14:33

Choose a tag to compare

Chore

  • juno help is known command so don't print out "Unknown command." 😆

v0.0.14

23 Feb 14:29

Choose a tag to compare

Features

  • juno version -> just print out the version number as information
  • juno upgrade -> effectively upgrade a "satellite"
  • juno upgrade -m -> upgrade a "mission control"
  • add check version in upgrade to avoid upgrade that does not follow semver. e.g. trying to upgrade from v0.0.2 to v0.0.6

v0.0.13

21 Feb 17:37

Choose a tag to compare

Fix

  • replace backslash with slash

v0.0.12

17 Feb 13:44

Choose a tag to compare

Fix

  • upgrade version check based on version number of the assets of the releases

v0.0.11

12 Feb 13:43

Choose a tag to compare

Features

  • redo max 20 parallel deployment files

Fix

  • Use delete() to clear values error when developer select no mission control in login process

v0.0.10

11 Feb 09:31

Choose a tag to compare

Features

  • support for new storage configuration (trailing slash deprecated and headers added)
  • whoami
  • display a spinner when config is in progress
  • bump concurrent number of deployed file to 30