Skip to content

Commit

Permalink
Prepare 4.0.0 (#129)
Browse files Browse the repository at this point in the history
* Prepare 4.0.0

* Add release notes
  • Loading branch information
ismay committed Jan 4, 2018
1 parent 5ba61b6 commit 4c67a73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
### 4.0.0 - January 4, 2018

So this library went through a bit of churny phase, my apologies for that. It was caused by a couple
of factors; moving the library to a new home, a new rendering engine and me trying to abstract said
rendering engine for reuse in metalsmith-layouts.

However, the end result is now a stable plugin, that's easy to use and easy to maintain.
Jstransformers are way simpler to debug, and so far I haven't even encountered any bugs. We're not
abstracting the rendering engine because it's just not worth it, and confusing apis have been
removed. All in all I hope that you'll enjoy this release and feel free to let me know if you
encounter anything!

* breaking: dropped node 4 support
* breaking: the filename property is no longer set automatically, use https://github.com/MoOx/metalsmith-filenames
* removed metalsmith-engine-jstransformer for ease of maintenance
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"name": "metalsmith-in-place",
"repository": "git://github.com/ismay/metalsmith-in-place.git",
"version": "4.0.0-alpha.2",
"version": "4.0.0",
"scripts": {
"prepublishOnly": "babel lib -d dist --ignore '**/*.test.js'",
"precommit": "lint-staged",
Expand Down

0 comments on commit 4c67a73

Please sign in to comment.