Skip to content

Releases: stealjs/steal-conditional

1.1.3

28 Dec 14:09
Compare
Choose a tag to compare

This fixes a bug when using steal-conditional in a donejs app.

1.1.2

05 Nov 17:08
Compare
Choose a tag to compare

This patch release fixes a bug with boolean conditional modules showing up multiple times in the build.

0.4.0

03 Oct 19:30
Compare
Choose a tag to compare

This is a minor release

optimized builds

steal-conditional now supported optimized builds using steal-tools optimize or stealTools.optimize(). See the guide on how to use this feature.

0.3.6

10 Jul 19:31
Compare
Choose a tag to compare

This patch release fixes a problem with relative condition modules, see #48

0.3.5

12 Jun 20:25
Compare
Choose a tag to compare

Prevent condition modules to be evaluated during build

This patch release fixes an issue where steal-conditional evaluates the condition module during the build; that's problematic when the condition module has browser specific code that breaks when running on node.

See #42

0.3.4

10 May 15:40
Compare
Choose a tag to compare

This patch release fixes an issue with the substitution variation algorithm.

See #38

0.3.3

08 Mar 15:01
Compare
Choose a tag to compare

This is a patch release, removing a restriction on condition modules names using . or /.