v4.0.0
What's Changed
- Insert documentation about format+convert by @oniram88 in #273
- Cleanup usage of class variables by @olbrich in #274
- Add support for Ruby 3.2 and Jruby-9.4 by @olbrich in #275
remainder
,quo
anddivmod
are not strictly correct by @olbrich in #281- Update Dependencies by @olbrich in #305
- Bump rubocop from 1.50.1 to 1.50.2 by @dependabot in #306
- Update dependencies by @olbrich in #322
- Fix time regex by @olbrich in #323
- Fix parsing of special unit formats by @olbrich in #277
- Bump rubocop from 1.56.3 to 1.56.4 by @dependabot in #324
New Contributors
- @oniram88 made their first contribution in #273
- @dependabot made their first contribution in #306
Full Changelog: v3.0.0...v4.0.0
WARNING: The time format HH:mm:ss,nsec
has been replaced with HH:mm:ss.msec
to better line up with how people use this and to align better with the Time parsing in Ruby.