- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.8
tonode: >=10
to keep up with mandatory ecosystem changes
- Updated base files using boundation
- Compiled with CoffeeScript v2
- Updated dependencies
- Updated base files
- B/C Deprecated
@getPageUrl
template helper and replaced it with@getPagedUrl
. Allows usage of both unless there is a clash with another plugin issue #10 - Prevent displaying URL compatibility warnings if compatibility is turned off in config
- Updated default URL structure (with backwards compatibility and configuration options)
- Thanks to [Danny Smith](https://github.com/stormpooper) for [pull request #22](https://github.com/docpad/docpad-plugin-paged/pull/22), [Erv Walter](https://github.com/ervwalter) for [pull request #12](https://github.com/docpad/docpad-plugin-paged/pull/12)
- Updated dependencies
- DocPad v6.65 compatibility
- Updated dependencies
- Added
getPageCollection(name)
template helper - Updated dependencies
- Updated dependencies
- Degraded adding/added page messages to debug level
- Better debugging messages
- More efficient algorithm when there are no pages
- Uses v6.46.4's new clone APIs to avoid duplicated events for our clone models
- B/C Break: Streamlined the code by using the new DocPad v6.44.0 APIs - This version is incompatible with DocPad versions prior to v6.44 - Documents are now injected into the DocPad database, this will now bring broader support for things, but it also means that your pages may show up in your content listing. Refer to the README for instructions on how to avoid this.
- B/C Break: Document prototype extensions are now template helpers instead - You now do
@hasPage()
instead of@getDocument().hasPage()
- B/C Break:
pageSize
meta data attribute now defaults to1
instead of5
- Updated supported DocPad versions
- Repackaged
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies
- Switched repo to Docpad organization
- Fixed issue #2, now compatibile with cleanUrls plugin.
- Minor code cleanup.
- Emergency bug fix release.
- Fixed unit tests so they now work, will document how to setup and run these in a blog post later and in the docpad documentation repo.
- Initial working version for Ben Delarre's Website