Releases: ruby/date
Releases · ruby/date
v3.0.0
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
v2.0.0
What's Changed
- README: ruby code fences by @olleolleolle in #2
- Fix installation in README by @tricknotes in #3
- Test on Ruby 2.5.1 on Travis CI by @tricknotes in #4
- add ruby 2.6 to travis by @colby-swandale in #5
New Contributors
- @tricknotes made their first contribution in #3
- @colby-swandale made their first contribution in #5
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Full Changelog: v0.0.1...v1.0.0