|
1 | 1 | # @codama/errors |
2 | 2 |
|
| 3 | +## 1.2.0 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- Updated dependencies []: |
| 8 | + - @codama/node-types@1.2.0 |
| 9 | + |
3 | 10 | ## 1.1.0 |
4 | 11 |
|
5 | 12 | ### Patch Changes |
6 | 13 |
|
7 | | -- Updated dependencies []: |
8 | | - - @codama/node-types@1.1.0 |
| 14 | +- Updated dependencies []: |
| 15 | + - @codama/node-types@1.1.0 |
9 | 16 |
|
10 | 17 | ## 1.0.0 |
11 | 18 |
|
12 | 19 | ### Major Changes |
13 | 20 |
|
14 | | -- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages |
| 21 | +- [#236](https://github.com/codama-idl/codama/pull/236) [`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish codama v1 packages |
15 | 22 |
|
16 | 23 | ### Patch Changes |
17 | 24 |
|
18 | | -- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]: |
19 | | - - @codama/node-types@1.0.0 |
| 25 | +- Updated dependencies [[`4057b0d`](https://github.com/codama-idl/codama/commit/4057b0d6bb28a207ff6d473aa117d81336a323d8)]: |
| 26 | + - @codama/node-types@1.0.0 |
20 | 27 |
|
21 | 28 | ## 0.22.0 |
22 | 29 |
|
23 | 30 | ### Minor Changes |
24 | 31 |
|
25 | | -- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode` |
| 32 | +- [#183](https://github.com/codama-idl/codama/pull/183) [`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode` |
26 | 33 |
|
27 | 34 | ### Patch Changes |
28 | 35 |
|
29 | | -- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program. |
| 36 | +- [#180](https://github.com/codama-idl/codama/pull/180) [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program. |
30 | 37 |
|
31 | | -- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]: |
32 | | - - @codama/node-types@0.22.0 |
| 38 | +- Updated dependencies [[`c8c5934`](https://github.com/codama-idl/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama-idl/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama-idl/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]: |
| 39 | + - @codama/node-types@0.22.0 |
33 | 40 |
|
34 | 41 | ## 0.21.5 |
35 | 42 |
|
36 | 43 | ### Patch Changes |
37 | 44 |
|
38 | | -- [#204](https://github.com/codama-idl/codama/pull/204) [`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `codama_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName. |
| 45 | +- [#204](https://github.com/codama-idl/codama/pull/204) [`a6849d3`](https://github.com/codama-idl/codama/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `codama_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName. |
39 | 46 |
|
40 | | -- Updated dependencies []: |
41 | | - - @codama/node-types@0.21.5 |
| 47 | +- Updated dependencies []: |
| 48 | + - @codama/node-types@0.21.5 |
42 | 49 |
|
43 | 50 | ## 0.21.4 |
44 | 51 |
|
45 | 52 | ### Patch Changes |
46 | 53 |
|
47 | | -- Updated dependencies []: |
48 | | - - @codama/node-types@0.21.4 |
| 54 | +- Updated dependencies []: |
| 55 | + - @codama/node-types@0.21.4 |
49 | 56 |
|
50 | 57 | ## 0.21.3 |
51 | 58 |
|
52 | 59 | ### Patch Changes |
53 | 60 |
|
54 | | -- Updated dependencies []: |
55 | | - - @codama/node-types@0.21.3 |
| 61 | +- Updated dependencies []: |
| 62 | + - @codama/node-types@0.21.3 |
56 | 63 |
|
57 | 64 | ## 0.21.2 |
58 | 65 |
|
59 | 66 | ### Patch Changes |
60 | 67 |
|
61 | | -- Updated dependencies []: |
62 | | - - @codama/node-types@0.21.2 |
| 68 | +- Updated dependencies []: |
| 69 | + - @codama/node-types@0.21.2 |
63 | 70 |
|
64 | 71 | ## 0.21.1 |
65 | 72 |
|
66 | 73 | ### Patch Changes |
67 | 74 |
|
68 | | -- Updated dependencies []: |
69 | | - - @codama/node-types@0.21.1 |
| 75 | +- Updated dependencies []: |
| 76 | + - @codama/node-types@0.21.1 |
70 | 77 |
|
71 | 78 | ## 0.21.0 |
72 | 79 |
|
73 | 80 | ### Minor Changes |
74 | 81 |
|
75 | | -- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
| 82 | +- [#111](https://github.com/codama-idl/codama/pull/111) [`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
76 | 83 |
|
77 | 84 | 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. |
78 | 85 |
|
79 | 86 | ### Patch Changes |
80 | 87 |
|
81 | | -- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
82 | | - - @codama/node-types@0.21.0 |
| 88 | +- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
| 89 | + - @codama/node-types@0.21.0 |
83 | 90 |
|
84 | 91 | ## 0.20.6 |
85 | 92 |
|
86 | 93 | ### Patch Changes |
87 | 94 |
|
88 | | -- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama |
| 95 | +- [#102](https://github.com/codama-idl/codama/pull/102) [`bcf6a23`](https://github.com/codama-idl/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama |
89 | 96 |
|
90 | | -- Updated dependencies []: |
91 | | - - @codama/node-types@0.20.6 |
| 97 | +- Updated dependencies []: |
| 98 | + - @codama/node-types@0.20.6 |
92 | 99 |
|
93 | 100 | ## 0.20.5 |
94 | 101 |
|
95 | 102 | ### Patch Changes |
96 | 103 |
|
97 | | -- [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being. |
| 104 | +- [#42](https://github.com/codama-idl/codama/pull/42) [`908acba`](https://github.com/codama-idl/codama/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being. |
98 | 105 |
|
99 | | -- Updated dependencies []: |
100 | | - - @codama/node-types@0.20.5 |
| 106 | +- Updated dependencies []: |
| 107 | + - @codama/node-types@0.20.5 |
101 | 108 |
|
102 | 109 | ## 0.20.4 |
103 | 110 |
|
104 | 111 | ### Patch Changes |
105 | 112 |
|
106 | | -- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
107 | | - - @codama/node-types@0.20.4 |
| 113 | +- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
| 114 | + - @codama/node-types@0.20.4 |
108 | 115 |
|
109 | 116 | ## 0.20.3 |
110 | 117 |
|
111 | 118 | ### Patch Changes |
112 | 119 |
|
113 | | -- [#40](https://github.com/codama-idl/codama/pull/40) [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message |
| 120 | +- [#40](https://github.com/codama-idl/codama/pull/40) [`4bc5823`](https://github.com/codama-idl/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message |
114 | 121 |
|
115 | | -- Updated dependencies []: |
116 | | - - @codama/node-types@0.20.3 |
| 122 | +- Updated dependencies []: |
| 123 | + - @codama/node-types@0.20.3 |
117 | 124 |
|
118 | 125 | ## 0.20.2 |
119 | 126 |
|
120 | 127 | ### Patch Changes |
121 | 128 |
|
122 | | -- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
| 129 | +- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
123 | 130 |
|
124 | | -- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
125 | | - - @codama/node-types@0.20.2 |
| 131 | +- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
| 132 | + - @codama/node-types@0.20.2 |
126 | 133 |
|
127 | 134 | ## 0.20.1 |
128 | 135 |
|
129 | 136 | ### Patch Changes |
130 | 137 |
|
131 | | -- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers |
| 138 | +- [#21](https://github.com/codama-idl/codama/pull/21) [`0dec0c8`](https://github.com/codama-idl/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers |
132 | 139 |
|
133 | | -- Updated dependencies []: |
134 | | - - @codama/node-types@0.20.1 |
| 140 | +- Updated dependencies []: |
| 141 | + - @codama/node-types@0.20.1 |
0 commit comments