Skip to content

v1.3.0

Choose a tag to compare

@kossnocorp kossnocorp released this 01 Aug 07:37
· 17 commits to main since this release
d70be1f

Fixed

  • Fixed Format.JS support when running in Hermes engine (React Native). Ensured compatibility with JavaScriptCore engine (Safari).

  • Fixed TypeScript node16 module resolution #59. Thanks to @samchungy.

Added

  • Added tzName function that formats time zone name in given date time and format. It supports "short", "long", "shortGeneric", and "longGeneric" formats, corresponding to TR35 tokens z..zzz, zzzz, v, and vvvv respectively. See README for more details.