You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field Input Modifiers/Model Input Modifiers (for cleaning input data)
Data Representations (i.e. restrict attributes via attribute white/blacklist)
Model Comparison | Diff Utility
Triggers*
Relationships instead/in addition to nested models/stores.
Data Diff
Object Diff
Array Diff
String Diff
*Events can already be used to listen for changes, but there currently isn't a concept for preventing a change, replacing a value, or applying something to all models without explicitly setting up event listeners. The concept of triggers should allow for a simple way to define handlers in a central location. Triggers should be applied to stores.
The text was updated successfully, but these errors were encountered:
From ngn-core created by coreybutler : ngnjs/ngn-core#6
New Features
*Events can already be used to listen for changes, but there currently isn't a concept for preventing a change, replacing a value, or applying something to all models without explicitly setting up event listeners. The concept of triggers should allow for a simple way to define handlers in a central location. Triggers should be applied to stores.
The text was updated successfully, but these errors were encountered: