Time Math v0.0.5 Release Notes

Release Date: 2016-06-25 // almost 8 years ago
    • โž• 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.