Skip to content

Releases: dfinity/ic-repl

0.7.4

30 Jul 01:12
4a5555e
Compare
Choose a tag to compare
  • Change export command to export function
  • load 'a.sh?' silence the error if a.sh doesn't exist. load can take an expression instead of fixed text.
  • add __main function that can take arguments from CLI
  • exec function
  • replica_url function
  • add registry and cycles_ledger canister id
  • verbose mode -v. Without verbose mode, only output the result if the return type is text.

0.7.3: fix span reporting for environment variable (#93)

14 May 21:28
c96369a
Compare
Choose a tag to compare
  • fix span reporting with environment variables
  • bump candid parser to use TOML file for random value config

0.7.1: Add control flow and binop functions (#90)

11 Apr 17:25
4a24c21
Compare
Choose a tag to compare
  • Add eq/neq/lt/lte/gt/gte/and/or/not/exist functions
  • Add control flow command while and if. Also an expression version ite
  • Use <exp> in index, e.g., v[sub(v.size(), 1)]
  • Infer effective id for subnet/nodes in state tree

0.7.0

14 Mar 21:49
6d8fb4e
Compare
Choose a tag to compare

Remove metadata function, use read_state instead

0.6.2: Add candid assist feature (#83)

03 Jan 20:55
3a62b22
Compare
Choose a tag to compare

0.6.1: Bump dependencies (#82)

18 Dec 01:02
3f5be4d
Compare
Choose a tag to compare
  • Display blob value as hex string
  • Bump dependencies

0.6.0: Use new metering (#80)

28 Nov 02:35
cabe935
Compare
Choose a tag to compare
  • Use new metering
  • Efficient handling of blob value
  • Bump candid and ic-agent

0.5.1: bump ic-wasm (#74)

11 Oct 02:27
5ed631b
Compare
Choose a tag to compare
* support streaming fetching profiling data larger than 2M
* fix flamegraph cost when the data is incomplete
* add `(incomplete)` to flamegraph title when the data is incomplete
* `use-new-metering` flag

0.5.0: Get init args types from Wasm module and support profiling stable mem…

28 Sep 02:15
f1fefa7
Compare
Choose a tag to compare

Get init args types from Wasm module and support profiling stable memory

0.4.3: Minor tweak for auto completion (#75)

31 Aug 00:36
eebd9c6
Compare
Choose a tag to compare
* refactor and only generate current arg instead of the whole args

* auto-completion for args type in env

* fix

* fmt

* bump ic-agent