We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5125d13 commit e6529f6Copy full SHA for e6529f6
2 files changed
docs/source/changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## Version 4.1.3
4
+
5
+### Added:
6
+ - [x] Support for unicode hexes `\uXXXX` [#20](https://github.com/AjaniBilby/BNF-parser/pull/20) by [@zanerock](https://github.com/zanerock)
7
8
## Version 4.1.1
9
10
### Fixes:
package.json
@@ -1,6 +1,6 @@
{
"name": "bnf-parser",
- "version": "4.1.1",
+ "version": "4.1.3",
"description": "Deterministic BNF compiler/parser",
"homepage": "https://bnf-parser.ajanibilby.com",
"main": "./bin/index.js",
0 commit comments