UNPKG

moment-recur-ts

Version:

A momentjs plugin for matching and generating recurring dates.

25 lines (18 loc) 952 B
# Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [1.3.0](https://github.com/jefbarn/moment-recur-ts/compare/v1.2.0...v1.3.0) (2018-01-12) ### Features * rule performance improvements (fixes #4) (#10) ## [1.2.0](https://github.com/jefbarn/moment-recur-ts/compare/v1.1.0...v1.2.0) (2018-01-03) ### Features * Use Iterator for generating dates and export Iterable interface. ## [1.1.0](https://github.com/jefbarn/moment-recur-ts/compare/v0.2.0...v1.1.0) (2018-01-02) ### Features * First stable release. ## [0.2.0](https://github.com/jefbarn/moment-recur-ts/compare/v0.1.0...v0.2.0) (2018-01-02) ### Fixed * Fix module issue with d.ts file. ## [0.0.1](https://github.com/jefbarn/moment-recur-ts/compare/v0.0.1...v0.2.0) (2018-01-02) ### Changed * Check in of rewritten code for pre-release module testing.