- Fix HTTP::Cookie.parse so that it does not raise ArgumentError when it finds a bad name or value that is parsable but considered invalid.
-
Minor error handling improvements and documentation updates.
-
Argument error regarding specifying store/saver classes no longer raises IndexError, but either ArgumentError or TypeError.
- Initial Release.