Faisal Salman
|
230ef846fa
|
Merge pull request #18 from johnyanarella/master
Fixed: Unsafe use of for..in loop results in incorrectly parsed values in some JavaScript VMs.
|
2013-08-16 18:31:15 -07:00 |
|
John Yanarella
|
494175854f
|
Fixed unsafe use of for..in to sequentially iterate an Array = incorrect parsed values in some JavaScript VMs.
|
2013-08-16 16:15:52 -04:00 |
|
Faisal Salman
|
80d6d137ba
|
Increment build version
v0.6.2
|
2013-07-04 17:49:34 +07:00 |
|
Faisal Salman
|
19b5ddd038
|
Fix rv token IE11
|
2013-07-04 17:44:05 +07:00 |
|
Faisal Salman
|
9133d73d50
|
Merge branch 'ie11' of github.com:faisalman/ua-parser-js
|
2013-07-04 17:40:44 +07:00 |
|
Faisal Salman
|
3699c70a3a
|
Fix unicode char
|
2013-07-04 17:39:48 +07:00 |
|
Faisal Salman
|
e6d276032b
|
Motorola droid test case
|
2013-07-04 16:46:42 +07:00 |
|
Faisal Salman
|
b68caafd94
|
New test for IE11
|
2013-07-04 16:37:05 +07:00 |
|
Faisal Salman
|
eed632e3dd
|
Detect IE11 without MSIE token
|
2013-07-04 15:53:46 +07:00 |
|
Faisal Salman
|
c5ce73f7de
|
Add browsers: Iron, IceDragon, QQBrowser
|
2013-06-24 19:43:07 +07:00 |
|
Faisal Salman
|
2c9c721a5c
|
Motorola Droid lineup
|
2013-06-13 13:57:24 +07:00 |
|
Faisal Salman
|
ec50c619ea
|
Merge pull request #17 from silkapp/master
Fix problem with html5shiv and old IE
|
2013-05-19 22:01:37 -07:00 |
|
Erik Hesselink
|
07a7956eda
|
Change 'for..in' loop to for loop.
The 'for..in' loop caused problems when the array was extended with
more methods (like map), e.g. by html5shiv in old IEs.
|
2013-05-17 14:05:21 +02:00 |
|
Faisal Salman
|
be0eec6716
|
Include ua in result object
|
2013-04-04 14:50:46 +07:00 |
|
Faisal Salman
|
8d439d26b8
|
Fix PocketPC mistakenly identified as PowerPC
|
2013-04-04 14:35:02 +07:00 |
|
Faisal Salman
|
dc20c12b63
|
Add CPU test & increment minor version
v0.6.0
|
2013-04-04 13:46:09 +07:00 |
|
Faisal Salman
|
ecf8f7a849
|
Merge branch 'dev-cpu' of github.com:faisalman/ua-parser-js
|
2013-04-04 13:10:59 +07:00 |
|
Faisal Salman
|
3bf60cc830
|
Merge branch 'master' of github.com:faisalman/ua-parser-js
|
2013-04-04 13:05:46 +07:00 |
|
Faisal Salman
|
8c94018351
|
Update readme.md modify node example
|
2013-04-04 13:05:21 +07:00 |
|
Faisal Salman
|
9098ad501f
|
Update readme.md regarding CPU detection
|
2013-04-03 21:03:28 +07:00 |
|
Faisal Salman
|
376541a383
|
Add new getCPU() method to detect CPU architecture
|
2013-04-03 18:00:27 +07:00 |
|
Faisal Salman
|
9cad6a0f2d
|
Detect new IE 11 user-agent
|
2013-03-26 13:35:10 +07:00 |
|
Faisal Salman
|
84a8eedad4
|
Exclude unintended char from being captured
|
2013-03-26 11:10:06 +07:00 |
|
Faisal Salman
|
30e1e7a98f
|
Increment version
|
2013-03-26 10:29:43 +07:00 |
|
Faisal Salman
|
c1df106dca
|
Fix closing braces
|
2013-03-26 10:27:24 +07:00 |
|
Faisal Salman
|
edcd5402a6
|
Fixes issue #15 - Attach UAParser to window
|
2013-03-25 23:16:40 +07:00 |
|
Faisal Salman
|
4f2ee98dae
|
Fix issue #14
v0.5.25
|
2013-03-22 13:23:24 +07:00 |
|
Faisal Salman
|
ce8f4977c0
|
Revert back util.is to typeof
|
2013-03-20 14:09:31 +07:00 |
|
Faisal Salman
|
38f62b3d63
|
Fix issue #13 & Resolve npm package name conflict with ua-parser
|
2013-03-20 12:50:18 +07:00 |
|
Faisal Salman
|
d5d329e15d
|
Tidying up readme
|
2013-03-18 22:31:47 +07:00 |
|
Faisal Salman
|
e89e8173f5
|
Fix error build
|
2013-03-18 22:22:58 +07:00 |
|
Faisal Salman
|
e58c93fe0a
|
Merge branch 'develop' of github.com:faisalman/ua-parser-js
|
2013-03-18 19:09:35 +07:00 |
|
Faisal Salman
|
8c36f005a5
|
Update configs
|
2013-03-18 18:40:02 +07:00 |
|
Faisal Salman
|
5717b00343
|
Some premature optimizations
|
2013-03-18 18:30:05 +07:00 |
|
Faisal Salman
|
4ebe7a1899
|
List possible values
|
2013-03-16 14:33:45 +07:00 |
|
Faisal Salman
|
b7d76f5df0
|
Mention the use of Vanilla.js
|
2013-03-16 03:54:38 +07:00 |
|
Faisal Salman
|
acfce61942
|
Modularize test data
|
2013-03-16 03:16:34 +07:00 |
|
Faisal Salman
|
d75f84820a
|
Some minor revisions
|
2013-03-16 02:09:12 +07:00 |
|
Faisal Salman
|
007f74178f
|
Add build script
|
2013-03-16 02:06:47 +07:00 |
|
Faisal Salman
|
d063e532e3
|
Reorder files
|
2013-03-15 21:25:16 +07:00 |
|
Faisal Salman
|
f3f25ae3e7
|
Add component.json
|
2013-03-14 14:45:36 +07:00 |
|
Faisal Salman
|
45571b6f21
|
Fix my poor english
|
2013-03-13 11:32:44 +07:00 |
|
Faisal Salman
|
615d6a2034
|
Add new Webkit Opera
v0.5.15
|
2013-03-05 21:05:38 +07:00 |
|
Faisal Salman
|
40ac5c5bc3
|
Fix issue #12
|
2013-02-27 21:44:43 +07:00 |
|
Faisal Salman
|
3eb1c1c352
|
Revise jQuery plugin API
|
2013-02-15 19:02:44 +07:00 |
|
Faisal Salman
|
217cef226a
|
Update version
|
2013-02-15 10:23:49 +07:00 |
|
Faisal Salman
|
a5e4b7bf72
|
Merge pull request #11 from jbuck/requirejs
Add requirejs module support
|
2013-02-14 18:25:59 -08:00 |
|
Jon Buckley
|
8aaf7db771
|
Add requirejs module support
Fixes #10.
|
2013-02-14 14:52:41 -05:00 |
|
Faisal Salman
|
0109c76858
|
Automatically create $.ua object if jQuery is present
v0.5.11
|
2013-02-07 23:25:21 +07:00 |
|
Faisal Salman
|
d1120a4d5d
|
Update contributors
|
2013-02-05 20:43:15 +07:00 |
|