- Notifications
You must be signed in to change notification settings - Fork9
Releases: posthtml/posthtml-loader
Releases · posthtml/posthtml-loader
v2.0.1
- build: update dep dev65bd9e8
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v2.0.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.0.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v1.0.0
2017-12-16
Bug Fixes
- Error: add missing
'use strict'pragma (1316255)
Features
- index: support
posthtml.config.js&&result.messages(e05b44c)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.10.3
- Things don't break if you don't pass a second argument to
parseOptions
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.10.2
- Fix a regression that was causing functions passed as a config value to be passed the wrong context. They now receive a webpack loader context again.
- Fix a bug in which the plugin would return a resolved promise even if passed invalid config values
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.10.1
- Releases compiled with babel for old node version compatibility. Above node v4 will be supported.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.10.0
⛔CAUTION: BREAKING RELEASE! ⛔
- Configuration now accepts an array, an object, or a function that returns an array or object
- Support for posthtml-load-config removed, you can load config manually just as easily
- If passing an object to the configuration, use the
pluginskey instead ofdefaultsto specify the plugins you would like to be used. - Now accepts
parseras a parameter when using a custom parser (likesugarml) - Much more thorough tests, and all dependencies up to date
- More thorough documentation, clarity and code examples in the readme
Upgrade Path
- If you are using posthtml-load-config (autoload), you can remove it, require your plugins, and pass them in directly.
- If you are using an object as configuration, change
defaultstoplugins
Assets2
Uh oh!
There was an error while loading.Please reload this page.
v0.9.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.
PostHTML Loader v0.8.3
PostHTML Loader v0.8.3Pre-release
Pre-release
v.0.8.3README updates
Assets2
Uh oh!
There was an error while loading.Please reload this page.