Skip to content

Commit

Permalink
add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdotink committed Oct 11, 2024
1 parent 75f6a11 commit 9d477c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2024-10-08

### Added
- Added `access` fields that contain a `Option<TokenReference>` to `TypeInfo::Array` and `TypeField`.
- Added support for parsing table type field access modifiers, such as `{ read foo: number }`.
- Added structs `TypeUnion` and `TypeIntersection` which both contain a field for a leading `TokenReference` (`|` or `&`), and a field which contains a `Punctuated<TypeInfo>`.
- Added support for parsing leading `|` and `&` in types.

Expand Down

0 comments on commit 9d477c1

Please sign in to comment.