-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(pinia-orm): add mutators #84
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
=======================================
Coverage 99.58% 99.59%
=======================================
Files 50 51 +1
Lines 4112 4186 +74
Branches 308 317 +9
=======================================
+ Hits 4095 4169 +74
Misses 17 17
Continue to review full report at Codecov.
|
Thoughts
Mutators are coming back. In a better way.
There will be now also the possibilty to have a
set
mutator. The one big differnce is that you still can't put mutators in the field configuration.Add wish vuex-orm/vuex-orm-next#114 and fix issue vuex-orm/vuex-orm#524, issue vuex-orm/vuex-orm#744
Checklist
Examples
Getter & Setter
Function get
Decorator
Feedback welcome