Releases: pulsar-edit/less-cache
Releases · pulsar-edit/less-cache
v2.0.1
less-cache v2.0.1
This release adds back in the ability to have inline JavaScript in any Pulsar Less Style Sheet.
A deprecated feature, but one whose support was fully removed in the v2.0.0 bump mistakenly.
Thanks to @savetheclocktower for bringing this feature back.
v2.0.0
less-cache v2.0.0
First new release of less-cache under Pulsar!
This release, includes:
- Normalizing all paths to use
/on Linux, macOS, and Windows - Decaffeinating the CoffeeScript source code
- Updating
lessto4.1.3
These new upgrades in less to mean some breaking changes since we are bumping from 3.12.2 -> 4.1.3 the most major of which are:
Parentheses required for mixin calls(This is incorrect. This requirement was removed in Less4.1.0- Parens-division now the default math setting
If you'd like to read more about these breaking changes take a look at the less@4.0.0 Release Notes, otherwise here's a full diff of our version bump.