Libsass

Latest version: v0.23.0

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 18

0.7.0

-------------

Released on March 6, 2015.

Anthony Sottile contributed to the most of this release. Huge thanks to him!

- Follow up the libsass upstream: 3.1.0 --- See the `release note`__ of LibSass.
[:issue:`38`, :issue:`43` by Anthony Sottile]

- Custom functions and imports
- Decrementing in ``for`` loops
- ``debug`` and ``error``
- ``not`` operator
- ``nth()`` for maps
- ``inspect()``
- ``feature-exists()``
- ``unique-id()``
- ``random()``

- Added custom functions support. [:issue:`13`, :issue:`44` by Anthony Sottile]

- Added :class:`sass.SassFunction` class.
- Added ``custom_functions`` parameter to :func:`sass.compile()` function.
- Added data types for custom functions:

- :class:`sass.SassNumber`
- :class:`sass.SassColor`
- :class:`sass.SassList`
- :class:`sass.SassMap`
- :class:`sass.SassError`
- :class:`sass.SassWarning`

- Added ``precision`` parameter to :func:`sass.compile()` function.
[:issue:`39` by Andrea Stagi]
- :program:`sassc` has a new :option:`-p <sassc -p>`/:option:`--precision
<sassc --precision>` option. [:issue:`39` by Andrea Stagi]

0.6.2

-------------

Released on November 25, 2014.

0.6.1

-------------

Released on November 6, 2014.

- Follow up the libsass upstream: 3.0.1 --- See the `release note`__ of LibSass.
- Fixed a bug that :class:`~sassutils.wsgi.SassMiddleware` never closes
the socket on some WSGI servers e.g. ``eventlet.wsgi``.

0.6.0

-------------

Released on October 27, 2014.

Note that since libsass-python 0.6.0 (and libsass 3.0) it requires C++11

0.5.1

-------------

Released on September 23, 2014.

- Fixed a bug that :class:`~sassutils.wsgi.SassMiddleware` yielded
:class:`str` instead of :class:`bytes` on Python 3.
- Fixed several Unicode-related bugs on Windows.
- Fixed a bug that :func:`~sassutils.builder.build_directory()`,
:class:`~sassutils.wsgi.SassMiddleware`, and
:class:`~sassutils.distutils.build_sass` don't recursively build
subdirectories.

0.5.0

-------------

Released on June 6, 2014.

- Follow up the libsass upstream: 2.0 --- See the `release note`__ of LibSass.

- Added indented syntax support (:file:`*.sass` files).
- Added expanded selector support (BEM).
- Added string functions.
- Fixed UTF-8 support.
- Backward incompatibility: broken extends.

Page 16 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.