|
1 | 1 | # @kinobi-so/renderers-js |
2 | 2 |
|
| 3 | +## 0.21.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#127](https://github.com/kinobi-so/kinobi/pull/127) [`62545be`](https://github.com/kinobi-so/kinobi/commit/62545be66e44747d7fd31f186a7a3c856ea2ad9c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add isProgramError helper |
| 8 | + |
3 | 9 | ## 0.21.0 |
4 | 10 |
|
5 | 11 | ### Minor Changes |
6 | 12 |
|
7 | | -- [#110](https://github.com/kinobi-so/kinobi/pull/110) [`2d45383`](https://github.com/kinobi-so/kinobi/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js |
| 13 | +- [#110](https://github.com/kinobi-so/kinobi/pull/110) [`2d45383`](https://github.com/kinobi-so/kinobi/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js |
8 | 14 |
|
9 | | -- [#111](https://github.com/kinobi-so/kinobi/pull/111) [`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
| 15 | +- [#111](https://github.com/kinobi-so/kinobi/pull/111) [`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
10 | 16 |
|
11 | | - A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer. |
| 17 | + A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer. |
12 | 18 |
|
13 | 19 | ### Patch Changes |
14 | 20 |
|
15 | | -- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
16 | | - - @kinobi-so/visitors-core@0.21.0 |
17 | | - - @kinobi-so/errors@0.21.0 |
18 | | - - @kinobi-so/nodes@0.21.0 |
19 | | - - @kinobi-so/renderers-core@0.20.7 |
20 | | - - @kinobi-so/nodes-from-anchor@0.20.9 |
| 21 | +- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
| 22 | + - @kinobi-so/visitors-core@0.21.0 |
| 23 | + - @kinobi-so/errors@0.21.0 |
| 24 | + - @kinobi-so/nodes@0.21.0 |
| 25 | + - @kinobi-so/renderers-core@0.20.7 |
| 26 | + - @kinobi-so/nodes-from-anchor@0.20.9 |
21 | 27 |
|
22 | 28 | ## 0.20.11 |
23 | 29 |
|
24 | 30 | ### Patch Changes |
25 | 31 |
|
26 | | -- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi |
| 32 | +- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi |
27 | 33 |
|
28 | | -- [#103](https://github.com/kinobi-so/kinobi/pull/103) [`93942cc`](https://github.com/kinobi-so/kinobi/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code |
| 34 | +- [#103](https://github.com/kinobi-so/kinobi/pull/103) [`93942cc`](https://github.com/kinobi-so/kinobi/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code |
29 | 35 |
|
30 | | -- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`4979b94`](https://github.com/kinobi-so/kinobi/commit/4979b94720465a58538ee61bb1a4a23fd5471511)]: |
31 | | - - @kinobi-so/renderers-core@0.20.6 |
32 | | - - @kinobi-so/errors@0.20.6 |
33 | | - - @kinobi-so/nodes@0.20.6 |
34 | | - - @kinobi-so/nodes-from-anchor@0.20.8 |
35 | | - - @kinobi-so/visitors-core@0.20.6 |
| 36 | +- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`4979b94`](https://github.com/kinobi-so/kinobi/commit/4979b94720465a58538ee61bb1a4a23fd5471511)]: |
| 37 | + - @kinobi-so/renderers-core@0.20.6 |
| 38 | + - @kinobi-so/errors@0.20.6 |
| 39 | + - @kinobi-so/nodes@0.20.6 |
| 40 | + - @kinobi-so/nodes-from-anchor@0.20.8 |
| 41 | + - @kinobi-so/visitors-core@0.20.6 |
36 | 42 |
|
37 | 43 | ## 0.20.10 |
38 | 44 |
|
39 | 45 | ### Patch Changes |
40 | 46 |
|
41 | | -- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]: |
42 | | - - @kinobi-so/nodes-from-anchor@0.20.7 |
43 | | - - @kinobi-so/errors@0.20.5 |
44 | | - - @kinobi-so/nodes@0.20.5 |
45 | | - - @kinobi-so/visitors-core@0.20.5 |
46 | | - - @kinobi-so/renderers-core@0.20.5 |
| 47 | +- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]: |
| 48 | + - @kinobi-so/nodes-from-anchor@0.20.7 |
| 49 | + - @kinobi-so/errors@0.20.5 |
| 50 | + - @kinobi-so/nodes@0.20.5 |
| 51 | + - @kinobi-so/visitors-core@0.20.5 |
| 52 | + - @kinobi-so/renderers-core@0.20.5 |
47 | 53 |
|
48 | 54 | ## 0.20.9 |
49 | 55 |
|
50 | 56 | ### Patch Changes |
51 | 57 |
|
52 | | -- [#53](https://github.com/kinobi-so/kinobi/pull/53) [`e3e4099`](https://github.com/kinobi-so/kinobi/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010) Thanks [@febo](https://github.com/febo)! - Filter out type variant on imports |
| 58 | +- [#53](https://github.com/kinobi-so/kinobi/pull/53) [`e3e4099`](https://github.com/kinobi-so/kinobi/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010) Thanks [@febo](https://github.com/febo)! - Filter out type variant on imports |
53 | 59 |
|
54 | 60 | ## 0.20.8 |
55 | 61 |
|
56 | 62 | ### Patch Changes |
57 | 63 |
|
58 | | -- [#52](https://github.com/kinobi-so/kinobi/pull/52) [`baeaf14`](https://github.com/kinobi-so/kinobi/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1) Thanks [@lithdew](https://github.com/lithdew)! - Fix rendering PDA helper functions with a default programId. |
| 64 | +- [#52](https://github.com/kinobi-so/kinobi/pull/52) [`baeaf14`](https://github.com/kinobi-so/kinobi/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1) Thanks [@lithdew](https://github.com/lithdew)! - Fix rendering PDA helper functions with a default programId. |
59 | 65 |
|
60 | | -- [#48](https://github.com/kinobi-so/kinobi/pull/48) [`0771b9d`](https://github.com/kinobi-so/kinobi/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc) Thanks [@lithdew](https://github.com/lithdew)! - Have generated TypeScript code for renderers-js support verbatimModuleSyntax |
| 66 | +- [#48](https://github.com/kinobi-so/kinobi/pull/48) [`0771b9d`](https://github.com/kinobi-so/kinobi/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc) Thanks [@lithdew](https://github.com/lithdew)! - Have generated TypeScript code for renderers-js support verbatimModuleSyntax |
61 | 67 |
|
62 | 68 | ## 0.20.7 |
63 | 69 |
|
64 | 70 | ### Patch Changes |
65 | 71 |
|
66 | | -- [#46](https://github.com/kinobi-so/kinobi/pull/46) [`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions on JS renderer again |
| 72 | +- [#46](https://github.com/kinobi-so/kinobi/pull/46) [`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions on JS renderer again |
67 | 73 |
|
68 | 74 | ## 0.20.6 |
69 | 75 |
|
70 | 76 | ### Patch Changes |
71 | 77 |
|
72 | | -- [#43](https://github.com/kinobi-so/kinobi/pull/43) [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition |
| 78 | +- [#43](https://github.com/kinobi-so/kinobi/pull/43) [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition |
73 | 79 |
|
74 | | -- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
75 | | - - @kinobi-so/nodes@0.20.4 |
76 | | - - @kinobi-so/errors@0.20.4 |
77 | | - - @kinobi-so/renderers-core@0.20.4 |
78 | | - - @kinobi-so/visitors-core@0.20.4 |
| 80 | +- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
| 81 | + - @kinobi-so/nodes@0.20.4 |
| 82 | + - @kinobi-so/errors@0.20.4 |
| 83 | + - @kinobi-so/renderers-core@0.20.4 |
| 84 | + - @kinobi-so/visitors-core@0.20.4 |
79 | 85 |
|
80 | 86 | ## 0.20.5 |
81 | 87 |
|
82 | 88 | ### Patch Changes |
83 | 89 |
|
84 | | -- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]: |
85 | | - - @kinobi-so/visitors-core@0.20.3 |
86 | | - - @kinobi-so/errors@0.20.3 |
87 | | - - @kinobi-so/renderers-core@0.20.3 |
88 | | - - @kinobi-so/nodes@0.20.3 |
| 90 | +- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]: |
| 91 | + - @kinobi-so/visitors-core@0.20.3 |
| 92 | + - @kinobi-so/errors@0.20.3 |
| 93 | + - @kinobi-so/renderers-core@0.20.3 |
| 94 | + - @kinobi-so/nodes@0.20.3 |
89 | 95 |
|
90 | 96 | ## 0.20.4 |
91 | 97 |
|
92 | 98 | ### Patch Changes |
93 | 99 |
|
94 | | -- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
| 100 | +- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
95 | 101 |
|
96 | | -- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
97 | | - - @kinobi-so/errors@0.20.2 |
98 | | - - @kinobi-so/nodes@0.20.2 |
99 | | - - @kinobi-so/renderers-core@0.20.2 |
100 | | - - @kinobi-so/visitors-core@0.20.2 |
| 102 | +- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
| 103 | + - @kinobi-so/errors@0.20.2 |
| 104 | + - @kinobi-so/nodes@0.20.2 |
| 105 | + - @kinobi-so/renderers-core@0.20.2 |
| 106 | + - @kinobi-so/visitors-core@0.20.2 |
101 | 107 |
|
102 | 108 | ## 0.20.3 |
103 | 109 |
|
104 | 110 | ### Patch Changes |
105 | 111 |
|
106 | | -- [#29](https://github.com/kinobi-so/kinobi/pull/29) [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions |
| 112 | +- [#29](https://github.com/kinobi-so/kinobi/pull/29) [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions |
107 | 113 |
|
108 | 114 | ## 0.20.2 |
109 | 115 |
|
110 | 116 | ### Patch Changes |
111 | 117 |
|
112 | | -- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm |
| 118 | +- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm |
113 | 119 |
|
114 | | -- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function |
| 120 | +- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function |
115 | 121 |
|
116 | 122 | ## 0.20.1 |
117 | 123 |
|
118 | 124 | ### Patch Changes |
119 | 125 |
|
120 | | -- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers |
| 126 | +- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers |
121 | 127 |
|
122 | | -- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]: |
123 | | - - @kinobi-so/renderers-core@0.20.1 |
124 | | - - @kinobi-so/errors@0.20.1 |
125 | | - - @kinobi-so/nodes@0.20.1 |
126 | | - - @kinobi-so/visitors-core@0.20.1 |
| 128 | +- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]: |
| 129 | + - @kinobi-so/renderers-core@0.20.1 |
| 130 | + - @kinobi-so/errors@0.20.1 |
| 131 | + - @kinobi-so/nodes@0.20.1 |
| 132 | + - @kinobi-so/visitors-core@0.20.1 |
0 commit comments