mekanika / skematic

Data model & rule engine for JS objects
9 stars 0 forks source link

Enforce immutability #25

Closed cayuu closed 8 years ago

cayuu commented 8 years ago

Currently skematic mutates the data provided to it. Bad. Fix.

cayuu commented 8 years ago

This is easy to do with ES6 spread operator {...data} and data<Array>.slice(). Adding to v2.