Skip to content

Release version 2.0.0

Compare
Choose a tag to compare
@jama5262 jama5262 released this 29 Oct 07:46
· 285 commits to master since this release

Added params to add and subtract methods
Example

Jiffy().add(days: 1);
Jiffy().add(years: 2, months: 1, duration: Duration(days: 1, hours: 30));