- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.10tonode: >=10to keep up with mandatory ecosystem changes
- Remove
setInstanceConfigand make use of DocPad 6.82.0's newmergeConfigsmethod
- Updated base files and editions using boundation
- Add
isDocPadPluginstatic method, to make it easier for DocPad to detect plugins - Support getters for
nameandpriority - Internal changes
- No need for dereferencing
configwheninitialConfigalready contains itconfig - No need for dereferencing
instanceConfigas it shouldn't be set yet
- No need for dereferencing
- Abstracted out from DocPad v6.80.9 and converted to esnext