Skip to content

Releases: junobuild/juno-js

v0.0.115

26 Feb 14:45
Compare
Choose a tag to compare

@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

21 Feb 18:51
Compare
Choose a tag to compare

@junobuild/cli-tools

Features

  • Wndows support for pre/postdeploy scripts.

@junobuild/analytics

Build

  • Update dependencies such as isBot.

v0.0.113

15 Feb 10:49
Compare
Choose a tag to compare

@junobuild/admin

Features

  • Support for new options max_changes_per_user (collections) and external_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

13 Feb 16:25
Compare
Choose a tag to compare

@junobuild/errors

Fix

  • TypeScript types were not generated and therefore not published.

v0.0.111

13 Feb 14:07
Compare
Choose a tag to compare

@junobuild/errors

Features

  • Few more constants added in sync with latest Juno release.

v0.0.110

12 Feb 14:45
Compare
Choose a tag to compare

@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

12 Feb 10:36
Compare
Choose a tag to compare

@junobuild/*

Build

  • Bump DFINITY agent-js v2.3.0

v0.0.108

06 Feb 05:58
Compare
Choose a tag to compare

@junobuild/core

Features

  • Throw a specific error type when user interrupt the sign-in process.

v0.0.107

05 Feb 21:01
Compare
Choose a tag to compare

@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

05 Feb 20:50
Compare
Choose a tag to compare

@junobuild/core

Features

  • Throw an error if the client is not initialized on signIn, as the AuthClient cannot be initialized simultaneously (see fix below).
  • Create a few specific error types instead of throwing generic errors.