All Versions
9
Latest Version
Avg Release Cycle
128 days
Latest Release
1868 days ago

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.
  • 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 and Enumerable to Sequence (no idea why it wasn't done from the very beginning). Again: thanks, @wojtha!
  • 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 do hour.advance(tm, 1/2r) now;
    • โฌ‡๏ธ Drop any core_exts completely, even despite it was optional;
    • โž• Add Op chainable operations concept (and drop Span, which is inferior to it);
    • Redesign Sequence creation, allow include/exclude end;
    • โž• Add (experimental) resampling feature.
  • v0.0.4 Changes

    May 28, 2016
    • ๐Ÿš€ First "real" release with current name, Time and DateTime support, proper documentation and stuff.
  • v0.0.3

    May 28, 2016
  • v0.0.2

    May 27, 2016