Skip to content

Releases: junobuild/juno-js

v0.0.138

24 Apr 08:18
Compare
Choose a tag to compare

@junobuild/config

Features

  • Support ids for Orbiter in juno.config.

v0.0.137

19 Apr 08:17
Compare
Choose a tag to compare

@junobuild/functions

Features

  • All the remaining SDK, IC-CDK and utitily functions for a first official release of the serverless functions in TypeScript on Juno.

v0.0.136

08 Apr 16:17
Compare
Choose a tag to compare

@junobuild/admin

Breaking

  • Deprecated satelliteBuildVersion() which seems utilized only in the Console UI which will be adapted anyway.

Features

  • Get Mission Control, Orbiter and Satellite version() from juno:package and fallback onto deprecated endpoints.
  • Build Satellite type - stock or extended - from juno:package and fallback onto deprecated endpoints.
  • Update did files to deprecate version() and build_version() end points.

@junobuild/config

Features

  • Add constants for packages @junobuild/mission-control and @junobuild/orbiter.

v0.0.135

06 Apr 09:16
Compare
Choose a tag to compare

@junobuild/*

Build

  • Bump lastet dev dependencies.

@junobuild/admin

Features

  • Add utility to find Juno Package dependency.

@junobuild/config

Features

  • Expose constants for the Juno Package dependencies Satellite and Sputnik.

v0.0.134

06 Apr 08:18
Compare
Choose a tag to compare

@junobuild/admin

Features

  • Disable agent-js console.warn when fetching WASM public custom sections.

v0.0.133

06 Apr 07:42
Compare
Choose a tag to compare

@junobuild/*

Features

  • Update DID types.
  • Remove unused deprecated DID types in Storage lib.
  • Add Sputnik DID types to Code lib.

@junobuild/config

Features

  • Define types and schema for juno:package WASM public custom section.

Build

  • Add Zod as peer dependency.

@junobuild/admin

Features

  • Add support for reading juno:package from WASM public custom section.
  • Add a shorthand to solely read the version from juno:package.

@junobuild/cli-tools

Features

  • Add option banner to buildEsm.

v0.0.132

04 Apr 09:27
Compare
Choose a tag to compare

@junobuild/functions

Features

  • Add controllers related functions to SDK.

Refactoring

  • Extract repeated caller normalizer.

@junobuild/cli-tools

Features

  • Utils to read specific fields of a package.json file.

v0.0.131

29 Mar 14:55
Compare
Choose a tag to compare

@junobuild/functions

Features

  • Many changes, including breaking ones, were made to add support for storage hooks and assertions.

v0.0.130

21 Mar 14:07
Compare
Choose a tag to compare

@junobuild/functions

Fix

  • Zod workaround to resolve "Type 'k' cannot be used to index type..." when build with tsc.

v0.0.129

21 Mar 13:16
Compare
Choose a tag to compare

@junobuild/functions

Features

  • Accept definitions with empty collections for assertions and hooks. This is useful for generating templates and can be clarified through documentation.