Skip to content

Commit

Permalink
Noted that objects are not frozen anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilson committed Apr 15, 2022
1 parent 722c980 commit 4e97b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ assert.equal(matchSome(None), "none");

### Other stuff

- Removed most uses of Object.freeze.
- Tidied up and improved documentation in lots of places.
- Tests are better organized and more tests added.
- Compiler target is now ES2021.
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": "oxide.ts",
"version": "1.0.0-next.9",
"version": "1.0.0-next.10",
"description": "Rust's Option<T> and Result<T, E>, implemented for TypeScript.",
"main": "dist",
"types": "dist",
Expand Down

0 comments on commit 4e97b3f

Please sign in to comment.