forked from w3c-validators/w3c_validators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
32 lines (24 loc) · 929 Bytes
/
CHANGELOG
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
= CHANGELOG
== Version 0.9.0
* initial version
== Version 0.9.1
* fixed include path bug
== Version 0.9.2 (the Ryan King edition)
* added check for HTML validator being unable to parse a file
== Version 0.9.3 (the Ryan King/Jonathan Julian/Sylvain LaFleur edition)
* MarkupValidator::validate_file now returns file path as Results.uri
* All validate_file methods now allow a file path or an IO object (e.g. File)
== Version 1.0.0 (the GitHub edition)
* Gemspec is now generated by a rake task to allow dynamic file lists
* Updated docs
== Version 1.0.1 (the Roman Shterenzon and James Rosen edition)
* Fixed CSS profile constants
* DRY unit tests
* GET should be used only for queries with URI
* Bugfix - file doesn't need to be writeable
== Version 1.0.2
* Added support for proxy servers
* Fixed to minor unit test errors
== Version 1.1
* Ruby 1.9 compatibility
* Switched to Nokogiri for XML parsing