Skip to content

Releases: nueverest/blowdrycss

Version 1.0.3 Released on PyPi

08 Mar 15:48
d41b587
Compare
Choose a tag to compare

Changed requirements.txt so that versions must be >=. The pypandoc requirement in particular caused issues on both windows and linux installs.

Version 1.0.2 Released on PyPi

04 Mar 06:11
Compare
Choose a tag to compare

Fixed file extension printing error. Now it uses the settings output_extension. Updated unit test.

Version 1.0.1 Released on PyPi

04 Mar 05:46
Compare
Choose a tag to compare

Enabled support for output file_name and extension customization. Created settings validation utility functions and unit tests. Custom output file examples: _blowdry.scss and custom.css. Added support for Python 3.6.

Uploaded version 1.0.0 to pypi.

27 Nov 18:36
Compare
Choose a tag to compare

Incremented to 1.0.0 since the code is stable and working well.
Enabled support for *.php extension and added integration tests.

Version 0.3.0 Released on PyPi

09 Sep 20:04
Compare
Choose a tag to compare

Enabled support for the *.vue extension and added integration tests along with a simple test_vue folder. Requirements cleanup.

Version 0.2.8 Released on PyPi

21 Aug 00:18
Compare
Choose a tag to compare

Performance enhancement during recent/on_modify case. Only build the css_text based on new
class selectors created during the most recent modification. Append this to the pre-existing css_text then
overwrite blowdry.css or blowdry.min.css. A new parameter css_text was added to blowdry.parse() and
to the override for the watchdog event handler. Special test created to verify that the css_text is
handled properly.

Version 0.2.7 Released on PyPi

19 Aug 16:17
Compare
Choose a tag to compare

Added a call to LimitTimer.reset() to fix a bug in which the LimitTimer never expired.
Add two more color regexes which allow the case in which hex is be combined with a pseudo class.
e.g. hffffff-hover or hfff-before.