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