-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from JuliaEditorSupport/sp/changelog
add a changelog
- Loading branch information
Showing
1 changed file
with
32 additions
and
3 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 |
---|---|---|
@@ -1,3 +1,32 @@ | ||
## 0.1.0 - First Release | ||
* Every feature added | ||
* Every bug fixed | ||
# Change Log | ||
|
||
All notable changes to the Julia grammar will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [Unreleased] | ||
|
||
## [0.21.0] - 2021-01-25 | ||
### Added | ||
- Support for embedded SQL syntax via the `sql` string macro ([#235](https://github.com/JuliaEditorSupport/atom-language-julia/pull/235)). | ||
- This repo now also contains a VSCode-compatible JSON grammar file ([#236](https://github.com/JuliaEditorSupport/atom-language-julia/pull/236)). | ||
- Added a changelog ([#237](https://github.com/JuliaEditorSupport/atom-language-julia/pull/237)). | ||
|
||
### Changed | ||
- Update the readme ([#236](https://github.com/JuliaEditorSupport/atom-language-julia/pull/236)). | ||
|
||
## [0.20.2] - 2021-01-13 | ||
### Fixed | ||
- `NaNxxx` is no longer erroneously tokenized like `NaN` ([#233](https://github.com/JuliaEditorSupport/atom-language-julia/pull/233)). | ||
- String macros (and `var""`) now properly bind tighter than `:` ([#234](https://github.com/JuliaEditorSupport/atom-language-julia/pull/234)). | ||
|
||
### Added | ||
- Support for `var"..."` and `var"""..."""` ([#234](https://github.com/JuliaEditorSupport/atom-language-julia/pull/234)). | ||
- Support for triple-backtick strings ([#234](https://github.com/JuliaEditorSupport/atom-language-julia/pull/234)). | ||
- Support for ```foo````` string macros ([#234](https://github.com/JuliaEditorSupport/atom-language-julia/pull/234)). | ||
|
||
## [0.20.1] - 2021-11-08 | ||
### Fixed | ||
- Restore PCRE compatibility to un-break GitHub rendering. | ||
|
||
## [0.20.0] - 2021-10-26 |