Releases: posthtml/posthtml-loader
Releases · posthtml/posthtml-loader
v2.0.1
28 Aug 09:29
Compare
Sorry, something went wrong.
No results found
v2.0.0
21 Aug 12:34
Compare
Sorry, something went wrong.
No results found
v1.0.1
18 Dec 13:37
Compare
Sorry, something went wrong.
No results found
Bug Fixes
package: point to the correct entry in main (pkg.main) (efa672e )
v1.0.0
16 Dec 20:19
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Error: add missing 'use strict' pragma (1316255 )
Features
index: support posthtml.config.js && result.messages (e05b44c )
v0.10.3
25 Jul 21:14
Compare
Sorry, something went wrong.
No results found
Things don't break if you don't pass a second argument to parseOptions
v0.10.2
19 Jul 16:58
Compare
Sorry, something went wrong.
No results found
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
v0.10.1
19 Jul 16:59
Compare
Sorry, something went wrong.
No results found
Releases compiled with babel for old node version compatibility. Above node v4 will be supported.
v0.10.0
18 Jul 16:12
Compare
Sorry, something went wrong.
No results found
⛔ 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 plugins key instead of defaults to specify the plugins you would like to be used.
Now accepts parser as a parameter when using a custom parser (like sugarml )
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 defaults to plugins
v0.9.1
13 Jul 17:13
Compare
Sorry, something went wrong.
No results found
Added
Added files property in package.json
Added first simple test
Added travis config
Change
Update .gitignore
Update path in package.json to posthtml
Change #2 , #3 , Downgrade to ES5
Update devDep
Update repo path in readme
PostHTML Loader v0.8.3
10 Feb 20:31
Compare
Sorry, something went wrong.
No results found