UNPKG

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