Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

HISTORY.md

File metadata and controls

26 lines (16 loc) · 1.02 KB

History

v1.4.0 2020 August 5

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=0.10 to node: >=10 to keep up with mandatory ecosystem changes

v1.0.3 2018 September 7

  • Remove setInstanceConfig and make use of DocPad 6.82.0's new mergeConfigs method

v1.0.2 2018 September 3

v1.0.1 2018 August 20

  • Add isDocPadPlugin static method, to make it easier for DocPad to detect plugins
  • Support getters for name and priority
  • Internal changes
    • No need for dereferencing config when initialConfig already contains it config
    • No need for dereferencing instanceConfig as it shouldn't be set yet

v1.0.0 2018 August 20

  • Abstracted out from DocPad v6.80.9 and converted to esnext