Skip to content

Releases: junobuild/juno-js

v0.0.92

30 Oct 08:05
Compare
Choose a tag to compare

@junobuild/config & @junobuild/cli-tools

Features

  • Support for pre- and postdeploy scripts.

v0.0.91

24 Oct 04:49
5d312a7
Compare
Choose a tag to compare

@junobuild/*

Build

  • Bump agent-js v2.1.3.

v0.0.90

13 Sep 09:15
Compare
Choose a tag to compare

@junobuild/core

Features

  • Cache agents and actors to enhance performance when interacting with the IC
  • Expose a new function getSatelliteExtendedActor for Serverless Functions

@junobuild/did-tools

Features

  • A new set of tools for generating APIs from DID files

@junobuild/config-loader

Build

  • Bump Babel

v0.0.89

26 Aug 15:21
Compare
Choose a tag to compare

@junobuild/*

Build

  • Bump agent-js v2.0.0.

v0.0.88

24 Aug 11:36
Compare
Choose a tag to compare

@junobuild/analytics

Features

  • Added support for performance metrics gathering (web vitals).

@junobuild/core

Features

  • Introduced functionality to count documents and assets. This is similar to listing documents and assets but only returns the count.

@junobuild/admin

Breaking Changes

  • Requires Satellite version >= v0.0.20 for querying the collection count of documents and assets. While the same interfaces are exposed, the underlying implementation has changed.

@junobuild/ledger

Deprecated

  • The fork of the ledger library is now deprecated. The @dfinity/ledger-icp library has become sufficiently lightweight. Users are encouraged to transition to this library instead.

v0.0.87

09 Aug 05:00
Compare
Choose a tag to compare

@junobuild/*

Build

  • Removed declarations from the root directory in the library package, as they were duplicating the files already included in dist/declarations.

@junobuild/storage

Build

  • Resolved packaging issues by ensuring that declarations are included in the list of distribution files, allowing them to be correctly released with the library.

v0.0.86

09 Aug 04:39
Compare
Choose a tag to compare

@junobuild/storage

Build

  • Fix packaging by including declarations in the list of files to release with the library.

v0.0.85

04 Aug 18:39
Compare
Choose a tag to compare

@junobuild/core

Features

  • Add a new filter to list documents and assets with fields createdAt and updatedAt.

@junobuild/admin|config

Features

  • Support for new option maxMemorySize for Datastore and Storage.

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.