Faisal Salman
|
2078b1ec92
|
[enums] Clean up enum imports & create build script
|
2025-08-29 17:53:09 +07:00 |
|
Faisal Salman
|
852520fafe
|
Also provide minified .mjs files of main module in /dist
|
2024-12-16 23:43:25 +07:00 |
|
Faisal Salman
|
0808d1d940
|
Fix #759 - Incorrect import path for ESM files in build script
|
2024-11-07 18:38:17 +07:00 |
|
Faisal Salman
|
db1612401f
|
Add new helper method: isFromEU() to detect whether user comes from an EU country
|
2024-09-14 12:58:55 +07:00 |
|
Faisal Salman
|
f24e4acae2
|
Update playwright test
|
2024-06-16 14:02:30 +07:00 |
|
Faisal Salman
|
5a8ce35054
|
Insert spaces to command line output for readability
|
2024-06-02 10:38:24 +07:00 |
|
Faisal Salman
|
150d3c6b4a
|
Add new feature: parse user-agent in CLI using npx ua-parser-js "[INSERT-UA-HERE]" and print the result in JSON format
|
2024-06-01 17:59:58 +07:00 |
|
Faisal Salman
|
f8f71c65d4
|
Add new helpers submodule
|
2023-10-24 11:17:32 +07:00 |
|
Faisal Salman
|
46ff3df974
|
Update readme
|
2023-10-19 23:22:31 +07:00 |
|
Faisal Salman
|
5a0d9cc3d0
|
Fix #655 - Provide in-package type definitions
|
2023-10-02 14:54:32 +07:00 |
|
Faisal Salman
|
5226361348
|
Remove sub-packages since they've been moved to their own dedicated repo
https://github.com/faisalman/ua-client-hints-js
https://github.com/faisalman/gpu-detect-js
https://github.com/faisalman/ua-is-frozen
https://github.com/faisalman/re-parse-js
|
2023-09-09 19:35:52 +07:00 |
|
Faisal Salman
|
05a98aceda
|
Add new package: gpu-detect to obtain GPU info from user-agent
|
2023-09-03 11:07:09 +07:00 |
|
Faisal Salman
|
807dcdbded
|
Add eslint to devDependencies to support latest ES version
|
2023-08-30 12:56:59 +07:00 |
|
Faisal Salman
|
1522691426
|
[ua-client-hints] Refactor UAClientHints
|
2023-08-27 10:53:26 +07:00 |
|
Faisal Salman
|
3f105fe93b
|
[helpers] split helpers into 2 new packages: user-agent-helpers & client-hints-helpers
|
2023-08-23 14:53:34 +07:00 |
|
Faisal Salman
|
072a82b87b
|
Add a new submodule: ua-parser-helpers with a method: isFrozenUA() to match a string with a frozen user-agent pattern
|
2023-05-27 20:53:45 +07:00 |
|
Faisal Salman
|
df9144b493
|
Modify test scripts
|
2023-05-06 19:53:51 +07:00 |
|
Faisal Salman
|
9102871dea
|
Rearrange the structure of src folders
|
2023-04-21 09:47:51 +07:00 |
|
Faisal Salman
|
5a26ac146e
|
Create build+test scripts
|
2023-04-15 00:01:49 +07:00 |
|
Faisal Salman
|
05747dba37
|
Install @playwright/test to perform test in real browser
|
2023-04-08 09:33:17 +07:00 |
|
Faisal Salman
|
625ece73e2
|
Rearrange test files & config
|
2023-04-08 07:12:18 +07:00 |
|