File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is loosely based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.2] - 2023-08-18
9+
10+ ### Changed
11+
12+ - Escape backslashes at the end of a character class option string
13+
814## [ 1.3.1] - 2023-08-18
915
1016### Added
@@ -74,3 +80,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7480[ 1.2.1 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.2.1
7581[ 1.3.0 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.3.0
7682[ 1.3.1 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.3.1
83+ [ 1.3.2 ] : https://github.com/hlysine/readable-regexp/releases/tag/v1.3.2
Original file line number Diff line number Diff line change 11{
22 "name" : " readable-regexp" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "author" : " Henry Lin" ,
55 "license" : " MIT" ,
66 "description" : " Create readable Regular Expressions with concise and flexible syntax." ,
You can’t perform that action at this time.
0 commit comments