Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@jama5262 jama5262 released this 04 Mar 19:29
· 165 commits to master since this release
feaa763

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