tag:github.com,2008:https://github.com/dfinity/ic-repl/releases Release notes from ic-repl 2024-09-04T22:35:31Z tag:github.com,2008:Repository/361269559/0.7.5 2024-09-04T22:44:17Z 0.7.5: make parallel calls (#96) <p>make parallel calls (<a class="issue-link js-issue-link" href="https://github.com/dfinity/ic-repl/pull/96">#96</a>)</p> <p>* make parallel calls</p> <p>* readme</p> <p>* bump version</p> github-actions[bot] tag:github.com,2008:Repository/361269559/0.7.4 2024-07-30T01:23:33Z 0.7.4 <ul> <li>Change <code>export</code> command to <code>export</code> function</li> <li><code>load 'a.sh?'</code> silence the error if <code>a.sh</code> doesn't exist. <code>load</code> can take an expression instead of fixed text.</li> <li>add <code>__main</code> function that can take arguments from CLI</li> <li><code>exec</code> function</li> <li><code>replica_url</code> function</li> <li>add <code>registry</code> and <code>cycles_ledger</code> canister id</li> <li>verbose mode <code>-v</code>. Without verbose mode, only output the result if the return type is text.</li> </ul> github-actions[bot] tag:github.com,2008:Repository/361269559/0.7.3 2024-05-14T21:37:47Z 0.7.3: fix span reporting for environment variable (#93) <ul> <li>fix span reporting with environment variables</li> <li>bump candid parser to use TOML file for random value config</li> </ul> github-actions[bot] tag:github.com,2008:Repository/361269559/0.7.1 2024-04-11T17:39:03Z 0.7.1: Add control flow and binop functions (#90) <ul> <li>Add <code>eq/neq/lt/lte/gt/gte/and/or/not/exist</code> functions</li> <li>Add control flow command <code>while</code> and <code>if</code>. Also an expression version <code>ite</code></li> <li>Use <code>&lt;exp&gt;</code> in index, e.g., <code>v[sub(v.size(), 1)]</code></li> <li>Infer effective id for subnet/nodes in state tree</li> </ul> github-actions[bot] tag:github.com,2008:Repository/361269559/0.7.0 2024-03-14T23:16:37Z 0.7.0 <p>Remove <code>metadata</code> function, use <code>read_state</code> instead</p> github-actions[bot] tag:github.com,2008:Repository/361269559/0.6.2 2024-01-03T21:10:15Z 0.6.2: Add candid assist feature (#83) <p>assist mode</p> github-actions[bot] tag:github.com,2008:Repository/361269559/0.6.1 2023-12-18T01:08:07Z 0.6.1: Bump dependencies (#82) <ul> <li>Display blob value as hex string</li> <li>Bump dependencies</li> </ul> github-actions[bot] tag:github.com,2008:Repository/361269559/0.6.0 2023-11-28T02:37:42Z 0.6.0: Use new metering (#80) <ul> <li>Use new metering</li> <li>Efficient handling of blob value</li> <li>Bump candid and ic-agent</li> </ul> github-actions[bot] tag:github.com,2008:Repository/361269559/0.5.1 2023-10-11T02:33:30Z 0.5.1: bump ic-wasm (#74) <p>bump ic-wasm (<a class="issue-link js-issue-link" href="https://github.com/dfinity/ic-repl/pull/74">#74</a>)</p> <p>* support streaming fetching profiling data larger than 2M <br />* fix flamegraph cost when the data is incomplete <br />* add `(incomplete)` to flamegraph title when the data is incomplete <br />* `use-new-metering` flag</p> github-actions[bot] tag:github.com,2008:Repository/361269559/0.5.0 2023-09-28T02:34:38Z 0.5.0: Get init args types from Wasm module and support profiling stable mem… <p>Get init args types from Wasm module and support profiling stable memory</p> github-actions[bot]