Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Releases: oyejorge/less.php

1.5.1 Release Candidate 2

01 Jan 22:35
Compare
Choose a tag to compare
Pre-release
  • Added Symphony2 support
  • Bug fixes #27 and #29

1.5.1 Release Candidate 1

26 Dec 19:19
Compare
Choose a tag to compare
Pre-release
  • Added improved caching method
  • Performance improvements
  • PSR-0

1.5.1b2

22 Dec 17:36
Compare
Choose a tag to compare
1.5.1b2 Pre-release
Pre-release
  • Significant speed and memory improvements
  • Disable parser cache by default
  • Fix setlocale issue #22

1.5.1b1

10 Dec 05:36
Compare
Choose a tag to compare
1.5.1b1 Pre-release
Pre-release

This is the first in a series of releases to make less.php compatible with less.js 1.5.1. Sourcemap support is still on the drawing board.

1.4.2.2

18 Nov 00:33
Compare
Choose a tag to compare
  • 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

01 Nov 17:16
Compare
Choose a tag to compare
  • Better compatibility across php versions
  • Fixes strict notices

1.4.2

21 Oct 16:46
Compare
Choose a tag to compare

Version 1.4.2 is the first official stable release of php.less, the only LESS compiler in php designed to work exactly like the official LESS compiler in Javascript.

1.4.2 Release Candidate 1

11 Oct 22:16
Compare
Choose a tag to compare
Pre-release

This release includes a small bug fix that prevents fatal errors with invalid LESS syntax.

1.4.2 Beta 3

24 Sep 05:30
Compare
Choose a tag to compare
1.4.2 Beta 3 Pre-release
Pre-release
  • Remove anonymous function for php 5.2 compatibility
  • Normalize paths

1.4.2 Beta 2

20 Sep 16:30
Compare
Choose a tag to compare
1.4.2 Beta 2 Pre-release
Pre-release
  • Added LessCache.php for caching compiled css output
  • Fixed "Call to a member function on a non-object" errors