From c948b8de39cf330e0292ed3ac4435c96527b0640 Mon Sep 17 00:00:00 2001 From: mattiamanzati Date: Tue, 6 Jun 2017 09:27:01 +0200 Subject: [PATCH] released 0.6.3 --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e07b4090a..19c23939e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# 0.6.3 + +Fixed issue with array/maps of union types @abruzzihraig +Make types.extend support computed attributes @cpunion +Fixed issue with map of primitive types and applySnapshot @pioh +Better type declarations for union, up to 10 supported types + # 0.6.2 Fixed issue where arrays where not properly serialized as action argument diff --git a/package.json b/package.json index 14a7ed94b..604e84950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-state-tree", - "version": "0.6.2", + "version": "0.6.3", "description": "Opinionated, transactional, MobX powered state container", "main": "lib/index.js", "typings": "lib/index.d.ts",