Update changelog and readme

pull/362/head
Denis Demchenko 6 years ago
parent 428dadc503
commit 09b73d7897

@ -1,5 +1,9 @@
# Bowser Changelog # Bowser Changelog
### 2.2.0 (April 7, 2019)
- [ADD] Add short aliases for browser names (#295)
- [FIX] Fix Yandex Browser version detection (#308)
### 2.1.2 (March 6, 2019) ### 2.1.2 (March 6, 2019)
- [FIX] Fix buggy `getFirstMatch` reference - [FIX] Fix buggy `getFirstMatch` reference

@ -131,8 +131,14 @@ Thus, you can define OS or platform specific rules and they will have more prior
More of API and possibilities you will find in the `docs` folder. More of API and possibilities you will find in the `docs` folder.
### Similar Projects ### Browser names for `.satisfies()`
By default you are supposed to use the full browser name for `.satisfies`.
But, there's a short way to define a browser using short aliases. The full
list of aliases can be found in [the file](src/constants.js).
## Similar Projects
* [Kong](https://github.com/BigBadBleuCheese/Kong) - A C# port of Bowser. * [Kong](https://github.com/BigBadBleuCheese/Kong) - A C# port of Bowser.
### License ## License
Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details. Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

Loading…
Cancel
Save