Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 2, 2023
1 parent 1ba0563 commit e1d7131
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [2.1.0](https://github.com/wessberg/browserslist-generator/compare/v2.0.3...v2.1.0) (2023-08-02)


### Features

* add ES2023 support ([80d81a4](https://github.com/wessberg/browserslist-generator/commit/80d81a43462da37426ac08b4fff72f468ef4f495))



## [2.0.3](https://github.com/wessberg/browserslist-generator/compare/v2.0.2...v2.0.3) (2023-02-02)


Expand Down Expand Up @@ -97,11 +106,11 @@

### Features

* **ua:** add support for Samsung Internet through its CrossApp feature ([3018c9b](https://github.com/wessberg/browserslist-generator/commit/3018c9be3e260b339d2d028963e93d9b8986ef8e))
* **ua:** catch iPad on iPhone OS 3 ([cd628fe](https://github.com/wessberg/browserslist-generator/commit/cd628fe5bb8f24e6c7e07569542fca4db0ec4dd3))
* **ua:** catch more bots ([7ec729c](https://github.com/wessberg/browserslist-generator/commit/7ec729c994c9593439bcf3f67874d49caf486899))
* **ua:** detect Instagram browser on iOS as ios_saf ([45c9918](https://github.com/wessberg/browserslist-generator/commit/45c9918fd6b63c10390230df62e8050a546e578b))
* **ua:** treat Nokia WAP browsers as IE 8 as that there are no equivalent browsers in Caniuse ([4aa42be](https://github.com/wessberg/browserslist-generator/commit/4aa42be132418446733aa317bc25d533b3a42706))
* **ua:** add support for Samsung Internet through its CrossApp feature ([3018c9b](https://github.com/wessberg/browserslist-generator/commit/3018c9be3e260b339d2d028963e93d9b8986ef8e))



Expand All @@ -119,16 +128,16 @@

### Bug Fixes

* **ua:** add handling for WebKit-based browsers that do not support a Safari version and attempt to map back into an equivalent Safari version ([1700ca4](https://github.com/wessberg/browserslist-generator/commit/1700ca4244d68743422a46133e94d3d86b3ab4e8))
* **ua:** detect even more bots ([1bb27f4](https://github.com/wessberg/browserslist-generator/commit/1bb27f4a4ba8dbfa779f582acf7e0bd6fda25320))
* **ua:** detect more bots ([9cd9f80](https://github.com/wessberg/browserslist-generator/commit/9cd9f8097f843fdc18528f0061a51b0132373d07))
* **ua:** add handling for WebKit-based browsers that do not support a Safari version and attempt to map back into an equivalent Safari version ([1700ca4](https://github.com/wessberg/browserslist-generator/commit/1700ca4244d68743422a46133e94d3d86b3ab4e8))


### Features

* **ua:** detect the Facebook browser on iOS more often ([a1dd77a](https://github.com/wessberg/browserslist-generator/commit/a1dd77ab1cb2c8214d90c8f8b188cf0d67ee676b))
* **ua:** add handling with fallbacks for unparseable user agents ([33ff06a](https://github.com/wessberg/browserslist-generator/commit/33ff06a28c92173bfb5bdbecc5641e6335245169))
* **ua:** add handling with more bots ([75e891a](https://github.com/wessberg/browserslist-generator/commit/75e891a82504efe8dfa2766d3c0811739aca866c))
* **ua:** detect the Facebook browser on iOS more often ([a1dd77a](https://github.com/wessberg/browserslist-generator/commit/a1dd77ab1cb2c8214d90c8f8b188cf0d67ee676b))



Expand Down Expand Up @@ -186,8 +195,8 @@

### Bug Fixes

* **ua:** handle special case with the old stock Android browser ([2f2847e](https://github.com/wessberg/browserslist-generator/commit/2f2847e0f4dfbca095fe169e286250b277d48728))
* **ua:** add detection for more bots ([bbffdbb](https://github.com/wessberg/browserslist-generator/commit/bbffdbb16251c8ff4e0f3c45c1e5bfb5768db543))
* **ua:** handle special case with the old stock Android browser ([2f2847e](https://github.com/wessberg/browserslist-generator/commit/2f2847e0f4dfbca095fe169e286250b277d48728))



Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserslist-generator",
"version": "2.0.3",
"version": "2.1.0",
"description": "A library that makes generating and validating Browserslists a breeze!",
"files": [
"dist/**/*.*"
Expand Down

0 comments on commit e1d7131

Please sign in to comment.