vuex-orm / plugin-change-flags

Vuex ORM plugin for adding IsDirty / IsNew flags to model entities.
MIT License
24 stars 10 forks source link

Fixing the method signature for Model.createNew #1

Closed tvillaren closed 5 years ago

tvillaren commented 5 years ago

It was not returning the same type (instance versus Promise) depending on the insertInStore argument. It always returns a Promise now.

Also updated README.md following the plugin name change.