Releases: AgronKabashi/rollup-plugin-conditional
Releases · AgronKabashi/rollup-plugin-conditional
3.1.2
3.1.1
Decreased peer dependency version for rollup - Added backwards compatibility map in readme. - Updated rollup version to 1.1
3.1.0
Reduce complexity Rewrote internals in order to reduce future, breaking rollup API changes Fixes #4 Fixes #6
3.0.0
Compatibility with rollup v1.0 * Contains several under the hood changes such as removal of deprecated options and new API hooks. * Tests reworked to compare results against rollup itself. Should detect breaking changes much easier.
2.2.0
Added new rollup API hooks - Hooks and unit tests for renderStart, renderError and renderChunk - Updated unit tests to match changes in the rollup API
2.1.1
Backwards compatibility with older API interfaces
2.1.0
Added alternate syntax for deferred plugin initialization - Protects against side effects in plugins
2.0.0
Version 2.0
1.1.1
Minor hotpatch.
1.1.0
Introduced a simpler initialization syntax, deprecating the old. See the change log for details.