Releases: junobuild/cli
Releases · junobuild/cli
v0.0.70
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
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
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
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
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
Features
- Update last version of the Satellite in the eject template.
v0.0.64
Features
- Support for authentication configuration
derivation_origin
.
Build
- Bump agent-js
v1.3.0
.
v0.0.63
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
Features
- Support for
juno open -b safari
. - Propose to execute login on
juno init
if no controller / configuration is set.
v0.0.61
Fix
- Bump satellite version to
0.0.16-patch.2
injuno dev eject
template to incorporate the fix for the default memory (v0.0.16
again).