File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.0-beta] - 2019-05-01
9
+ ### Summary
10
+ RegExp for ` defaults ` decreased by ~ 63%.
11
+ ### Changed
12
+ - Result RegExps optimizations;
13
+ - Removing of useless RegExps from result.
14
+
8
15
## [ 1.0.3-beta] - 2019-04-07
9
16
### Fixed
10
17
- [ #11 ] ( https://github.com/browserslist/browserslist-useragent-regexp/issues/11 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browserslist-useragent-regexp" ,
3
- "version" : " 1.0.3 -beta" ,
3
+ "version" : " 1.1.0 -beta" ,
4
4
"description" : " A utility to compile browserslist query to a RegExp to test browser useragent." ,
5
5
"author" : " dangreen" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments