-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, add a changelog
- Loading branch information
Showing
5 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
= Changelog | ||
|
||
[[release-0.17.0]] | ||
== 0.17.0 (2024-10-10) | ||
|
||
=== Breaking changes | ||
|
||
* Give type nodes explicit names (e.g. `"unknown"` -> `unknownTypeNode`) | ||
* Remove support for legacy syntax in for and when generators | ||
|
||
=== Additions | ||
|
||
* Add support for Swift Package Manager | ||
* Add support for C bindings | ||
* Add doc comments to the parse tree | ||
* Add `slStringLiteralPart` and `mlStringLiteralPart` to the parse tree | ||
* Add field names to various nodes | ||
* Add support for shebang comments | ||
|
||
=== Fixes | ||
|
||
* Fix parsing of parenthesized expressions in object | ||
elements | ||
* Fix parsing of union types with default markers | ||
* Add missing `else` in when generators | ||
* Add missing module type | ||
* Fix parsing of strings that start with two slashes | ||
|
||
=== Contributors ❤️ | ||
|
||
Thanks to all the contributors for this release! | ||
|
||
* https://github.com/ObserverOfTime[@ObserverOfTime] | ||
* https://github.com/jayadamsmorgan[jayadamsmorgan] | ||
* https://github.com/thomaspurchas[@thomaspurchas] | ||
|
||
[[release-0.16.0]] | ||
== 0.16.0 (2024-02-02) | ||
|
||
Initial release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters