We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bbdfa commit 9d7871bCopy full SHA for 9d7871b
‎README.md
@@ -91,6 +91,8 @@ MIT
91
92
## Happenings
93
94
+- 2025-05-22: (v0.0.10) Fix bug applying chnages back to nested objects created via `{...foo, ...bar}`
95
+
96
- 2025-04-20: (v0.0.9) Fix JSR publish lint errors
97
98
- 2025-04-20: (v0.0.8) Fix exports in mod.ts
‎deno.jsonc
@@ -1,6 +1,6 @@
1
{
2
"name": "@axhxrx/internationalization-format-converter",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"exports": "./mod.ts",
5
"license": "MIT",
6
"imports": {
0 commit comments