Skip to content

v0.0.98

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 07 Dec 10:27
· 25 commits to main since this release
2abc416

@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, using v.x.y where x denotes breaking changes.