Skip to content

Commit 4c67a73

Browse files
author
ismay
authored
Prepare 4.0.0 (#129)
* Prepare 4.0.0 * Add release notes
1 parent 5ba61b6 commit 4c67a73

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
### 4.0.0 - January 4, 2018
2+
3+
So this library went through a bit of churny phase, my apologies for that. It was caused by a couple
4+
of factors; moving the library to a new home, a new rendering engine and me trying to abstract said
5+
rendering engine for reuse in metalsmith-layouts.
6+
7+
However, the end result is now a stable plugin, that's easy to use and easy to maintain.
8+
Jstransformers are way simpler to debug, and so far I haven't even encountered any bugs. We're not
9+
abstracting the rendering engine because it's just not worth it, and confusing apis have been
10+
removed. All in all I hope that you'll enjoy this release and feel free to let me know if you
11+
encounter anything!
12+
213
* breaking: dropped node 4 support
314
* breaking: the filename property is no longer set automatically, use https://github.com/MoOx/metalsmith-filenames
415
* removed metalsmith-engine-jstransformer for ease of maintenance

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"name": "metalsmith-in-place",
77
"repository": "git://github.com/ismay/metalsmith-in-place.git",
8-
"version": "4.0.0-alpha.2",
8+
"version": "4.0.0",
99
"scripts": {
1010
"prepublishOnly": "babel lib -d dist --ignore '**/*.test.js'",
1111
"precommit": "lint-staged",

0 commit comments

Comments
 (0)