SkipLabs / skip

Skip is a framework for building reactive services
https://skiplabs.io
MIT License
156 stars 9 forks source link

Change EagerCollection `slice` behavior to match JS `Array.prototype.slice` #538

Closed bennostein closed 4 days ago

bennostein commented 4 days ago

Julien mentioned running into some user confusion on this, so this renames our previous slice (which offered general skstore power of multiple key ranges) to slices and gives slice the simpler semantics of JS arrays' slice method.