- Added
.memberIndex
and.siblingIndex
to see where you are in the sorted arrays.
- Use metalsmith-plugin-kit to handle matching files.
- Removed
.forEach()
to speed up builds with a significant number of files. My crude tests brought a build down from 875ms to 700ms. - Documentation update.
- When sorting by a property, this detects if both values are numbers and sorts them numerically.
- Update dependencies.
- Added
.root
property. Fully backward compatible.
- Standardized property names. Breaks backwards compatibility when accessing
.next
,.prev
, and others.
- Initial release.