Skip to content

Commit

Permalink
docs: Note the new release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 30, 2018
1 parent 8582c15 commit 1e212cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History

* 2018-09-30 v1.4.0 Add limited data for just the current decade - years 2012-2022.
* 2018-09-18 v1.3.0 Maintain the property dayOfWeek in the time object.
* 2018-09-16 v1.2.0 Add a new getUTCOffset method for more lightweight integrations.
* 2018-09-03 v1.1.0 Set the property epoch to the time object.
Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Load the main module in the browser with plain JavaScript:
</script>
```

You can also load a specific version from CDN, for example: https://unpkg.com/[email protected].2/dist/index.umd.js.
You can also load a specific version from CDN, for example: https://unpkg.com/[email protected].0/dist/index.umd.js.

## Modules

Expand Down
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ Data for 2012-2022: 27 KB minified, 6.5 KB gzipped
Custom time zone data can be used if the module `lookup-convert` is loaded instead of the default `index` module.

```html
<script src="https://unpkg.com/[email protected].2/dist/lookup-convert.umd.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/data-2012-2022.umd.js"></script>
<script src="https://unpkg.com/[email protected].0/dist/lookup-convert.umd.js"></script>
<script src="https://unpkg.com/[email protected].0/dist/data-2012-2022.umd.js"></script>
<script>
(() => {
const { populateTimeZones, findTimeZone, getZonedTime } = window['timezone-lookup-convert']
Expand Down

0 comments on commit 1e212cc

Please sign in to comment.