Releases: junobuild/juno-js
Releases · junobuild/juno-js
v0.0.115
@junobuild/core
Features
- Enforce the restriction of not using the
Date
object for data fields in the Datastore. See this description for full context.
Note that this is not a breaking change per se, as it strictly involves adding a TypeScript rule. However, it might impact your app, so reach out if this is an issue. We can either find a solution or revert this improvement if needed.
@junobuild/*
Chore
- Migrate to Eslint v9
v0.0.114
@junobuild/cli-tools
Features
- Wndows support for pre/postdeploy scripts.
@junobuild/analytics
Build
- Update dependencies such as
isBot
.
v0.0.113
@junobuild/admin
Features
- Support for new options
max_changes_per_user
(collections) andexternal_alternative_origins
(auth).
@junobuild/cli-tools
Features
- Extend execute and spawn commands with env.
@junobuild/*
Features
- Update Satellite
v0.0.22
did files.
v0.0.112
@junobuild/errors
Fix
- TypeScript types were not generated and therefore not published.
v0.0.111
@junobuild/errors
Features
- Few more constants added in sync with latest Juno release.
v0.0.110
@junobuild/errors
Features
- Hello world 👋. This is a new library that exposes the list of error messages potentially thrown by a Satellite.
@junobuild/core
Features
- Retry fetching the user on sign-in if
create
throws a specific exception.
@junobuild/*
Build
- Bump dev dependencies.
v0.0.109
@junobuild/*
Build
- Bump DFINITY agent-js
v2.3.0
v0.0.108
@junobuild/core
Features
- Throw a specific error type when user interrupt the sign-in process.
v0.0.107
@junobuild/core
Fix
- Re-create the agent immediately after sign-out; otherwise, the Internet Identity (II) popup might be blocked on the next sign-in if the dApp window is not reloaded.
v0.0.106
@junobuild/core
Features
- Throw an error if the client is not initialized on
signIn
, as theAuthClient
cannot be initialized simultaneously (see fix below). - Create a few specific error types instead of throwing generic errors.