-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Note the new release version 1.4.0
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'] | ||
|