Skip to content

Releases: chouseknecht/angular-tz-extensions

0.3.12

31 Oct 16:52
Compare
Choose a tag to compare
bump dependency on timezone-js

0.3.11

29 Jul 23:40
Compare
Choose a tag to compare
update package.json entry point

Latest updates

23 Apr 20:33
Compare
Choose a tag to compare

In getLocal method it is possible that jstz may return null for the local timezone name, if it can't make a determination. In that case we now default the name to 'America/New_York' to stop a javascript error in the call to resolve method.

In resolve method we now test for empty/null/undefined name prior to attempting to split the value. Calling .split on null results in a JS error.

0.3.9

03 Mar 22:22
Compare
Choose a tag to compare

Forked permanently. Updated documentation. Changed name. Fixed packaging.