Skip to content

Releases: jama5262/jiffy

v6.3.1

15 May 15:21
Compare
Choose a tag to compare

What's Changed

  • [ISSUE-273] Use floating points to calculate relative time by @jama5262 in #274

Full Changelog: v6.3.0...v6.3.1

v6.3.0

26 Mar 14:40
bbf07ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.2...v6.3.0

v6.2.2

21 Dec 13:31
bd758c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.1...v6.2.2

v6.2.1

03 Jun 11:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.2.1

v6.2.0

02 Jun 19:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

09 Mar 12:10
c23690f
Compare
Choose a tag to compare

What's Changed

  • [ISSUE-216] Add CHANGELOG for v6.0.0 by @jama5262 in #217
  • [ISSUE-163] Option to omit prefix and suffix from relative datetime functions by @jama5262 in #218

Full Changelog: v6.0.0...v6.1.0

v6.0.0

08 Mar 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v6.0.0

v5.0.1

24 Feb 12:46
55665c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

Release 5.0.0

23 Mar 12:23
Compare
Choose a tag to compare

5.0.0

What's Changed

New Contributors

Full Changelog: v4.1.0...v5.0.0

Release 4.0.0

04 Mar 19:29
feaa763
Compare
Choose a tag to compare

4.0.0

Major Changes

  1. Implemented null safety
  2. Jiffy cloning
    var jiffy1 = Jiffy();
    var jiffy2 = jiffy1.clone();
    // or 
    var jiffy1 = Jiffy();
    var jiffy2 = Jiffy(jiffy1);
  3. Bug fix diff() function
  4. All methods return Jiffy, except utc() and local() functions
  5. Added Persian fa locale contributed by mozaffari
  6. Added Norwegian nb locale contributed by Yilmaz Guleryuz
  7. Added de_DE mapping locale contributed by Sebastian Rutofski
  8. Fixed minor locale bugs

What's Changed

New Contributors

Full Changelog: v3.0.1...v4.0.0