Skip to content

v1.2.0

@balupton balupton tagged this 25 Jun 08:58
- Added `klass` and `parent` options to `Chainy.create(opts)`
	- Useful for creating standalone action plugins that have sub chains:

		``` javascript
		this.create() // ...
		// becomes
		require('chainy-core').create({parent:this}) // ...
		```

- Added `Chainy.isChainyInstance(chain)` method
Assets 2
Loading