UNPKG

1.84 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8<!--
9
10DO NOT TOUCH. SAVE IT ON TOP.
11
12## [semver] - date
13### Added
14- ...
15
16### Changed
17- ...
18
19### Fixed
20- ...
21
22### Removed
23- ...
24
25-->
26
27## [2.1.0] - 2020-06-11
28### Fixed
29- Extracting browser family from regexp fix.
30
31### Changed
32- `HeadlessChrome` regexp was removed, works with regular Chrome regexp.
33
34## [2.0.5] - 2020-05-12
35### Fixed
36- [#434](https://github.com/browserslist/browserslist-useragent-regexp/issues/434)
37
38## [2.0.4] - 2020-04-23
39### Fixed
40- Desktop Safari regexp.
41
42## [2.0.3] - 2020-04-22
43### Fixed
44- [#420](https://github.com/browserslist/browserslist-useragent-regexp/issues/420)
45
46## [2.0.2] - 2020-04-16
47### Fixed
48- [#409](https://github.com/browserslist/browserslist-useragent-regexp/issues/409)
49
50## [2.0.0] - 2020-01-25
51### Breaking
52- Requires `Node 10+`
53
54## [1.3.1-beta] - 2019-07-30
55### Changed
56- Dependencies update.
57
58## [1.3.0-beta] - 2019-06-09
59### Added
60- `trigen-scripts` dev tool.
61
62### Changed
63- Dependencies update.
64
65## [1.2.0-beta] - 2019-05-09
66### Fixed
67- [#23](https://github.com/browserslist/browserslist-useragent-regexp/issues/23): Patch Chrome regexp to ignore Edge useragent.
68
69## [1.1.1-beta] - 2019-05-08
70### Fixed
71- [#11](https://github.com/browserslist/browserslist-useragent-regexp/issues/11): `rollup-plugin-shebang` -> `rollup-plugin-add-shebang`
72
73## [1.1.0-beta] - 2019-05-01
74### Summary
75The size of RegExp for `defaults` has decreased by ~63%.
76### Changed
77- Result RegExps optimizations;
78- Removing of useless RegExps from result.
79
80## [1.0.3-beta] - 2019-04-07
81### Fixed
82- [#11](https://github.com/browserslist/browserslist-useragent-regexp/issues/11)