- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.10
tonode: >=10
to keep up with mandatory ecosystem changes
- Remove
setInstanceConfig
and make use of DocPad 6.82.0's newmergeConfigs
method
- Updated base files and editions using boundation
- Add
isDocPadPlugin
static method, to make it easier for DocPad to detect plugins - Support getters for
name
andpriority
- Internal changes
- No need for dereferencing
config
wheninitialConfig
already contains itconfig
- No need for dereferencing
instanceConfig
as it shouldn't be set yet
- No need for dereferencing
- Abstracted out from DocPad v6.80.9 and converted to esnext