UNPKG

1.96 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.1] - 2020-10-17
28### Fixed
29- [#472](https://github.com/browserslist/browserslist-useragent-regexp/issues/472)
30
31## [2.1.0] - 2020-06-11
32### Fixed
33- Extracting browser family from regexp fix.
34
35### Changed
36- `HeadlessChrome` regexp was removed, works with regular Chrome regexp.
37
38## [2.0.5] - 2020-05-12
39### Fixed
40- [#434](https://github.com/browserslist/browserslist-useragent-regexp/issues/434)
41
42## [2.0.4] - 2020-04-23
43### Fixed
44- Desktop Safari regexp.
45
46## [2.0.3] - 2020-04-22
47### Fixed
48- [#420](https://github.com/browserslist/browserslist-useragent-regexp/issues/420)
49
50## [2.0.2] - 2020-04-16
51### Fixed
52- [#409](https://github.com/browserslist/browserslist-useragent-regexp/issues/409)
53
54## [2.0.0] - 2020-01-25
55### Breaking
56- Requires `Node 10+`
57
58## [1.3.1-beta] - 2019-07-30
59### Changed
60- Dependencies update.
61
62## [1.3.0-beta] - 2019-06-09
63### Added
64- `trigen-scripts` dev tool.
65
66### Changed
67- Dependencies update.
68
69## [1.2.0-beta] - 2019-05-09
70### Fixed
71- [#23](https://github.com/browserslist/browserslist-useragent-regexp/issues/23): Patch Chrome regexp to ignore Edge useragent.
72
73## [1.1.1-beta] - 2019-05-08
74### Fixed
75- [#11](https://github.com/browserslist/browserslist-useragent-regexp/issues/11): `rollup-plugin-shebang` -> `rollup-plugin-add-shebang`
76
77## [1.1.0-beta] - 2019-05-01
78### Summary
79The size of RegExp for `defaults` has decreased by ~63%.
80### Changed
81- Result RegExps optimizations;
82- Removing of useless RegExps from result.
83
84## [1.0.3-beta] - 2019-04-07
85### Fixed
86- [#11](https://github.com/browserslist/browserslist-useragent-regexp/issues/11)