|
4 | 4 |
|
5 | 5 | ### Minor Changes |
6 | 6 |
|
7 | | -- [#183](https://github.com/codama/codama/pull/183) [`c8c5934`](https://github.com/codama/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode` |
| 7 | +- [#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` |
8 | 8 |
|
9 | 9 | ### Patch Changes |
10 | 10 |
|
11 | | -- [#180](https://github.com/codama/codama/pull/180) [`93a318a`](https://github.com/codama/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program. |
| 11 | +- [#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. |
12 | 12 |
|
13 | | -- Updated dependencies [[`c8c5934`](https://github.com/codama/codama/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/codama/codama/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/codama/codama/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]: |
| 13 | +- 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)]: |
14 | 14 | - @codama/node-types@0.22.0 |
15 | 15 |
|
16 | 16 | ## 0.21.5 |
17 | 17 |
|
18 | 18 | ### Patch Changes |
19 | 19 |
|
20 | | -- [#204](https://github.com/codama/codama/pull/204) [`a6849d3`](https://github.com/codama/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. |
| 20 | +- [#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. |
21 | 21 |
|
22 | 22 | - Updated dependencies []: |
23 | 23 | - @codama/node-types@0.21.5 |
|
54 | 54 |
|
55 | 55 | ### Minor Changes |
56 | 56 |
|
57 | | -- [#111](https://github.com/codama/codama/pull/111) [`2f26050`](https://github.com/codama/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
| 57 | +- [#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` |
58 | 58 |
|
59 | 59 | 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. |
60 | 60 |
|
61 | 61 | ### Patch Changes |
62 | 62 |
|
63 | | -- Updated dependencies [[`2f26050`](https://github.com/codama/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
| 63 | +- Updated dependencies [[`2f26050`](https://github.com/codama-idl/codama/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
64 | 64 | - @codama/node-types@0.21.0 |
65 | 65 |
|
66 | 66 | ## 0.20.6 |
67 | 67 |
|
68 | 68 | ### Patch Changes |
69 | 69 |
|
70 | | -- [#102](https://github.com/codama/codama/pull/102) [`bcf6a23`](https://github.com/codama/codama/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in codama |
| 70 | +- [#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 |
71 | 71 |
|
72 | 72 | - Updated dependencies []: |
73 | 73 | - @codama/node-types@0.20.6 |
|
76 | 76 |
|
77 | 77 | ### Patch Changes |
78 | 78 |
|
79 | | -- [#42](https://github.com/codama/codama/pull/42) [`908acba`](https://github.com/codama/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. |
| 79 | +- [#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. |
80 | 80 |
|
81 | 81 | - Updated dependencies []: |
82 | 82 | - @codama/node-types@0.20.5 |
|
85 | 85 |
|
86 | 86 | ### Patch Changes |
87 | 87 |
|
88 | | -- Updated dependencies [[`668b550`](https://github.com/codama/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
| 88 | +- Updated dependencies [[`668b550`](https://github.com/codama-idl/codama/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
89 | 89 | - @codama/node-types@0.20.4 |
90 | 90 |
|
91 | 91 | ## 0.20.3 |
92 | 92 |
|
93 | 93 | ### Patch Changes |
94 | 94 |
|
95 | | -- [#40](https://github.com/codama/codama/pull/40) [`4bc5823`](https://github.com/codama/codama/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message |
| 95 | +- [#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 |
96 | 96 |
|
97 | 97 | - Updated dependencies []: |
98 | 98 | - @codama/node-types@0.20.3 |
|
101 | 101 |
|
102 | 102 | ### Patch Changes |
103 | 103 |
|
104 | | -- [`964776f`](https://github.com/codama/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
| 104 | +- [`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
105 | 105 |
|
106 | | -- Updated dependencies [[`964776f`](https://github.com/codama/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
| 106 | +- Updated dependencies [[`964776f`](https://github.com/codama-idl/codama/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
107 | 107 | - @codama/node-types@0.20.2 |
108 | 108 |
|
109 | 109 | ## 0.20.1 |
110 | 110 |
|
111 | 111 | ### Patch Changes |
112 | 112 |
|
113 | | -- [#21](https://github.com/codama/codama/pull/21) [`0dec0c8`](https://github.com/codama/codama/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers |
| 113 | +- [#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 |
114 | 114 |
|
115 | 115 | - Updated dependencies []: |
116 | 116 | - @codama/node-types@0.20.1 |
0 commit comments