Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Releases: aymericbeaumet/metalsmith-redirect

v3.1.0

13 May 11:54
Compare
Choose a tag to compare
  • chore: update yarn.lock b8cb0f2
  • test: cover ensureHTML f1b4d17
  • docs: update readme e58854c
  • test: cover ensureHTML 8de44cc
  • chore: update dependencies ee4ac47
  • Merge pull request #24 from fidian/master 1532437
  • Geting past the code formatting checks 6386b1f
  • Adding closing </details> tag f2e9f87
  • Adding option for allowing additional HTML extensions 7958b11
  • Merge pull request #22 from aymericbeaumet/dependabot/npm_and_yarn/acorn-7.1.1 8d5c0c1
  • chore(deps): bump acorn from 7.1.0 to 7.1.1 0511814

v3.0.3...v3.1.0

v3.0.3

02 Oct 23:01
Compare
Choose a tag to compare
  • Merge pull request #21 from aymericbeaumet/fix-relative-redirections e5280e2
  • chore: update dependencies 58ad4da
  • fix: implement different resolution algorithms for args/frontmatters redirections 7f2c3ec
  • docs(readme): improve readability ff2391a
  • Merge pull request #20 from aymericbeaumet/metalsmith-broken-link-checker 1015ae9
  • docs|test: cover metalsmith-broken-link-checker use-case 0514a2f

v3.0.2...v3.0.3

v3.0.2

06 Sep 12:34
Compare
Choose a tag to compare
  • Merge pull request #18 from aymericbeaumet/fix-frontmatters-relative-path 3caf240
  • docs(example): add a frontmatter file example 21eff9c
  • docs(readme): improve documentation a8f5cc0
  • fix: make sure the filepath are always considered relative to / (closes #13) b1c7d55

v3.0.1...v3.0.2

v3.0.1

27 Aug 14:06
Compare
Choose a tag to compare
  • Merge pull request #17 from aymericbeaumet/dependabot/npm_and_yarn/eslint-utils-1.4.2 9df275c
  • chore(deps): bump eslint-utils from 1.4.0 to 1.4.2 3f5ae4f
  • Merge pull request #16 from aymericbeaumet/greenkeeper/initial 615eb76
  • Merge branch 'master' into greenkeeper/initial 3d77cb4
  • Update readme.md 23a1b12
  • docs(readme): add Greenkeeper badge 55a2170
  • Update readme.md 886d4e3

v3.0.0...v3.0.1

v3.0.0

21 Aug 15:36
Compare
Choose a tag to compare
  • Only support Node LTS/Stable BREAKING
  • Update dependencies
  • Allow to preserve hash when redirecting #12
  • Implement redirection from frontmatters #13
  • Escape single/double quotes accordingly in redirections destination
  • The declarative redirections are now located at options.redirections BREAKING