Skip to content

Commit

Permalink
fix: Upgrade timezone-support to fix compatibility with IE
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Oct 10, 2018
1 parent 4e16608 commit 6b583fb
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 290 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

* 2018-10-10 v0.1.4 Fix compatibility with IE. Thanks, [Andrii](https://github.com/AndriiDidkivsky)!
* 2018-10-06 v0.1.2 Add TypeScript export declarations.
* 2018-09-19 v0.1.0 Add parseString without a time zone to cover a gap in date-fns
* 2018-09-17 v0.0.1 Initial release
Expand Down
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Load the main module in the browser with [RequireJS]:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/date-fns/1.29.0/date_fns.min.js"></script>
<script src="https://unpkg.com/timezone-support@1.5.3/dist/index.umd.js"></script>
<script src="https://unpkg.com/date-fns-timezone@0.1.3/dist/index.umd.js"></script>
<script src="https://unpkg.com/timezone-support@1.5.5/dist/index.umd.js"></script>
<script src="https://unpkg.com/date-fns-timezone@0.1.4/dist/index.umd.js"></script>
<script>
require(['date-fns-timezone'], ({ parseFromTimeZone, formatToTimeZone }) => {
})
Expand Down

0 comments on commit 6b583fb

Please sign in to comment.