Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add browser engine to schema * Add engines for IE (Trident) and Edge (EdgeHTML) * Add Chrome WebKit data * Add Chrome Blink data * Add engine for Chrome Android * Update Opera versions * Add release notes and date for Opera 60 * Add Opera (Presto & Blink) data * Add Opera Android (Presto & Blink) data * Add Safari (WebKit) data * Add Safari iOS (WebKit) data * Update current Safari iOS version * Add Firefox (Gecko) data * Add Firefox Android (Gecko) data * Add Webview (Blink) data * Add Node.js (V8) data * Add Samsung Internet (Blink) data * Add release date for Samsung Internet 8.2 * Add Samsung Internet 9.2 * 8.2 is retired * 7.4 is retired * Add 8.0 and 9.0 * Add engine version for Samsung Internet 8.0 * Add Samsung Internet 9.0/9.2 engines based upon manual testing * Replace 4.4 and 4.4.3 with 30 and 33, add 36 * Update data for 4.4.3 -> 33 * Update data for 4.4 -> 30 * Fix remaining files * Fix version numbers set to 37 * Add WebView data for non-Chromium versions * Revert version numbers of WebView 4.4 and 4.4.3 * Fix version numbers in all files * Add engines to WebView 4.4, 4.4.3, and 36 * Add documentation regarding engine fields * Add enum validation of known engines * Remove WebView 36 * Update files to remove WebView 36 * Fix typos via @ExE-Boss' suggestion Co-Authored-By: vinyldarkscratch <vinyldarkscratch@gmail.com> * Add engines to browsers in TypeScript (#1) * Revert "Add engines to browsers in TypeScript (#1)" This reverts commit ac1fe4c. * Remove Opera and WebView as engines * Add browser engine data to TypeScript * Add engines for Android Webview 2.x/3.x/4.0/4.1/4.2 Information Source: https://developers.whatismybrowser.com/useragents/explore/software_name/android-browser * Add Safari iOS 1.0 engine version * Update engines based upon user agent strings * Fix Safari iOS engine versions * Fix syntax error during merge * Add engine to Node.js 12.0.0 * Update Internet Explorer engines * Remove engines from IE 1-6 for now
- Loading branch information