Skip to content

Releases: Level-2/Transphporm

Version 1.5.1

30 Aug 18:49
Compare
Choose a tag to compare

Fix bug with pseudo elements

Version 1.5.0

30 Aug 17:45
Compare
Choose a tag to compare

Change how pseudo elements are added
Fix misc bugs
Some performance increases

Version 1.4.0

11 Sep 16:41
Compare
Choose a tag to compare

New Features

  • Add constant function

Version 1.3.1

22 Nov 23:59
Compare
Choose a tag to compare

Fix issue with pseudo being counted towards depth

Plus other bug fixes

Version 1.3

19 Jul 00:15
Compare
Choose a tag to compare

This version includes dramatic changes to the cache system.

1.2.3 - Bugfix release

24 Mar 22:45
Compare
Choose a tag to compare
  • Fix issue with multi-line selectors separated by commas
  • Fix issue comparing objects

1.2.2 - Bugfix release

15 Mar 13:54
Compare
Choose a tag to compare

#176 - Rules are ordered including the pseudo selctor
#185 - Added in operator
#187 - Fixed array to string conversion bug

1.2.1 - Bugfix

12 Dec 17:16
Compare
Choose a tag to compare

Fixes bug #176 and a bug with rule order sorting

1.2.0 Release

09 Dec 20:11
a9e060e
Compare
Choose a tag to compare

This release is a significant rewrite to the internal tokenizer, but also fixes bugs #165 and #167

The API remains unchanged and will be backwards compatible.

1.1.2 bugfix release

08 Dec 18:10
Compare
Choose a tag to compare

#163 - Date formatting issue
#173 - Comments didn't always work as intended
#171 - setLocale method as documented
#166 - Pseudo selectors are no longer used for calculating specificity
#152 - Re-introduce support for PHP5.6

  • Several other minor bugfixes and code improvements