NEWS (original) (raw)
parsedate 1.3.2
No user visible changes.
parsedate 1.3.1
No user visible changes.
parsedate 1.3.0
- parsedate does not import the rematch2 package any more.
parsedate 1.2.1
No changes.
parsedate 1.2.0
parse_date()andparse_iso_8601()now dupport a default time zone, that will be used for dates that do not explicitly specify one.- Reimplement
parse_iso_8601()with vectorized code, for speed (#9). - Fix
parse_date()andparse_iso_8601()for zero-length input (#20). parse_date()parses strings with+characters correctly now (#23).
Parsedate 1.1.3
- Update URLs in the README
Parsedate 1.1.2
- Fix a vectorization bug in the ISO 8601 date parser
- Register native routines
Parsedate 1.1.1
- Drop
lubridatepackage dependency - Fix parsing dates consisting of six or eight digits, e.g.
20140922and092214 NAis returned byparse_datefor non-sensical numerical dates, e.g.000202- Fix
parse_datetime zone that was wrong for some dates - Fix
parse_datefor dates are not in DST
Parsedate 1.0.3
- Fix a bug in
format_iso_8601, on platforms that have a buggy%z
Parsedate 1.0.2
- First release on CRAN