Jama5262 Jiffy Versions Save

Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates

v6.3.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jama5262/jiffy/compare/v6.2.2...v6.3.0

v6.2.2

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jama5262/jiffy/compare/v6.2.1...v6.2.2

v6.2.1

11 months ago

What's Changed

Full Changelog: https://github.com/jama5262/jiffy/compare/v6.2.0...v6.2.1

v6.2.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jama5262/jiffy/compare/v6.1.0...v6.2.0

v6.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/jama5262/jiffy/compare/v6.0.0...v6.1.0

v6.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/jama5262/jiffy/compare/v5.0.1...v6.0.0

v5.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jama5262/jiffy/compare/v5.0.0...v5.0.1

v4.1.0

3 years ago

4.1.0

Minor Changes

  1. All methods return Jiffy, except utc() and local() functions
  2. Added github actions
  3. Added Azerbaijani az locale contributed by Konstantin

v5.0.0

3 years ago

5.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/jama5262/jiffy/compare/v4.1.0...v5.0.0

v4.0.0

3 years ago

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: https://github.com/jama5262/jiffy/compare/v3.0.1...v4.0.0