This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Releases: oyejorge/less.php
Releases · oyejorge/less.php
1.5.1 Release Candidate 2
1.5.1 Release Candidate 1
- Added improved caching method
- Performance improvements
- PSR-0
1.5.1b2
1.5.1b1
1.4.2.2
- Reduced memory usage
- Removed $parser->current
- Remove array_splice() where possible
- Reduced calls to count()
- Micro optimizations
- Fix E_STRICT notices
- Fix datauri paths
- Added Less_Parser::round() to mimic javascript's rounding of 1.49
- Set precision to get closer to less.js calculations
- Make evironment::fade() and escape() match less.js
- Improved test scripts
1.4.2.1
1.4.2
1.4.2 Release Candidate 1
This release includes a small bug fix that prevents fatal errors with invalid LESS syntax.
1.4.2 Beta 3
- Remove anonymous function for php 5.2 compatibility
- Normalize paths
1.4.2 Beta 2
- Added LessCache.php for caching compiled css output
- Fixed "Call to a member function on a non-object" errors