Skip to content

Commit

Permalink
v6.83.2 - bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 8, 2020
1 parent e36e387 commit 85b3297
Show file tree
Hide file tree
Showing 11 changed files with 510 additions and 546 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ updates:
directory: /
schedule:
interval: weekly
day: sunday
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ after_success:
notifications:
email:
recipients: >-
TENHzC5MYDcWs4Ls0Y78qFnjQTMh1HdKOjeq9fm5+Eq/XMJi7Ly4E5+294cugAsQsK3dSOescpwRYxf99Esi7yQ4MeS8WIv2yyV8pKOQuHjNypIjMM7vKoFxh3QpZPDfMvfQ29FMWHHZh6oc3lFFN6UEbTWQUJoqCAuxgzIyaig=
aKT/Hu/hmr4pvVB1+Rce6VCZG7TJ6tpB1096feS7l1OQJp/uGaYVAmpMkvpm8iX0SkWYAm4TiM8pQbASCbI0jgYbzTMcXggngHCOu0FdlxoPia7QHRn2uBFkNnIipa/4GcrfAdU7BFr17ut1DujTLDvgL48Jv7LyoEg1qgpRcIs=
12 changes: 9 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History

## v6.83.2 2020 September 8

- If the source path is missing, the correct and useful error is now displayed
- The deprecated `srcPath` is now removed, use `sourcePaths` to write and `getPath('source')` and `getPath('sources')` to read
- Extra debugging for when getting a path fails
- Updated documentation and website links to their new locations

## v6.83.1 2020 August 5

- Add a new `loadPlugins` event for use in the [`docpad-plugintester`](https://github.com/docpad/docpad-plugintester) to make sure all test plugins are properly loaded before `docpadReady` and other events are fired
Expand Down Expand Up @@ -507,7 +514,7 @@
- If you have functions inside your `docpad.cson` file:
- Rename `docpad.cson` to `docpad.coffee`
- Export your configuration inside `docpad.coffee` by doing: `module.exports = {your configuration data}`
- [Example `docpad.coffee` file.](https://docpad.bevry.me/docs/config)
- [Example `docpad.coffee` file.](https://docpad.bevry.me/config)
- Updated dependencies

## v6.69.2 2014 December 17
Expand Down Expand Up @@ -1234,7 +1241,6 @@
- Added `docpad-debug` for easy debugging
- Added `docpad-trace` for easy tracing
- Added `--profile` for easy profiling
- See our [debug guide](http://docpad.bevry.me/docs/debug) for details

## v6.40.0 2013 June 24

Expand Down Expand Up @@ -1473,7 +1479,7 @@

## v6.23.0 2013 March 6

- DocPad can now handle foreign encodings when you set `detectEncoding: true` in the [docpad configuration](http://docpad.bevry.me/docs/config)
- DocPad can now handle foreign encodings when you set `detectEncoding: true` in the [docpad configuration](http://docpad.bevry.me/config)
- Thanks to [Yellow Dragon](https://github.com/huanglong) for [issue #411](https://github.com/bevry/docpad/issues/411)

## v6.22.0 2013 March 6
Expand Down
148 changes: 41 additions & 107 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 85b3297

Please sign in to comment.