Added: calc identifier from unresolved nested expressions are removed for
better browser support
(#19 - @ben-eb)
1.2.8 - 2016-08-26
Fixed: regression from 1.2.5 on calc() with value without leading 0
(#17 - @ben-eb)
1.2.7 - 2016-08-22
Fixed: regression from 1.2.5 on calc() with value without leading 0
(@MoOx)
1.2.6 - 2016-08-22
Fixed: regression from 1.2.5 on calc() on multiple lines
(@MoOx)
1.2.5 - 2016-08-22
Fixed: security issue due to the usage of eval().
This is to avoid an arbitrary code execution.
Now operations are resolved using
math-expression-evaluator