File tree Expand file tree Collapse file tree 2 files changed +28
-13
lines changed Expand file tree Collapse file tree 2 files changed +28
-13
lines changed Original file line number Diff line number Diff line change
1
+ # v0.11.1 (2023-10-23T08:44:44Z)
2
+
3
+ This changelog is generated by [ GitHub Releases] ( https://github.com/intlify/utils/releases/tag/v0.11.1 )
4
+
5
+ <!-- Release notes generated using configuration in .github/release.yml at v0.11.1 -->
6
+
7
+ ## What's Changed
8
+ ### 📝️ Documentations
9
+ * fix: deno example by @kazupon in https://github.com/intlify/utils/pull/33
10
+ * fix: wrong docs by @kazupon in https://github.com/intlify/utils/pull/34
11
+
12
+
13
+ ** Full Changelog** : https://github.com/intlify/utils/compare/v0.11.0...v0.11.1
14
+
15
+
1
16
# v0.11.0 (2023-10-23T08:22:42Z)
2
17
3
18
This changelog is generated by [ GitHub Releases] ( https://github.com/intlify/utils/releases/tag/v0.11.0 )
Original file line number Diff line number Diff line change @@ -61,24 +61,12 @@ in your code:
61
61
* or, you can also use import maps
62
62
* https://docs.deno.com/runtime/manual/basics/import_maps
63
63
*/
64
- import { ... } from ' https://esm.sh/@intlify/utils '
64
+ import { ... } from ' https://deno.land/x/intlify_utils/mod.ts '
65
65
66
66
// something todo
67
67
// ...
68
68
```
69
69
70
- <details >
71
- <summary >Using Edge Releases</summary >
72
-
73
- ``` ts
74
- import { ... } from ' https://esm.sh/@intlify/utils-edge'
75
-
76
- // something todo
77
- // ...
78
- ```
79
-
80
- </details >
81
-
82
70
### 🥟 Bun
83
71
84
72
``` sh
@@ -102,6 +90,18 @@ import { isLocale } from 'https://esm.sh/@intlify/utils'
102
90
</script >
103
91
```
104
92
93
+ <details >
94
+ <summary >Using Edge Releases</summary >
95
+
96
+ ``` ts
97
+ import { isLocale } from ' https://esm.sh/@intlify/utils-edge'
98
+
99
+ // something todo
100
+ // ...
101
+ ```
102
+
103
+ </details >
104
+
105
105
## 🍭 Playground
106
106
107
107
You can play the below examples:
You can’t perform that action at this time.
0 commit comments