Skip to content

Commit 7c62542

Browse files
Bumped version to 15.1.2
1 parent c6348b1 commit 7c62542

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version 15.1.2
2+
- `$.store`: ensuring that when deleting a property the eventual getter and setter associated with it are fully forgotten
3+
- `$.store`: ensuring properties implicitly deleted by shrinking an array are handled too
4+
- `$.store`: ensuring it reacts when the length property is updated implicitly
5+
16
### Version 15.1.1
27
- `$.store`: ensuring frozen objects are returned as is, to respect a proxy trap invariant
38
- `$.store`: ensuring non-configurable non-writable properties are returned as is, to respect a proxy trap invariant

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "oby",
33
"repository": "github:vobyjs/oby",
44
"description": "A rich Observable/Signal implementation, the brilliant primitive you need to build a powerful reactive system.",
5-
"version": "15.1.1",
5+
"version": "15.1.2",
66
"type": "module",
77
"sideEffects": false,
88
"main": "dist/index.js",

0 commit comments

Comments
 (0)