Releases: ruby/date
Releases · ruby/date
v3.5.1
What's Changed
- Remove archaic conditions by @nobu in #144
- [DOC] Remove the name from same file references by @nobu in #147
- Call rb_gc_register_mark_object after object allocation by @peterzhu2118 in #149
New Contributors
- @peterzhu2118 made their first contribution in #149
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
- Simplify description of this library by @radar in #112
- [DOC] Fix broken rdoc-ref to the calendar page by @st0012 in #113
- Add TruffleRuby in CI by @andrykonchin in #115
- Enclose dangling else in braces and fix -Wmisleading-indentation by @nobu in #117
- Add license files (COPYING, BSDL) to gem files by @seedot1234 in #121
- windows-2019 will be EOL at end of June, 2025 by @hsbt in #124
- Alias value to take in old Ruby by @hsbt in #127
- Removed workaround for assert_ractor by @hsbt in #128
- Suppress warnings by gcc-13 with
-Ogby @nobu in #129 - Remove references to FL_EXIVAR by @byroot in #132
- fix: Date#hash for large years by @Stranger6667 in #130
- fix: check for fixnum lower bound in m_ajd by @Stranger6667 in #131
- Suppress maybe-uninitialized warning by gcc-13 by @nobu in #139
- Do not repeat conversions to string by @nobu in #140
- Test for the #140 by @nobu in #141
Date._parsedoes not acceptnilby @nobu in #142- Add a workflow to sync commits to ruby/ruby by @k0kubun in #143
New Contributors
- @radar made their first contribution in #112
- @st0012 made their first contribution in #113
- @andrykonchin made their first contribution in #115
- @seedot1234 made their first contribution in #121
- @byroot made their first contribution in #132
- @Stranger6667 made their first contribution in #130
Full Changelog: v3.4.1...v3.5.0
v3.4.1
What's Changed
- Fix incorrect argc2 decrement in datetime_s_iso8601 function by @pelbyl in #105
- Trivial changes by @nobu in #107
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #109
- Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #108
- [DOC] Empty the false document by @nobu in #110
- Suppress warnings by @nobu in #111
New Contributors
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Provide a 'Changelog' link on rubygems.org/gems/date by @mark-young-atg in #101
- Remove the unintentional ability to parse
Symbolby @nobu in #102 - Prevent converted gregorian date from GC by @nobu in #103
- [DOC] Specify the unit of return value for
Date#-by @p0pemaru in #97 - Update gperf by @nobu in #104
New Contributors
- @mark-young-atg made their first contribution in #101
- @p0pemaru made their first contribution in #97
Full Changelog: v3.3.4...v3.4.0
v3.3.4
What's Changed
- Migrate set-output to $GITHUB_OUTPUT by @tanakakc in #85
- choco install gperf for mswin by @hsbt in #87
- [DOC] Removed (newly unneeded) alias remarks by @BurdetteLamar in #88
- Use a centralized, automatically updated set of Ruby versions in CI by @petergoldstein in #90
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #91
- Use test-unit-ruby-core by @nobu in #96
- [DOC] Fix link by @BurdetteLamar in #100
New Contributors
- @tanakakc made their first contribution in #85
- @petergoldstein made their first contribution in #90
Full Changelog: v3.3.3...v3.3.4
v3.3.3
v3.3.2
v3.3.1
v3.3.0
What's Changed
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #45
- Use omit instead of skip for test-unit by @hsbt in #46
- Use VS2019 compatible with the master night builds by @nobu in #50
- Anchor at beginning of numbers by @nobu in #43
- Deprecate the unintentional ability to parse
Symbolby @nobu in #49 - Suppress declaration-after-statement warnings by @nobu in #51
- Use
assert_deprecated_warnby @nobu in #52 - Added dependabot.yml for actions by @hsbt in #53
- Bump actions/checkout from 2 to 3 by @dependabot in #54
- Assign to Rake::ExtensionTask#lib_dir by @nobu in #55
- [DOC] Enhanced RDoc by @BurdetteLamar in #56
- [DOC] Enhanced RDoc by @BurdetteLamar in #57
- Enhanced RDoc by @BurdetteLamar in #58
- [DOC] Enhanced RDoc by @BurdetteLamar in #59
- [DOC] Enhanced RDoc by @BurdetteLamar in #61
- [DOC] Enhanced RDoc by @BurdetteLamar in #62
- Fix documents by @nobu in #64
- [DOC] Enhanced RDoc by @BurdetteLamar in #63
- [DOC] Enhanced RDoc for <=> by @BurdetteLamar in #65
- [DOC] Enhanced RDoc by @BurdetteLamar in #66
- [DOC] Enhanced RDoc by @BurdetteLamar in #67
- [DOC] Enhanced RDoc for parser methods by @BurdetteLamar in #68
- [DOC] Enhanced RDoc by @BurdetteLamar in #69
- Update versions to test by @nobu in #71
- [DOC] New doc about Julian/Gregorian by @BurdetteLamar in #70
- Fix Time#to_datetime before calendar reform by @nobu in #73
- [DOC] Enhanced intro for Date by @BurdetteLamar in #72
- Check time zone offset elements by @nobu in #74
- Narrow
ALLOCVregion for shrunk words by @nobu in #75 - The shrunk words to be copied is limited by @nobu in #76
- Fix misplaced time zone offset checks by @nobu in #77
- Check month range as civil by @nobu in #78
- [DOC] Fix markups as Markdown by @nobu in #79
New Contributors
- @k0kubun made their first contribution in #45
- @dependabot made their first contribution in #54
- @BurdetteLamar made their first contribution in #56
Full Changelog: v3.2.2...v3.3.0