From cb1c6dd8a33073aaa0a4d881c94ec7ab1c1be7f6 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 11 Sep 2019 23:11:00 +0200 Subject: [PATCH] feat: In development mode, any new value stored in a tree will be deeply frozen. BREAKING CHANGE: any value returned from produce will be deeply frozen in DEV, even when it wasn't frozen before the producer started. Fixes #412 #363 #260 #230 #313 #229 through #417 --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index dd7a37e4..5966e0b4 100644 --- a/readme.md +++ b/readme.md @@ -833,5 +833,3 @@ Special thanks to @Mendix, which supports its employees to experiment completely ## Donations A significant part of my OSS work is unpaid. So [donations](https://mobx.js.org/donate.html) are greatly appreciated :) - -.