Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "cerebral", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "A state controller with its own debugger", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -9,14 +9,3 @@ # Cerebral ![build status](https://travis-ci.org/christianalfoni/cerebral.svg?branch=master) | ||
- [What is Cerebral?](#what-is-cerebral) | ||
- [Grab the Chrome Debugger](#grab-the-chrome-debugger) | ||
- [How to get started](#how-to-get-started) | ||
- [How to use Cerebral with an existing package](#how-to-use-cerebral-with-an-existing-package) | ||
- [Instantiate a controller](#instantiate-a-controller) | ||
- [Creating actions and signals](#creating-actions-and-signals) | ||
- [Trigger a signal](#trigger-a-signal) | ||
- [Get initial state](#get-initial-state) | ||
- [Get state updates](#get-state-updates) | ||
- [Mutations](#mutations) | ||
- [Get state in actions](#get-state-in-actions) | ||
- [Async actions](#async-actions) | ||
- [Recording](#recording) | ||
- [How to create a custom Cerebral package](#how-to-create-a-custom-cerebral-package) | ||
@@ -37,5 +26,2 @@ | ||
## Grab the Chrome debugger | ||
## How to get started | ||
@@ -49,4 +35,4 @@ | ||
- [cerebral-react-immutable-store](https://github.com/christianalfoni/cerebral-react-immutable-store) | ||
- [cerebral-angular-immutable-store](https://github.com/christianalfoni/cerebral-angular-immutable-store) | ||
- [cerebral-react-immutable-store](https://github.com/christianalfoni/cerebral-react-immutable-store) - [Video introduction](https://www.youtube.com/watch?v=QG181MnRIXM) | ||
- [cerebral-angular-immutable-store](https://github.com/christianalfoni/cerebral-angular-immutable-store) - [Video introduction](https://www.youtube.com/watch?v=YVmgLReFjLw) | ||
- cerebral-react-baobab | ||
@@ -57,3 +43,3 @@ - cerebral-jquery-immutable-store | ||
### 3. Signals and actions | ||
Depending on the package you choose you instantiate and create signals differently. Please continue with the README of the specific package you chose | ||
Depending on the package you choose you instantiate and create signals differently. Please continue with the README of the specific package you choose | ||
@@ -60,0 +46,0 @@ ## How to create a custom Cerebral package |
@@ -5,2 +5,6 @@ var utils = require('./utils.js'); | ||
// If not running in browser | ||
if (typeof window === 'undefined') { | ||
return; | ||
} | ||
@@ -7,0 +11,0 @@ var getDetail = function () { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25830
2044619
149