indexed-collection

A zero-dependency library of classes that make filtering, sorting and observing changes to arrays easier and more efficient.

MIT License

Downloads
495
Stars
3

Bot releases are hidden (Show)

indexed-collection - v1.9.0 Latest Release

Published by tangentlin 7 months ago

What's Changed

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v1.8.0...v1.9.0

indexed-collection - v1.8.0

Published by tangentlin 7 months ago

What's Changed

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v1.7.0...v1.8.0

indexed-collection - v1.7.0

Published by tangentlin 7 months ago

What's Changed

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v1.6.0...v1.7.0

indexed-collection - v1.6.0

Published by tangentlin 7 months ago

What's Changed

New Features

House keeping

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v1.5.0...v1.6.0

indexed-collection - v1.5.0

Published by tangentlin 8 months ago

What's Changed

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v1.4.0...v1.5.0

indexed-collection - v1.4.0

Published by tangentlin 8 months ago

indexed-collection - v1.3.0

Published by tangentlin 8 months ago

New Feature:

indexed-collection - v1.2.1

Published by tangentlin over 1 year ago

indexed-collection - v1.2 release

Published by tangentlin over 1 year ago

indexed-collection - v1.1 release

Published by tangentlin over 1 year ago

  • (Performance) Improve how items are returned and only return a new array when underlying data has changed.

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v1.0...v1.1

indexed-collection - v1.0 release

Published by tangentlin almost 2 years ago

  • 1.0 release
  • Updated README.md with examples

Full Changelog: https://github.com/tangentlin/indexed-collection/compare/v0.10.0...v1.0

indexed-collection - v0.10.0

Published by tangentlin almost 2 years ago

  • Consolidate indexes into a single CollectionIndex (#2 , #3 , #4 )
  • Split testData into smaller files (#5 )