Skip to content

Commit

Permalink
Bump to version: v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Mar 16, 2016
1 parent 92c2ab0 commit e203591
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This project adheres to [Semantic Versioning](http://semver.org/).

<a name="current-release"></a>
# Version 0.8.4 (Wed, 16 Mar 2016 21:49:32 GMT)

* [92c2ab0](https://github.com/bootprint/customize/commit/92c2ab0) Remove unnecessary debug output - Nils Knappmeier



# Version 0.8.3 (Tue, 15 Mar 2016 13:46:57 GMT)

* [2b04495](https://github.com/bootprint/customize/commit/2b04495) Adjust travis-configuration - Nils Knappmeier
Expand Down
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ The example creates a new Customize-instances, registers our engine under the na
config. This example prints the following result.

```js
custom false {}
debugState false {}
custom false { files: { config: {}, watched: [] } }
debugState false { files: { config: {}, watched: [] } }
custom false { files: { state: 'pending' } }
debugState false { files: { state: 'pending' } }
{ files:
{ 'a.md': { path: 'dir1/a.md', contents: 'First file (from dir1)' },
'b.md': { path: 'dir1/b.md', contents: 'Second file (from dir1)' } } }
Expand Down Expand Up @@ -184,12 +178,6 @@ The engines `run()`-method will now be executed with the resolved configuration,
which yields the following output:

```
custom false {}
debugState false {}
custom false { files: { config: {}, watched: [] } }
debugState false { files: { config: {}, watched: [] } }
custom false { files: { state: 'pending' } }
debugState false { files: { state: 'pending' } }
{ 'concat.txt': 'First file (from dir1)\nSecond file (from dir1)\n' }
```

Expand Down Expand Up @@ -246,14 +234,6 @@ so that in the above example, the property `a.md` is replace by the value in the
second configuration. So the output of this example is

```
custom false {}
debugState false {}
custom false { files: { config: {}, watched: [] } }
debugState false { files: { config: {}, watched: [] } }
custom false { files: { state: 'pending' } }
debugState false { files: { state: 'pending' } }
custom false { files: { state: 'pending' } }
debugState false { files: { state: 'pending' } }
{ 'concat.txt': 'First file (from dir2)\nSecond file (from dir1)\n' }
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customize",
"version": "0.8.3",
"version": "0.8.4",
"description": "A simple framework to create customizable engines",
"repository": {
"type": "git",
Expand Down

0 comments on commit e203591

Please sign in to comment.