Releases: stealjs/steal-conditional
Releases · stealjs/steal-conditional
1.1.3
This fixes a bug when using steal-conditional in a donejs app.
1.1.2
This patch release fixes a bug with boolean conditional modules showing up multiple times in the build.
0.4.0
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
This patch release fixes a problem with relative condition modules, see #48
0.3.5
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
This patch release fixes an issue with the substitution variation algorithm.
See #38
0.3.3
This is a patch release, removing a restriction on condition modules names using .
or /
.