Releases: demergent-labs/azle
Releases · demergent-labs/azle
0.7.0
What's Changed
- Implemented outgoing http requests with a couple examples by @lastmjs in #582
- fix something in prettier and try a new rust cache by @lastmjs in #625
- fix: absolute image link for NPM package by @rvanasa in #633
- Add rvanasa to contributor list by @rvanasa in #637
- Added basic bitcoin example by @dansteren in #631
- Implemented tecdsa functionality by @bdemann in #628
New Contributors
Full Changelog: 0.6.0...0.7.0
0.7.0-rc.0
What's Changed
Full Changelog: 0.6.0...0.7.0-rc.0
0.6.0
What's Changed
- Create canister first in tests by @dansteren in #552
- Added tests for hex_address_from_principal by @lastmjs in #559
- Pegged the ic-cdk-optimizer version by @lastmjs in #560
- Breaking change: Removed QueryAsync and UpdateAsync by @lastmjs in #561
- Added JS Date object by @lastmjs in #563
- Implemented benchmarking with automatic GitHub Action benchmarking process by @lastmjs in #520
- Implemented Candid encoding and decoding by @lastmjs in #571
- Did some tweaks to the main benchmarking code by @lastmjs in #572
- Fixed prettier pre-commit hook by @dansteren in #546
- Added benchmarks for examples/motoko_examples/counter by @dansteren in #515
- Added USD cost estimates by @lastmjs in #578
- Added motoko and rust examples to query example by @bdemann in #507
- Added benchmarks calc example by @bdemann in #521
- Added Rust and Motoko examples to hello by @bdemann in #557
- Added Motoko and Rust examples to motoko_examples/hello-world by @bdemann in #549
- Added Rust and Motoko examples to echo by @bdemann in #550
- added benchmarks to phone_book example by @bdemann in #562
- Added benchmarks to simple-to-do example by @bdemann in #573
- Added benchmark to persistent-storage by @bdemann in #576
- Added benchmarks for examples/update by @dansteren in #516
- Added benchmarks for examples/motoko_examples/factorial by @dansteren in #517
- Added benchmarks for examples/motoko_examples/quicksort by @dansteren in #523
- Added benchmarks to key_value_store example by @bdemann in #526
- Added benchmarks for examples/motoko_examples/superheroes by @dansteren in #548
- Added benchmarks for examples/motoko_examples/whoami by @dansteren in #556
- Added benchmarks for examples/motoko_examples/minimal_counter_dapp by @dansteren in #558
- Added candid_decode and candid_encode documentation by @lastmjs in #581
- Add Cargo.lock by @lastmjs in #615
- Added benchmarks for examples/motoko_examples/phone-book by @github-actions in #600
- Added benchmarks for examples/motoko_examples/superheroes by @github-actions in #601
- Added benchmarks for examples/motoko_examples/simple-to-do by @github-actions in #602
- Added benchmarks for examples/motoko_examples/whoami by @github-actions in #603
- Added benchmarks for examples/motoko_examples/factorial by @github-actions in #604
- Added benchmarks for examples/motoko_examples/counter by @github-actions in #605
- Added benchmarks for examples/motoko_examples/quicksort by @github-actions in #606
- Added benchmarks for examples/motoko_examples/minimal-counter-dapp by @github-actions in #607
- Added benchmarks for examples/key_value_store by @github-actions in #608
- Added benchmarks for examples/motoko_examples/calc by @github-actions in #609
- Added benchmarks for examples/update by @github-actions in #610
- Added benchmarks for examples/motoko_examples/persistent-storage by @github-actions in #611
- Added benchmarks for examples/bytes by @github-actions in #612
- Added benchmarks for examples/primitive_ops by @github-actions in #613
- Ran benchmarks for 0.6.0 by @lastmjs in #580
- Added final benchmarking information by @lastmjs in #616
- Added final benchmarking by @lastmjs in #617
New Contributors
- @github-actions made their first contribution in #600
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Add motoko whoami example by @dansteren in #275
- Add motoko echo example by @dansteren in #289
- Add hello-world motoko example by @dansteren in #290
- Add motoko factorial example by @dansteren in #323
- Add motoko hello example by @dansteren in #334
- Principal by @lastmjs in #351
- Null by @lastmjs in #370
- Implement candid
reserved
type by @dansteren in #371 - Add candid empty type by @dansteren in #372
- Motoko examples Basic Dao by @tarek-eg in #161
- Defi motoko example by @tarek-eg in #276
- change location of installation and execution for ic-cdk-optimizer to… by @lastmjs in #419
- Add canister_balance128 by @dansteren in #397
- IC API Canister inspect message by @dansteren in #415
- IC API
accept message
by @dansteren in #423 - create azle version of motoko minimal dapp example by @bdemann in #414
- method_name by @lastmjs in #396
- generator recursion by @lastmjs in #426
- Prettify by @dansteren in #428
- Add cycles example with accept_cycles by @dansteren in #434
- nat8 optimization by @lastmjs in #429
- Add Motoko persistent storage example. by @di-wu in #338
- Implement msg_cycles_available by @dansteren in #435
- Implement
msg_cycles_refunded
andmsg_cycles_refunded128
by @dansteren in #436 - Add data_certificate by @dansteren in #438
- func type workarounds by @lastmjs in #442
- http counter motoko example by @bdemann in #430
- Add
ic.reject
by @dansteren in #444 - Implement
reject_code
by @dansteren in #447 - Implement
ic.reject message
by @dansteren in #457 - set_certified_data by @dansteren in #453
- call with payment and notify by @lastmjs in #458
- Implement IC stable_size by @dansteren in #465
- Implement stable64_size by @bdemann in #466
- ic api stable grow by @bdemann in #469
- ic api stable64 grow by @bdemann in #472
- ic api stable write by @bdemann in #473
- ic api stable read by @bdemann in #483
- ic api stable64 write by @bdemann in #477
- implement IC stable64_read by @bdemann in #484
- ic api stable bytes by @bdemann in #478
- Implement IC API
reply
by @dansteren in #468 - Implement IC API
arg data raw
by @dansteren in #479 - Implement IC API
arg_data_raw_size
by @dansteren in #480 - Implement IC API
reply_raw
by @dansteren in #486 - Implement IC API
arg_data
by @dansteren in #491 - fix null type parsing and add null tests by @bdemann in #494
- Remove
ic.arg_data
and add rough example foric.result
by @dansteren in #495 - add null example tests to test.yml by @bdemann in #498
- update to dfx 11 by @lastmjs in #544
- performance counter by @lastmjs in #450
- notify raw by @lastmjs in #547
- feature parity documentation by @lastmjs in #448
Breaking Changes
ic.canisterBalance
renamed toic.canister_balance
ic.stableStorage
renamed toic.stable_storage
nat8[]
will be aUint8Array
at runtime, useblob
type insteadPrincipal
is now an@dfinity/principal
instead of astring
dfx deploy
will most likely not work because of Azle Wasm binary sizes, usedfx canister install
instead
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0 (May 20, 2022)
What's Changed
- Release 0.3.1 by @lastmjs in #332
- still on an azle fork but now on the latest commit to main from boa u… by @lastmjs in #335
- Add Logo and Badges by @dansteren in #340
- Release 0.4.0 rc.3 by @lastmjs in #342
Full Changelog: 0.3.1...0.4.0