UNPKG

docpad-plugin-associatedfiles

Version:

DocPad plugin that fetches any associated files for our particular document

68 lines (37 loc) 2.4 kB
# History ## v2.9.0 2020 October 29 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) ## v2.8.0 2020 September 8 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) ## v2.7.0 2020 September 7 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) ## v2.6.0 2020 August 5 - Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) - Minimum required node version changed from `node: >=0.12` to `node: >=10` to keep up with mandatory ecosystem changes ## v2.5.0 2018 February 7 - Updated base files ## v2.4.0 2018 February 7 - Updated base files ## v2.3.0 2017 April 10 - Updated base files ## v2.2.0 2014 February 14 - Added `useRelativeBase` to allow for relative directory paths from the associated files path - Closes [pull request #5](https://github.com/docpad/docpad-plugin-associatedfiles/pull/5) and [pull request #4](https://github.com/docpad/docpad-plugin-associatedfiles/pull/4) thanks to [rantecki](https://github.com/rantecki) and [takitapart](https://github.com/takitapart) - Fix documentation to reference associatedFilePath correctly - Closes [issue #3](https://github.com/docpad/docpad-plugin-associatedfiles/issues/3), thanks to [janieowen](https://github.com/jamieowen) ## v2.1.5 2014 February 8 - Update dependencies ## v2.1.4 2013 June 26 - Dependency updates ## v2.1.3 2013 January 19 - Windows support - Closes [pull request #1](https://github.com/docpad/docpad-plugin-associatedfiles/pull/1) thanks to [jonathanh32](https://github.com/jonathanh32) - Can now set default `paging` and `sorting` via plugin configuration ## v2.1.2 2012 August 10 - Re-added markdown files to npm distribution as they are required for the npm website ## v2.1.1 2012 July 18 - Renamed from `associated-files` to `associatedfiles` to follow new DocPad convention ## v2.0.2 2012 July 8 - Updated for DocPad 6.1 ## v2.0.1 2012 July 1 - Initial working version, yay!