-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from wuespace/release-please--branches--main
- Loading branch information
Showing
3 changed files
with
29 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2022-03-26) | ||
|
||
|
||
### Features | ||
|
||
* **grammar:** Add ANTLR4 grammar for `SimpleTypeSpecifierNode` parsing ([8c855de](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/8c855de8c89aa9e1f5ab9665d9e57c909968e606)) | ||
* **spec:** Add `PrimitiveSpecification` specifications ([643991b](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/643991b65968bb438e62ae2c8bacf9c85abc2cfc)) | ||
* **spec:** Add appendix giving credit to the specification's authors and _Spec Markdown_ ([2a23385](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/2a233854ca18f1fe71907aa33a115b160d0e9d80)) | ||
* **spec:** Add notes about results from the order of precedence in `SimpleTypeSpecifierNode` types ([5a0dbfc](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/5a0dbfcbac72738ba07e6abd67c5dadecf021923)) | ||
* **spec:** Mention ANTLR 4 grammar file in documentation ([6f02691](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/6f026918b144f5b31a0887db462cc38318708d45)) | ||
* **spec:** Support whitespaces in `SimpleTypeSpecifier` values ([4aa197a](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/4aa197ab6da6c23e248881f5a2f5139add0ae59a)) | ||
* **spec:** Various enhancements to the specification ([6b72400](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/6b72400bc7ca9ba763f2366aee7559eb0e873978)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **spec:** Fix `MessageSpecification` grammar definition ([e0555a6](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/e0555a6b1ecf6fe12996d479c63b0d4b31732efb)) | ||
* **spec:** Fix `prettier` issues ([600da85](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/600da8563fb5ab987c5db04699cdd97b09f33d23)) | ||
* **spec:** Fix typos and optimize wording ([a823b84](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/a823b841f555b2e7547c80e18146c19480880210)) | ||
* **spec:** Fix various small issues ([8c858bf](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/8c858bffd13ff6891eca50affdeb0827f475f410)) | ||
* **spec:** Specify order of precedence for `SimpleTypeSpecifierNode` ([0b81a95](https://github.com/wuespace/telestion-message-type-dsl-specs/commit/0b81a9549a2cf979c11f4e52c7f94d7e69810cb1)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,6 @@ | |
"nodemon": "^2.0.15", | ||
"shelljs": "^0.8.5", | ||
"spec-md": "^3.0.2" | ||
} | ||
}, | ||
"version": "1.0.0" | ||
} |