Skip to content

Release version 3.0.0

Compare
Choose a tag to compare
@jama5262 jama5262 released this 04 Mar 13:47
· 219 commits to master since this release
25f3e5f
  • Major changes

Unit of time are now in enums. Examples, previously startOf("day") can now be set as startOf(Units.DAY)
String escape changes to use square braces []. Examples, previously

Jiffy().format("yyyy 'escaped' yyyy"); and now updated to Jiffy().format("yyyy [escaped] yyyy");

Added Indonsia local id by ampersanda and Turkish local tr by iozozturk