UNPKG

1.73 kBMarkdownView Raw
1# Change Log - @neo-one/smart-contract-compiler
2
3This log was last generated on Wed, 03 Nov 2021 23:01:17 GMT and should not be manually modified.
4
5## 3.9.4
6Wed, 03 Nov 2021 23:01:17 GMT
7
8### Patches
9
10- Update neo-one deps
11
12## 3.9.3
13Sat, 09 Oct 2021 23:05:48 GMT
14
15### Patches
16
17- Update neo-one deps
18
19## 3.9.2
20Sat, 09 Oct 2021 23:03:49 GMT
21
22### Patches
23
24- Update neo-one deps
25
26## 3.9.1
27Thu, 07 Oct 2021 20:25:48 GMT
28
29### Patches
30
31- Update client-switch package version
32
33## 3.9.0
34Thu, 07 Oct 2021 04:09:53 GMT
35
36### Minor changes
37
38- Update neo-one dependencies
39
40## 3.8.0
41Thu, 23 Sep 2021 21:28:34 GMT
42
43### Updates
44
45- Updates for MainNet updates
46
47## 3.1.0
48Mon, 08 Feb 2021 21:00:42 GMT
49
50### Minor changes
51
52- Preview4 release
53
54### Patches
55
56- Update for Preview3, primarily in compiler, client, and CLI.
57- Update compiler, client, and CLI for Preview4
58
59## 3.0.0
60Tue, 08 Dec 2020 19:29:01 GMT
61
62### Breaking changes
63
64- 3.0.0preview3-alpha release bump
65
66### Updates
67
68- Pin level-js and levelup deps.
69
70## 2.7.0
71Thu, 23 Jul 2020 22:11:12 GMT
72
73### Minor changes
74
75- add debug support
76
77### Patches
78
79- Fix number mismatches in ArrayStorage, SetStorage, MapStorage.
80- Fix broken switch statement inside SmartContract methods.
81- Add appropriate @types dependencies.
82- fixup utxo invocation transactions
83- Upgrade TypeScript from v3.8.3 to v3.9.5
84
85### Updates
86
87- bump package version for future release clarity
88
89## 2.5.0
90Wed, 20 May 2020 07:03:14 GMT
91
92### Minor changes
93
94- update package release process to take better advantage of rush tooling
95
96## 2.4.0
97Mon, 13 Apr 2020 23:20:32 GMT
98
99### Minor changes
100
101- Add support for new language features in TS v3.7, v3.8
102- Migrate to Rush
103- Upgrade TS to v3.8.1-rc. Add support for Nullish Coalescing.
104