Skip to content

Releases: junobuild/juno-js

v0.0.82

28 Jul 07:59
Compare
Choose a tag to compare

@junobuild/*

Build

  • Bump agent-js v1.4.0

@junobuild/config

Features

  • Add types for module settings.

v0.0.81

07 Jul 06:21
Compare
Choose a tag to compare

@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

27 Jun 07:01
Compare
Choose a tag to compare

@junobuild/core

Refactoring

  • Uploading assets was moved to a library @junobuild/assets which we can use as standalone to chunk assets.

v0.0.79

26 Jun 18:29
Compare
Choose a tag to compare

@junobuild/cli-tools

Fix

  • Remove kleur from cli-tools

Notes: prompts seems unmaintained, I might need to switch CLI prompt lib.

v0.0.78

26 Jun 18:07
Compare
Choose a tag to compare

@junobuild/cli-tools

Features

  • Add assertAnswerCtrlC to the utilities.

v0.0.77

23 Jun 13:26
Compare
Choose a tag to compare

@junobuild/admin

Fix

  • Provide version field in listRules and listCustomDomains.

v0.0.76

23 Jun 12:40
Compare
Choose a tag to compare

@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

23 Jun 08:01
Compare
Choose a tag to compare

@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

20 Jun 07:05
Compare
Choose a tag to compare

@junobuild/config

Features

  • Deprecate and rename dev configuration db to datastore.

v0.0.73

20 Jun 06:28
Compare
Choose a tag to compare

@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.