Skip to content

Releases: junobuild/juno-js

v0.0.84

28 Jul 09:01
Compare
Choose a tag to compare

@junobuild/config

Features

  • For consistency on Juno, let's rename wasmMemoryLimit into heapMemoryLimit.

v0.0.83

28 Jul 08:50
Compare
Choose a tag to compare

@junobuild/config

Features

  • Module settings are optional.

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.