- Support for anchors in wikilinks
- Renamed
generatePageNameFromLabel
andpostProcessPageName
togeneratePagePathFromLabel
andpostProcessPagePath
respectively. The module retains backwards compatibility with the previous property names.
- This changelog.
- Now replaces every space in a wiki link with an underscore (
_
). Previous versions only replaced the first space. (implements #3)
- Upgraded
json-schema
andjsprim
to address a critical vulnerability - Removed unused
request
dependency
- Supports a broader set of valid characters in links, including hyphens
- Support for a broader set of valid characters in links, including hyphens
- Upgraded most dependencies
- Support for punctuation in wiki links