UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

67 lines (40 loc) 1.22 kB
# Change Log - @neo-one/smart-contract-compiler This log was last generated on Tue, 14 Sep 2021 21:24:27 GMT and should not be manually modified. ## 2.7.4 Tue, 14 Sep 2021 21:24:27 GMT ### Patches - Bump NEO•ONE versions for patch publish ## 2.7.3 Tue, 15 Jun 2021 01:21:56 GMT ### Patches - Minor fixes ## 2.7.2 Fri, 30 Apr 2021 01:53:33 GMT *Version update only* ## 2.7.1 Tue, 23 Feb 2021 23:29:30 GMT ### Patches - Fix minor bugs. - Pin level-js and levelup deps. ## 2.7.0 Thu, 23 Jul 2020 22:11:12 GMT ### Minor changes - add debug support ### Patches - Fix number mismatches in ArrayStorage, SetStorage, MapStorage. - Fix broken switch statement inside SmartContract methods. - Add appropriate @types dependencies. - fixup utxo invocation transactions - Upgrade TypeScript from v3.8.3 to v3.9.5 ### Updates - bump package version for future release clarity ## 2.5.0 Wed, 20 May 2020 07:03:14 GMT ### Minor changes - update package release process to take better advantage of rush tooling ## 2.4.0 Mon, 13 Apr 2020 23:20:32 GMT ### Minor changes - Add support for new language features in TS v3.7, v3.8 - Migrate to Rush - Upgrade TS to v3.8.1-rc. Add support for Nullish Coalescing.