All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
8 May 2023
- Fixes missing types and adds source maps to package
78eaefc
26 February 2023
- Updates marked from 4.2.4 -> 4.2.12
c9881d1
- fix: don't log a warning for undefined key values, only when typeof is not string
53feb48
- fix: don't crash but gracefully ignore undefined for wildcard keypaths
d05e39a
2 February 2023
- Resolves #65: adds globalRefs option
#65
- Resolves #63: provides a render option allowing usage of any markdown parser.
#63
- Documents the render option and restructures README.md in alignment with other core plugins
2ea44cd
18 December 2022
- Resolves #62, deprecates markdown options.<option> in favor of options.engineOptions.<option>
#62
- Provides dual ESM/CJS module
a3b6271
- Adds Typescript support
5ce04b8
- Updates marked from 4.2.0 -> 4.2.4
fd2fc65
- Renames default export to markdown for better auto-complete
ba9c515
4 November 2022
- Drops node < 12 support, updates devDependencies
0727d81
- Drop support for Metalsmith < 2.5.0
9654d29
- Better debug logging
c9fc051
- Use metalsmith.debug instead of debug
b745991
- Updates marked from 4.0.16 -> 4.2.0
1aa53d2
29 May 2022
- Resolves #60: support nested keypaths for keys option
#60
- Fixes #61: replace Travis CI badge with GH actions in README.md
#61
- Feature: Add support for simple wildcards, get 100% test coverage
9c53cfe
- Update supported Node version to >=10, update marked 4.0.12 -> 4.0.16
c0d1a86
21 March 2022
- chore: update [email protected] to [email protected]
#57
- Update debug to ^4.3.4
3b6b861
- feat: export named plugin
b9aaa0f
12 December 2021
- Fixed history
#45
- Update packages to address 7 vulnerabilities
#43
- Fixes security vulnerabilities
2c899a7
- [skip travis] Merge pull request #53 from metalsmith/dependabot/npm_and_yarn/glob-parent-5.1.2
58c695c
- [skip travis] Merge pull request #52 from metalsmith/dependabot/npm_and_yarn/lodash-4.17.21
45c0362
- Dropped support for Node <8. Documented 'keys' option in README. Updated dev dependencies
baf3422
- Update packages to address 7 vulnerabilities - minimatch, lodash, and extend deps
3c567c5
- Aligned dotfiles & default repository files with core metalsmith plugins
0f1cc8f
- Updated marked to 2.1.0, debug to 4.3.3
149d3d6
- Add LICENSE file
411e94c
- Fixes marked incorrect node compat + jsdocs
cfb384e
- Bump glob-parent from 5.1.0 to 5.1.2
808fd6c
- Bump lodash from 4.17.15 to 4.17.21
e67efeb
1.3.0 - 2019-10-30
- Updated packages
marked
v0.7.0eslint
eslint-config-prettier
eslint-plugin-prettier
mocha
prettier
1.2.0 - 2019-02-20
- Docs updated
- Updated packages
debug
marked
eslint
eslint-config-prettier
eslint-plugin-prettier
mocha
prettier
1.1.0 - 2018-10-26
- Updated packages
debug
marked
eslint
eslint-config-prettier
eslint-plugin-prettier
prettier
1.0.1 - 2018-09-14
- Added Prettier and ESLint
- Updated Badges
- Updated
debug
package
1.0.0 - 2018-07-17
- Fixed API
- Upgraded to Marked 0.4.0 #31
- Fixed security issue with Buffer #29
- Ensure key is string #24
- Cross platform path separators (Windows) #16
- Strict file endings #10
- Allow missing keys #9
- Docs: Usage with highlighting lib #6
- Updated all packages
0.2.2 - 2018-01-09
- update marked dependency to fix security issue
0.2.1 - February 6, 2013
- add debug statements
0.2.0 - February 5, 2013
- update to use buffers for metalsmith 0.1.0
0.1.0 - February 5, 2013
- add
keys
option
✨