Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.92
@junobuild/config
& @junobuild/cli-tools
Features
- Support for pre- and postdeploy scripts.
v0.0.91
@junobuild/*
Build
- Bump agent-js
v2.1.3
.
v0.0.90
@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
@junobuild/*
Build
- Bump agent-js
v2.0.0
.
v0.0.88
@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
@junobuild/*
Build
- Removed
declarations
from the root directory in the library package, as they were duplicating the files already included indist/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
@junobuild/storage
Build
- Fix packaging by including
declarations
in the list of files to release with the library.
v0.0.85
@junobuild/core
Features
- Add a new filter to list documents and assets with fields
createdAt
andupdatedAt
.
@junobuild/admin|config
Features
- Support for new option
maxMemorySize
for Datastore and Storage.
v0.0.84
@junobuild/config
Features
- For consistency on Juno, let's rename
wasmMemoryLimit
intoheapMemoryLimit
.
v0.0.83
@junobuild/config
Features
- Module settings are optional.