Skip to content

Commit

Permalink
History readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 18, 2012
1 parent 21a51ed commit c1c2e1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions History.md
Expand Up @@ -10,10 +10,12 @@
- Killed the `docpad cli` action, no one used it and introduced a lot of complexity to the codebase
- Added `populateCollections` event, use this to insert things into our collections and blocks
- Added `docpadLoaded` event which fires whenever our configuration is re-loaded
- Added support for overriding the `extension` attribute via your document's meta data
- Added support for the `renderSingleExtensions` attribute in documents
- Fixed `clean` action from not behaving as expected
- Had the wrong indexOf indice value in the check
- Fixed default attributes not being kept inside document and file attributes
- Turns out Backbone's clear wipes everything, rather than reset to the default attributes and values
- Fixed default attributes not being kept inside document and file attributes when cleared
- Turns out Backbone's `Mode::clear()` wipes everything, rather than reset to the default attributes and values

- v6.2.0 July 10, 2012
- Dropped node v0.4 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ At its core DocPad is a language agnostic document management system. This means
1. Install DocPad

``` bash
[sudo] npm install -g -f docpad@6.2
[sudo] npm install -g -f docpad@6.3
[sudo] docpad install
```

Expand Down

0 comments on commit c1c2e1d

Please sign in to comment.