-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare v1.0 release * Fix formatting
- Loading branch information
Showing
7 changed files
with
22 additions
and
35 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
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
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 |
---|---|---|
@@ -1,25 +1,16 @@ | ||
# Changelog for Sourceror v0.13 | ||
# Changelog for Sourceror v1.0 | ||
|
||
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). | ||
|
||
## v0.1410 (2023-11-06) | ||
## v1.0.0 (2023-12-28) | ||
|
||
### 1. Bug fixes | ||
- [Sourceror] Handle unqualified double-parenthesis calls in `get_range` by @zachallaun in https://github.com/doorgan/sourceror/pull/111 | ||
|
||
## v0.14.0 (2023-09-19) | ||
|
||
### 1. Enhancements | ||
- [Sourceror] Change `get_range/1` to allow returning `nil` by @zachallaun in https://github.com/doorgan/sourceror/pull/107parse_string` by @zachallaun in https://github.com/doorgan/sourceror/pull/104 | ||
- [Sourceror.Identifier] Add additional identification guards by @zachallaun in https://github.com/doorgan/sourceror/pull/108 | ||
|
||
### 2. Bug fixes | ||
- [Sourceror] Ensure `get_range` works for all syntax nodes parsed using `Sourceror. | ||
- [Sourceror] Add support for Elixir 1.16 | ||
|
||
## v0.13.0 (2023-08-23) | ||
|
||
The changelog for v0.13 releases can be found [in the 0.13 | ||
branch](https://github.com/doorgan/sourceror/blob/v0.13/CHANGELOG.md). | ||
The changelog for v0.14 releases can be found [in the 0.14 | ||
branch](https://github.com/doorgan/sourceror/blob/v0.14/CHANGELOG.md). |
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
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
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
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