Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Releases: AgronKabashi/rollup-plugin-conditional

3.1.2

24 Jan 09:06
6af4b0e

Choose a tag to compare

Maintenance mode

Fixes #9

3.1.1

24 Jan 09:06

Choose a tag to compare

Decreased peer dependency version for rollup

- Added backwards compatibility map in readme.
- Updated rollup version to 1.1

3.1.0

13 Jan 01:13
f8bc042

Choose a tag to compare

Reduce complexity

Rewrote internals in order to reduce future, breaking rollup API changes

Fixes #4
Fixes #6

3.0.0

13 Jan 01:08
c35f229

Choose a tag to compare

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

20 Nov 15:40

Choose a tag to compare

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

13 Aug 08:05

Choose a tag to compare

Backwards compatibility with older API interfaces

2.1.0

26 Jul 15:20

Choose a tag to compare

Added alternate syntax for deferred plugin initialization

- Protects against side effects in plugins

2.0.0

16 Jul 12:05

Choose a tag to compare

Version 2.0

1.1.1

01 Feb 19:36

Choose a tag to compare

Minor hotpatch.

1.1.0

01 Feb 19:35

Choose a tag to compare

Introduced a simpler initialization syntax, deprecating the old. See the change log for details.