File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 2.2.0] ( https://github.com/pure-js/browser-detection/compare/v2.1.6...v2.2.0 ) (2023-08-16)
3+
4+
5+ ### Features
6+
7+ * add TypeScript typings ([ #493 ] ( https://github.com/pure-js/browser-detection/issues/493 ) ) ([ 65e0dae] ( https://github.com/pure-js/browser-detection/commit/65e0dae0d25503496dcfe4cf9182dbf4a3fb7ecf ) )
8+
9+
10+ ### Bug Fixes
11+
12+ * return undefined instead of null ([ #498 ] ( https://github.com/pure-js/browser-detection/issues/498 ) ) ([ 8db69fe] ( https://github.com/pure-js/browser-detection/commit/8db69fe3388b2dfe6055aca9fea8b3e394efc412 ) )
13+
214## v2.1.7 (22-1-2018)
315Implemented enhancements:
416- added shortening for ``` detectBrowserNameAndVersion() ``` - ``` detectBrowser() ```
Original file line number Diff line number Diff line change 11{
22 "name" : " browser-version-detection" ,
3- "version" : " 2.1.11 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Browser detection using the user agent, returns the name and version of the browser" ,
55 "main" : " dist/browser-detection.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments