Skip to content

Releases: Level-2/Transphporm

Version 1.5.1

Choose a tag to compare

@solleer solleer released this 30 Aug 18:49

Fix bug with pseudo elements

Version 1.5.0

Choose a tag to compare

@solleer solleer released this 30 Aug 17:45

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

Version 1.4.0

Choose a tag to compare

@solleer solleer released this 11 Sep 16:41

New Features

  • Add constant function

Version 1.3.1

Choose a tag to compare

@solleer solleer released this 22 Nov 23:59

Fix issue with pseudo being counted towards depth

Plus other bug fixes

Version 1.3

Choose a tag to compare

@solleer solleer released this 19 Jul 00:15

This version includes dramatic changes to the cache system.

1.2.3 - Bugfix release

Choose a tag to compare

@solleer solleer released this 24 Mar 22:45
  • Fix issue with multi-line selectors separated by commas
  • Fix issue comparing objects

1.2.2 - Bugfix release

Choose a tag to compare

@TRPB TRPB released this 15 Mar 13:54

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

1.2.1 - Bugfix

Choose a tag to compare

@TRPB TRPB released this 12 Dec 17:16

Fixes bug #176 and a bug with rule order sorting

1.2.0 Release

Choose a tag to compare

@TRPB TRPB released this 09 Dec 20:11
a9e060e

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

Choose a tag to compare

@TRPB TRPB released this 08 Dec 18:10

#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