Skip to content

Commit

Permalink
Move to unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren authored Oct 13, 2024
1 parent 9d477c1 commit aefc090
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2024-10-08

## Unreleased
### 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 }`.

## [1.0.0] - 2024-10-08

### Added
- 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 aefc090

Please sign in to comment.