Skip to content

Releases: junobuild/cli

v0.0.71

28 Jul 18:49
Compare
Choose a tag to compare

Features

  • Support for module settings (freezing threshold, heap memory limit, etc.)
  • Optional CLI configuration file encryption (including migration of current config for those who opt-in).

Build

  • Bump dependencies.

v0.0.70

20 Jul 18:27
Compare
Choose a tag to compare

Features

  • Bump minimal Node version required from 18 to 20 (LTS).
  • Remove node-fetch dependency as fetch is now supported by Node.

v0.0.69

27 Jun 13:54
Compare
Choose a tag to compare

Features

  • Update Satellite v0.0.18 in templates for juno dev eject.

Refactoring

  • assertAnswerCtrlC was moved to cli-tools.

Build

  • Update Juno dependencies.

v0.0.68

23 Jun 12:52
Compare
Choose a tag to compare

Features

  • When searching for Juno config files, detect if they are files (and not directories).

Fix

  • Use the configuration file basename to populate the Docker Compose file and correctly set the mjs file (instead of js).

v0.0.67

23 Jun 11:50
Compare
Choose a tag to compare

Features

  • Automatically detect TypeScript and module in the dev's project to create the corresponding config file during juno init.
  • Review the question about the source folder with a list of choices to make it more comprehensive.

v0.0.66

20 Jun 07:10
Compare
Choose a tag to compare

Features

  • Support for discouraged config option rawAccess.

Fix

  • Typo in command line hint to upgrade mission control.

Refactoring

  • Move deploy commands and features to @junobuild/cli-tools.
  • Integrate and use @junobuild/config-loader to read configurations.

v0.0.65

09 May 09:40
Compare
Choose a tag to compare

Features

  • Update last version of the Satellite in the eject template.

v0.0.64

09 May 07:43
Compare
Choose a tag to compare

Features

  • Support for authentication configuration derivation_origin.

Build

  • Bump agent-js v1.3.0.

v0.0.63

16 Apr 19:28
Compare
Choose a tag to compare

Features

  • Workaround for juno clear: list and set custom domains before and after deleting the assets. Relates to issue junobuild/juno#484 that needs to be addressed.
  • Move functions used in various CLI of Juno into @junobuild/cli-tools.

v0.0.62

09 Apr 20:07
Compare
Choose a tag to compare

Features

  • Support for juno open -b safari.
  • Propose to execute login on juno init if no controller / configuration is set.