microcosm
Advanced tools
Comparing version 12.7.0-beta to 12.7.0
# Changelog | ||
## 12.7.0-beta | ||
## 12.7.0 | ||
@@ -5,0 +5,0 @@ - Remove PropType usage from addons to prevent React 15.5.x |
@@ -20,4 +20,4 @@ # Immutability Helpers | ||
Spreading can quickly get out of hand, and always copies data even if it hasn't | ||
changed. Alternatively, we could use the immutability helpers that ship with | ||
Spreading can quickly get out of hand, and always copies data even if it hasn't | ||
changed. Alternatively, we could use the immutability helpers that ship with | ||
Microcosm: | ||
@@ -36,3 +36,3 @@ | ||
Microcosm uses these utilities internally. Pulling them into your application | ||
allows you to reuse that code. However if you are evaluating alternatives, we | ||
allows you to reuse that code. However if you are evaluating alternatives, we | ||
recommend [immutability-helper](https://github.com/kolodny/immutability-helper). | ||
@@ -67,2 +67,6 @@ | ||
// If a value isn't found | ||
let color = get(state, ['planets', 'venus', 'color']) | ||
console.log(color) // undefined | ||
// Optionally, provide a fallback if a value isn't found | ||
@@ -69,0 +73,0 @@ let color = get(state, ['planets', 'venus', 'color'], 'black') |
{ | ||
"name": "microcosm", | ||
"version": "12.7.0-beta", | ||
"version": "12.7.0", | ||
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.", | ||
@@ -5,0 +5,0 @@ "main": "microcosm.js", |
{ | ||
"name": "microcosm", | ||
"version": "12.7.0-beta", | ||
"version": "12.7.0", | ||
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.", | ||
@@ -5,0 +5,0 @@ "main": "microcosm.js", |
{ | ||
"name": "microcosm", | ||
"version": "12.7.0-beta", | ||
"version": "12.7.0", | ||
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.", | ||
@@ -5,0 +5,0 @@ "main": "microcosm.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
330281
6