- fix toJSON with non-truthy values [closes #5]
- add default attrs value
- fix save emitting change events,
- fix dirty not getting reset after save
- make Model.validate chainable
- add errors property to the validation failed error [closes #2]
- fix attrs being set even if they weren't defined [closes #3]
- version bump co-emitter
- add utils to moko
- revert back to not passing dirty, but instead update this._dirty
- add support for yieldable plugins
- fix test scope, add isGenerator util
- add remove method to prototype
- add allowing redefinition of attrs
- add initialize event
- switch to co-emitter
- prevent duplicate error messages
- prevent plugins from being used twice universally
- fix bug where global plugins would get used before we had a full Moko
- Initial Release