Skip to content

Releases: metalsmith/collections

@metalsmith/collections 1.3.0

27 Sep 21:48
v1.3.0
8088613
Compare
Choose a tag to compare

@metalsmith/collections 1.2.2

27 Jul 22:25
v1.2.2
51c6acd
Compare
Choose a tag to compare
  • Resolves #102: removes multimatch dependency, uses metalsmith.match instead
  • Drops support for Metalsmith < 2.4.1
  • Drops support for Node < 12

@metalsmith/collections 1.2.1

03 Feb 00:33
v1.2.1
f668ba5
Compare
Choose a tag to compare
  • Fixes #99: collection key on file metadata - no dupes, no nested arrays
  • Fixes regression: incorrect previous & next refs when reverse: true
  • Fixes typo's in README

@metalsmith/collections 1.2.0

29 Jan 01:23
v1.2.0
affd17c
Compare
Choose a tag to compare
  • Feature: sortBy now also understands nested metadata properties, e.g. sortBy: 'meta.display.order'
  • Fixed JSDoc typo that made type hints unavailable
  • Documented limit & refer options
  • Improved README.md with more elaborate examples
  • Refactored to cleaner code
  • Removed dependencies: extend,uniq
  • Added dependency lodash.get
  • Added core-plugin tests
  • Updated devDependencies release-it, prettier, eslint

@metalsmith/collections 1.1.0

14 Dec 23:53
v1.1.0
719862b
Compare
Choose a tag to compare
  • Added standardised code formatting and QA #86
  • Updated History with v1 PRs #85
  • Added better JSDoc types, return named plugin function 3aa3443
  • Updated multimatch to 4.0.0, debug to 4.3.3 71d6f65
  • Aligned dotfiles & repo files with core plugins. Added LICENSE, updated devDependencies & specified Node >= 8 compat 0f2480b