Skip to content

Commit

Permalink
release: v0.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Oct 24, 2024
1 parent 04386ce commit ebf738d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ v0.9.19 - Fix arguments in @omitif declarations not working properly
v0.9.20 - Strings were being received with quotes attached via the toString functionality. Removed that.
v0.9.22 - Fix #89 and #93. Several bug fixes some severe such as ",null" being prepended when using @omit. Properly warn when a schema has fields that are not compatible with json
v0.9.23 - Comment out SIMD-related code for now
v9.9.24 - Remove transform changes from previous release

v0.9.24 - Remove transform changes from previous release
v0.9.25 - Implement JSON.parseSafe
[UNRELEASED] v1.0.0
- Allow nullable primitives
- Port over JSON.Value
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__| || __|| || | | ___ | _ || __|
| | ||__ || | || | | ||___|| ||__ |
|_____||_____||_____||_|___| |__|__||_____|
v0.9.24
v0.9.25
</pre>
</h5>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-as",
"version": "0.9.24",
"version": "0.9.25",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"types": "assembly/index.ts",
"author": "Jairus Tanaka",
Expand Down
2 changes: 1 addition & 1 deletion transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json-as/transform",
"version": "0.9.24",
"version": "0.9.25",
"description": "The only JSON library you'll need for AssemblyScript. SIMD enabled",
"main": "./lib/index.js",
"author": "Jairus Tanaka",
Expand Down

0 comments on commit ebf738d

Please sign in to comment.