What's Changed
- Describe what is meant by valid in the Date.valid_date? rdoc by @jeremyevans in #7
- Use test-unit instead of ruby core test suite by @hsbt in #10
- Make julian dates roundtrip through to_time.to_date by @jeremyevans in #8
- Check for numeric arguments in constructors by @jeremyevans in #9
- Support -Float::INFINITY...date ranges by @jeremyevans in #13
- Simplify #inspect by @zverok in #12
- Remove taint support by @jeremyevans in #14
- Fix typo causing Date.new(year, month) to fail by @jeremyevans in #15
- introduce Date::InvalidDateError, DateTime::InvalidDateTimeError by @glaszig in #11
- Add more timezone abbreviations by @jeremyevans in #16
- Migrate GitHub Actions from Travis CI by @hsbt in #17
New Contributors
Full Changelog: v2.0.0...v3.0.0