Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.82
@junobuild/*
Build
- Bump agent-js v1.4.0
@junobuild/config
Features
- Add types for module settings.
v0.0.81
@junobuild/core
Features
- Expose a function
downloadUrl
which can be use to compute an URL to an asset which contains the default domain.
v0.0.80
@junobuild/core
Refactoring
- Uploading assets was moved to a library
@junobuild/assets
which we can use as standalone to chunk assets.
v0.0.79
v0.0.78
@junobuild/cli-tools
Features
- Add
assertAnswerCtrlC
to the utilities.
v0.0.77
@junobuild/admin
Fix
- Provide
version
field inlistRules
andlistCustomDomains
.
v0.0.76
@junobuild/config-loader
Features
- When checking if
juno.config
exits, check if the file is also a file and not, for example, a directory.
v0.0.75
@junobuild/config-loader
Features
- Add a function to detect if the configuration file that should be created can be a TypeScript or .mjs JavaScript file.
v0.0.74
@junobuild/config
Features
- Deprecate and rename dev configuration
db
todatastore
.
v0.0.73
@junobuild/admin
Features
- Support for discouraged config option
raw_access
.
@junobuild/config-loader
A new library dedicated to loading various Juno configuration files, such as juno.config.ts
. Code has been moved from @junobuild/cli-tools
to this library to scope the functionality and dependencies, as these utilities are also used in the plugins.
@junobuild/cli-tools
Breaking Changes
- Config features moved to
@junobuild/config-loader
.
Features
- Various deploy functions have been moved from the Juno CLI to this library. This allows us to reuse these features to deploy the assets of the console with the new single canister architecture.