Releases: olbrich/ruby-units
Releases · olbrich/ruby-units
v4.1.0
What's Changed
- Update Dependencies - 2024-09-01 by @olbrich in #356
- Issue335-Unit-format-if-numerator-is-1-in-unit-faction by @olbrich in #348
- best_prefix produces invalid results by @olbrich in #347
- Drop support for Ruby 3.0 by @olbrich in #357
- Rubocop-fixes by @olbrich in #358
Full Changelog: v4.0.3...v4.1.0
v4.0.3
v4.0.2
v4.0.1
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.
v3.0.0
v2.4.1
What's Changed
- Ensure yard docs don't contain any warnings by @olbrich in #217
- Drop support for Ruby 2.5 by @olbrich in #236
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #235
- Update Dependencies by @olbrich in #237
- Update dependencies by @olbrich in #239
- Create codeql-analysis.yml by @olbrich in #242
- Update dependencies by @olbrich in #243
- Replace fixed class method calls with self(.class) in Unit class by @kreintjes in #241
- Resolution appears to be lost when converting bytes to GiB by @olbrich in #216
- Inches: anything not between -9 and 9 parses incorrectly by @olbrich in #244
- Improve documentation and argument passing for
round
,truncate
,ceil
andfloor
by @olbrich in #246 - Remove
chunk_while
workaround for old jruby by @olbrich in #247 - Eliminate terms instance method by @olbrich in #248
- Switch to debug gem by @olbrich in #264
- Remove $LOAD_PATH modifications by @daniel-rikowski in #269
- Fix for convert_to won't recognize temperature aliases as temperatures #251 by @lenlo in #252
- Bump version to 2.4.1 by @olbrich in #270
New Contributors
- @kreintjes made their first contribution in #241
- @daniel-rikowski made their first contribution in #269
- @lenlo made their first contribution in #252
Full Changelog: v2.3.2...v2.4.1
Maintenance and Ruby 3.0
#178 Removes Jeweler
#213 Fix specs related to differences in Complex comparisons in Ruby 2.7
#211 Add support for Ruby 3.0 and general maintenance. Readme also updated.
Support for Ruby 2.3 and 2.4 has been dropped. This means that I will not be fixing bugs related to those ruby versions, and I will not be avoiding using language features added in 2.5+. At this point there are no known incompatibilities with older versions.