Skip to content

Changelog

David Artiss edited this page May 16, 2023 · 4 revisions

Version 0.1.2

  • Renamed the script file name and function to cssquish

Version 0.1.1

  • Split search/replace arrays further for test/non-test versions
  • Pseudo-elements make use of double colons but, for compatibility, single colons work too - therefore, I reduce them down where I can
  • background: none; and background: transparent; can both be replaced by the shorter background: 0 0;, which means the same thing

Version 0.1.0 - Initial release

  • Removed arrays to their own, separate file, as they were taking far too much space in the main file
  • Added an optional parameter option for calling the main script
    • A test parameter, if set to true can be used for testing - right now, this just remove the CR/NL removal so that it's easier to track down CSS that you're looking for
Clone this wiki locally