@swc/plugin-formatjs 2.1.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @swc/plugin-formatjs
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 72385e1: add support for idInterpolationPattern placeholders
8
+
9
+ ## 2.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 04465bc: Update swc_core to v14.0.0, really
14
+
15
+ ## 2.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - bfa0a51: Update swc_core to v13
20
+
21
+ ## 2.2.0
22
+
23
+ ### Minor Changes
24
+
25
+ - b8c4e6c: Update swc_core to v12
26
+
3
27
  ## 2.1.0
4
28
 
5
29
  ### Minor Changes
package/README.md CHANGED
@@ -4,6 +4,30 @@ FormatJS SWC plugin, maintained by SWC team.
4
4
 
5
5
  # @swc/plugin-formatjs
6
6
 
7
+ ## 2.4.0
8
+
9
+ ### Minor Changes
10
+
11
+ - 72385e1: add support for idInterpolationPattern placeholders
12
+
13
+ ## 2.3.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 04465bc: Update swc_core to v14.0.0, really
18
+
19
+ ## 2.3.0
20
+
21
+ ### Minor Changes
22
+
23
+ - bfa0a51: Update swc_core to v13
24
+
25
+ ## 2.2.0
26
+
27
+ ### Minor Changes
28
+
29
+ - b8c4e6c: Update swc_core to v12
30
+
7
31
  ## 2.1.0
8
32
 
9
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-formatjs",
3
- "version": "2.1.0",
3
+ "version": "2.4.0",
4
4
  "description": "FormatJS SWC plugin",
5
5
  "main": "swc_plugin_formatjs.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file