Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.102
v0.0.101
@junobuild/admin|console|storage
Chore
- Explicitly list
@dfinity/candid
as a peer dependency. - Adopt reduced semantic versioning starting with
v0.1.0
, usingv.x.y
wherex
denotes breaking changes.
v0.0.100
@junobuild/did-tools
Features
- Remove deprecated
core-peer
option and addcore-standalone
support.
Chore
- Fix test globals.
v0.0.99
@junobuild/analytics
Fix
- Low security vulnerability in nanoid.
v0.0.98
@junobuild/core
Breaking Changes: Now uses agent-js
as a peer dependency.
@junobuild/core-peer
Deprecated: Please use @junobuild/core
instead.
@junobuild/core-standalone
New: A library that replaces @junobuild/core
, bundling all agent-js
dependencies—no peer dependencies required.
@junobuild/*
Chore
- Explicitly list
@dfinity/candid
as a peer dependency. - Exclude files ending with
.worker.ts
from the main build (these files are used to build web workers). - Extract common web worker build scripts into a separate utility.
- Adopt reduced semantic versioning starting with
v0.1.0
, usingv.x.y
wherex
denotes breaking changes.
v0.0.97
@junobuild/admin
Features
- Support for creating backups (taking snapshots) during upgrades.
v0.0.96
@junobuild/admin
Features
- Expose generic upgrade module function for Juno Docker - i.e. to support upgrade of large WASM > 2 MB in local development.
v0.0.95
@junobuild/admin
Features
- Support for upgrades with large WASM files (> 2MB).
- Stop and restart (in any case) modules during the upgrade process.
- Provide an additional callback for upgrade progression, enabling consumers to display the progress.
- Add a
preClearChunks
option for upgrades. - Add an optional agent parameter to admin actor configurations to avoid reinitialization and improve performance.
Build
- Replace custom implementation with
@dfinity/ic-management
.
Refactor
- Split and organize services into separate modules for maintainability.
v0.0.94
@junobuild/core
Features
- Support for new
deleteFilteredDocs
anddeleteFilteredAssets
functions.
@junobuild/admin
Features
- Support for
maxTokens
configuration for collections' rules.
@junobuild/*
Features
- Use
@dfinity/eslint-config-oisy-wallet
rules for lint validation.
Build
- Bump all dev dependencies.
- Node v22 for CI.
v0.0.93
@junobuild/did-tools
Features
- Add a comment in auto-generate did api files
@junobuild/config
Features
- Satellite config options split into a dedicated interface. Mostly for better readabilitiy and documentation.