plow-js icon indicating copy to clipboard operation
plow-js copied to clipboard

Functional operations on large immutable objects

Results 5 plow-js issues
Sort by recently updated
recently updated
newest added

- Updates build stack - Deprecates Immutable JS support

There's a [line](https://github.com/grebaldi/plow-js/blob/master/src/migrations/atoms/set/index.js#L47) `const object = JSON.parse(JSON.stringify(subject));` in src/migrations/atoms/set/index.js, it results in `Date` objects being transformed into ISO strings (e.g. '2016-07-11T18:31:28.608Z'). Why is this line needed?

As suggested by @akoenig, it would be nice to have the possibility to address values via wildcard paths, such as this: ``` js $get('foo.*.bar', state); ```