All Versions
9
Latest Version
Avg Release Cycle
128 days
Latest Release
2204 days ago
Changelog History
Changelog History
-
v0.1.1 Changes
March 15, 2019- ๐ Ruby 2.6 compatibility, thanks @flash-gordon.
-
v0.1.0 Changes
July 30, 2017- โก๏ธ Update sequences logic to be, well... More logical (Thanks @kenn again for meaningful discussion!);
- Various code cleanups.
-
v0.0.8 Changes
June 02, 2017- ๐ Fix
Units::Base#measure
to correctly measure negative distances (e.g. from > to, thanks @kenn for pointing it); - Cleanup the same method to work correctly with sub-second precisions and different Time-y types.
- โฌ๏ธ Drop Ruby 2.0 support, finally.
- ๐ Fix
-
v0.0.7 Changes
May 31, 2017- ๐ Fix month advancing/decreasing. Thanks @dikond for pointing to problem!
-
v0.0.6 Changes
December 14, 2016- ๐ Fix approach to timezone info preservation (previously, it was clear bug, emerging from
false believing of how
Time.mktime
works). Thanks, @wojtha, for pointing to the problem. - โ Add
#each
andEnumerable
toSequence
(no idea why it wasn't done from the very beginning). Again: thanks, @wojtha!
- ๐ Fix approach to timezone info preservation (previously, it was clear bug, emerging from
false believing of how
-
v0.0.5 Changes
June 25, 2016- โ Add support for
Date
; - โ Add optional second argument to rounding functions (
floor
,ceil
and so on), for "floor to 3-hour mark"; - ๐ Allow this argument, as well as in
advance
/decrease
, to be non-integer; so, you can dohour.advance(tm, 1/2r)
now; - โฌ๏ธ Drop any
core_ext
s completely, even despite it was optional; - โ Add
Op
chainable operations concept (and dropSpan
, which is inferior to it); - Redesign
Sequence
creation, allow include/exclude end; - โ Add (experimental) resampling feature.
- โ Add support for
-
v0.0.4 Changes
May 28, 2016- ๐ First "real" release with current name,
Time
andDateTime
support, proper documentation and stuff.
- ๐ First "real" release with current name,
-
v0.0.3
May 28, 2016 -
v0.0.2
May 27, 2016