Skip to content

Releases: hadronous/pic-js

0.3.0-b2

12 Feb 22:14
Compare
Choose a tag to compare
0.3.0-b2 Pre-release
Pre-release

0.3.0-b2 (2024-02-12)

Feat

  • add update canister settings method
  • upgrade to pocket-ic v3
  • upgrade to pic server 2.0.1

0.3.0-b0

28 Jan 12:45
Compare
Choose a tag to compare
0.3.0-b0 Pre-release
Pre-release

0.3.0-b0 (2024-01-28)

Feat

  • accept ArrayBufferLike instead of Uint8Array to be more compatible with agent-js & co libraries
  • throw a more helpful error is devs interact with a pic instance after tearing it down
  • add ability to tick multiple times

Fix

  • updated dependencies on dfinity packages

Refactor

  • use auto-generated idl for management canister

0.2.1

21 Jan 12:01
Compare
Choose a tag to compare

0.2.1 (2024-01-21)

Feat

  • update versions of @dfinity dependencies

Fix

  • update file permission for pocket-ic executable in case package manager has moved it
  • client refuses to start on MacOS ARM chips that are also running NodeJS on ARM architecture

0.2.1-b2

11 Jan 00:14
Compare
Choose a tag to compare
0.2.1-b2 Pre-release
Pre-release

0.2.1-b2 (2024-01-11)

Feat

  • update versions of @dfinity dependencies

0.2.1-b1

07 Jan 18:51
Compare
Choose a tag to compare
0.2.1-b1 Pre-release
Pre-release

0.2.1-b1 (2024-01-07)

Fix

  • update file permission for pocket-ic executable in case package manager has moved it

0.2.1-b0

14 Dec 23:35
Compare
Choose a tag to compare
0.2.1-b0 Pre-release
Pre-release

0.2.1-b0 (2023-12-14)

Fix

  • client refuses to start on MacOS ARM chips that are also running NodeJS on ARM architecture

0.2.0

06 Nov 01:11
Compare
Choose a tag to compare

0.2.0 (2023-11-06)

Fix

  • set processing time header on set_stable_memory header
  • get stable memory function returning incorrect type

Feat

  • add functions to get and set stable memory
  • add canister code management functions
  • add deterministic and random identity generation functions
  • add method to set identity on actor

0.2.0-b3

06 Nov 01:09
Compare
Choose a tag to compare
0.2.0-b3 Pre-release
Pre-release

0.2.0-b3 (2023-11-06)

Fix

  • set processing time header on set_stable_memory header
  • get stable memory function returning incorrect type

0.2.0-b2

03 Nov 01:31
Compare
Choose a tag to compare
0.2.0-b2 Pre-release
Pre-release

0.2.0-b2 (2023-11-03)

Feat

  • add functions to get and set stable memory
  • add canister code management functions

0.2.0-b1

02 Nov 18:07
Compare
Choose a tag to compare
0.2.0-b1 Pre-release
Pre-release

0.2.0-b1 (2023-11-02)

Feat

  • add deterministic and random identity generation functions