Releases: jama5262/jiffy
Releases · jama5262/jiffy
v6.3.1
v6.3.0
What's Changed
- Start job run when commit is pushed to PR by @jama5262 in #268
- Fix difference between two date times with asFloat param by @samip77 in #267
- Update zh_locale.dart by @BenderBlog in #263
- Release v6.3.0 by @jama5262 in #269
New Contributors
- @samip77 made their first contribution in #267
- @BenderBlog made their first contribution in #263
Full Changelog: v6.2.2...v6.3.0
v6.2.2
What's Changed
- [ISSUE-243] Create a CODEOWNERS file by @jama5262 in #244
- [ISSUE-245] Update the ci.yml workflow to run on PR review requested event by @jama5262 in #246
- Add SK and CS locales by @tomaschyly in #230
- update README.md by @K9i-0 in #249
- feat: upgrade intl dependency by @Thientran2910 in #259
- Bump lints from 2.1.1 to 3.0.0 by @dependabot in #253
- Update publish workflow to have permission by @jama5262 in #262
New Contributors
- @tomaschyly made their first contribution in #230
- @K9i-0 made their first contribution in #249
- @Thientran2910 made their first contribution in #259
- @dependabot made their first contribution in #253
Full Changelog: v6.2.1...v6.2.2
v6.2.1
v6.2.0
What's Changed
- Add km_kh locale by @Kuntheasoung in #234
- Update README.md by @Kuntheasoung in #235
- [ISSUE-232] Increase SDK to 2.19.0 by @jama5262 in #233
- Revert "Add km_kh locale" by @jama5262 in #238
- [ISSUE-237] Add a function to retrieve all supported locales in Jiffy by @jama5262 in #239
New Contributors
- @Kuntheasoung made their first contribution in #234
Full Changelog: v6.1.0...v6.2.0
v6.1.0
v6.0.0
v5.0.1
What's Changed
- change version intl to 0.18.0 by @nguyenxdat in #173
- Release v5.0.1 by @jama5262 in #194
New Contributors
- @nguyenxdat made their first contribution in #173
Full Changelog: v5.0.0...v5.0.1
Release 5.0.0
5.0.0
What's Changed
- added Ukrainian locale by @yarmat in #113
- Add dutch language support by @diegonuja in #114
- Support Bangla Language by @yeahia2508 in #102
- added Thailand locale by @srithong in #116
- Bugfix/readme by @calvintam236 in #120
- Fix #115 by @calvintam236 in #119
- Bugfix/115 for nb by @calvintam236 in #122
- [Issue 130] Update the unix parse function to be specific to either seconds of milliseconds by @jama5262 in #135
- Release v5.0.0 to master by @jama5262 in #136
New Contributors
- @yarmat made their first contribution in #113
- @diegonuja made their first contribution in #114
- @yeahia2508 made their first contribution in #102
- @srithong made their first contribution in #116
- @calvintam236 made their first contribution in #120
Full Changelog: v4.1.0...v5.0.0
Release 4.0.0
4.0.0
Major Changes
- Implemented null safety
- Jiffy cloning
var jiffy1 = Jiffy(); var jiffy2 = jiffy1.clone(); // or var jiffy1 = Jiffy(); var jiffy2 = Jiffy(jiffy1);
- Bug fix
diff()
function - All methods return
Jiffy
, exceptutc()
andlocal()
functions - Added Persian
fa
locale contributed by mozaffari - Added Norwegian
nb
locale contributed by Yilmaz Guleryuz - Added
de_DE
mapping locale contributed by Sebastian Rutofski - Fixed minor locale bugs
What's Changed
- added Norwegian Bokmål (nb) language by @zeusbaba in #63
- add mapping for 'de_DE' locale by @SebRut in #71
- Added Persian locale by @mozaffari in #88
- Fix diff function by @jama5262 in #91
- All methods return jiffy and add Jiffy cloning by @jama5262 in #92
- Implement null safety by @jama5262 in #93
- Update locale functionality by @jama5262 in #99
- Release version 4.0.0 to master by @jama5262 in #100
New Contributors
- @zeusbaba made their first contribution in #63
- @SebRut made their first contribution in #71
- @mozaffari made their first contribution in #88
Full Changelog: v3.0.1...v4.0.0