File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is loosely based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.3.1] - 2023-08-18
9
+
10
+ ### Added
11
+
12
+ - Documentation for all tokens
13
+ - A TypeDoc presenting documentations
14
+
15
+ ### Changed
16
+
17
+ - Updated documentation in README
18
+ - Fixed ` not ` token potentially negating a numbered back-reference
19
+
20
+
8
21
## [ 1.3.0] - 2023-08-17
9
22
10
23
### Added
@@ -60,3 +73,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
73
[ 1.2.0 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.2.0
61
74
[ 1.2.1 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.2.1
62
75
[ 1.3.0 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.3.0
76
+ [ 1.3.1 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.3.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " readable-regexp" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"author" : " Henry Lin" ,
5
5
"license" : " MIT" ,
6
6
"description" : " Create readable Regular Expressions with concise and flexible syntax." ,
You can’t perform that action at this time.
0 commit comments