Commit 02e9a71
committed
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.0.10...v7.0.0) (2025-07-11)
### ⚠ BREAKING CHANGES
* code generation for Go, Rust, TypeScript
### Features
* code generation for Go, Rust, TypeScript ([0d8012d](0d8012d))
* **gen:** copy types ([4747f23](4747f23))
* **gen:** enums ([de8421d](de8421d))
* **gen:** implicits ([c0cba18](c0cba18))
* **gen:** keyed unions ([2e7edd2](2e7edd2))
* **gen:** lists ([ce1fa70](ce1fa70))
* **gen:** maps ([78cfdcf](78cfdcf))
* **gen:** optionals ([91ec414](91ec414))
* **gen:** renames ([ec523ab](ec523ab))
* tsdefs improvements & cli, expose & build schema-schema, fix type exports ([8bd1aa8](8bd1aa8))
* **typed:** custom transformers for typed converters/validators ([b2244bb](b2244bb))
* **typed:** support copy types in typed validators/converters ([db587f0](db587f0))
### Bug Fixes
* allow KindInt to be bigint ([6e8daf5](6e8daf5))
* don't make annotations require a double-# ([4be4cf3](4be4cf3))
* **gen:** improve test coverage, improve using more Filecoin miner types ([b33ead6](b33ead6))
* **gen:** kinded unions ([8699a41](8699a41))
* **gen:** minor parser & type improvements & fixes ([9b74eb8](9b74eb8))
* **gen:** properly handle nullables ([db43aa0](db43aa0))
* windows crlf ([699dabc](699dabc))
### Trivial Changes
* add parser types ([94ff357](94ff357))
* **deps:** bump actions/setup-node from 4.3.0 to 4.4.0 ([013bcae](013bcae))
* **doc:** add LLM context docs ([e98df2f](e98df2f))
* **doc:** README refresh ([13ed424](13ed424))
* **test:** extend polendina timeout for slower systems ([80be1bf](80be1bf))
* update deps ([ef42ad7](ef42ad7))1 parent 013bcae commit 02e9a71
2 files changed
+41
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
1 | 41 | | |
2 | 42 | | |
3 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments