-
Notifications
You must be signed in to change notification settings - Fork 6
/
Changes
37 lines (30 loc) · 1.17 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Revision history for Perl extension HTTP::UA::Parser.
0.001 Sat Dec 23 23:25:21 2012
- original version; created by h2xs 1.23 with options
-X -n HTTP::UA::Parser
0.002 Tue Dec 25 23:25:21 2012
- Adding command line options
- When makefile script will install latest regexes.yaml file
- Using Yaml::Tiny instead of Yaml::Any
0.003 Sun Jan 20 2013
- Adding more tests using original ua-project tests yaml
- Fixing "Other" devices detection
0.004 Wed Jun 5 2013
- Check if port work with new regexes.yaml file
- Even more tests
- Fixing 0 and undef issue with UA parser
- Adding makeParser functions
0.006 Fri Jul 10 2015
- lots of changes thanks to @commenthol - https://github.com/commenthol
- adding device brand and device model support by @commenthol
- Code cleaning
- Fix documentation
0.007 Mon Feb 03 2020
- os parser fixes by Alex Solovey - https://github.com/asolovey
- ua parser fixes
0.008 Thu Feb 06 2020
- remove local Yaml::Tiny
- better tests error reports
- fix tests encoding error, thanks to Slaven Rezić - https://github.com/eserte
- fix tests network issues, thanks to Slaven Rezić - https://github.com/eserte
- fix docs typo, thanks to Ravo.