forked from ua-parser/uap-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
26 lines (21 loc) · 812 Bytes
/
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
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