Releases: dfinity/icp-js-core
Releases · dfinity/icp-js-core
v4.2.1
v4.2.0
What's Changed
- feat(agent):
getCanisterEnvandsafeGetCanisterEnv(experimental) by @ilbertt in #1156. See the Canister Environment guide for more details.
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- docs: do not remove header if not h1, give all module pages "Overview" title by @ilbertt in #1165
- build: audit fix by @ilbertt in #1168
- fix(agent): remove exported
CanisterInstallModetype by @ilbertt in #1167 - fix(auth-client): throw error if IndexedDB fails to open by @ilbertt in #1166
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- refactor(principal): rename base32 functions by @ilbertt in #1160
- docs: update quick start guide point to bindgen by @ilbertt in #1161
- feat(principal): export the
base32Encodeandbase32Decodefunctions by @q-uint in #1159 - build: pin the version of
@dfinity/*packages in core by @ilbertt in #1162 - docs: more details regarding peer deps by @ilbertt in #1163
New Contributors
Full Changelog: v4.0.5...v4.1.0
v4.0.5
What's Changed
- fix(identity): handle ArrayBuffer in delegation chain serialization by @DrJesseGlass in #1152
- fix(candid): recursive type table merging preserves concrete type mapping by @ilbertt in #1153
New Contributors
- @DrJesseGlass made their first contribution in #1152
Full Changelog: v4.0.4...v4.0.5
v4.0.4
v4.0.3
What's Changed
- docs: output markdown files by @ilbertt in #1135
- docs: fix typo for package submodule by @ilbertt in #1136
- docs: move pnpm install disclaimer to pnpm section by @ilbertt in #1139
- build: pnpm audit fix by @ilbertt in #1143
- ci: enable NPM provenance by @ilbertt in #1142
- build: make npm know this package has TS declarations by @ilbertt in #1141
- fix(identity): expose all exported elements from ed25519 module by @ilbertt in #1144
Full Changelog: v4.0.2...v4.0.3
v4.0.2
v4.0.1
What's Changed
- docs: links and minor improvements by @ilbertt in #1122
- chore: explain Package Publishing Strategy in the contributing guidelines by @ilbertt in #1124
- feat!: deprecate
@dfinity/use-auth-clientby @ilbertt in #1125 - fix: only delete knot if it's the last entry of the
TypeTableby @ilbertt in #1123 - chore: rename
agent-jstoicp-js-coreby @ilbertt in #1126 - chore: update readme and contributing by @ilbertt in #1127
- docs: add library development guides by @ilbertt in #1128
- build: pnpm audit fix by @ilbertt in #1130
Full Changelog: v4.0.0...v4.0.1
v4.0.0
New @icp-sdk/core package
Publishes the new @icp-sdk/core package.
This package unifies the following packages:
@dfinity/agent@dfinity/candid@dfinity/identity@dfinity/identity-secp256k1@dfinity/principal
and re-exports them as @icp-sdk/core/* submodules.
The @icp-sdk/core package does not contain any other changes.
See the upgrading guide for more information.
What's Changed
Full Changelog: v3.2.2...v4.0.0