Libsass

Latest version: v0.23.0

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

Scan your dependencies

Page 17 of 18

0.4.2

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

Released on May 22, 2014.

- Fixed build failing on Mac OS X 10.8 or earlier. [:issue:`19`]
- Fixed :exc:`UnicodeEncodeError` that :meth:`Manifest.build_one()
<sassutils.builder.Manifest.build_one>` method rises when the input source
contains any non-ASCII Unicode characters.

0.4.1

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

Released on May 20, 2014.

- Fixed :exc:`UnicodeEncodeError` that rise when the input source contains
any non-ASCII Unicode characters.

0.4.0

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

Released on May 6, 2014.

- :program:`sassc` has a new :option:`-w <sassc -w>`/:option:`--watch
<sassc --watch>` option.
- Expose source maps support:

- :program:`sassc` has a new :option:`-m <sassc -m>`/:option:`-g
<sassc -g>`/:option:`--sourcemap <sassc --sourcemap>` option.
- :class:`~sassutils.wsgi.SassMiddleware` now also creates source map files
with filenames followed by :file:`.map` suffix.
- :meth:`Manifest.build_one() <sassutils.builder.Manifest.build_one>` method
has a new ``source_map`` option. This option builds also a source map
file with the filename followed by :file:`.map` suffix.
- :func:`sass.compile()` has a new optional parameter ``source_comments``.
It can be one of :const:`sass.SOURCE_COMMENTS` keys. It also has
a new parameter ``source_map_filename`` which is required only when
``source_comments='map'``.

- Fixed Python 3 incompatibility of :program:`sassc` program.
- Fixed a bug that multiple ``include_paths`` doesn't work on Windows.

0.3.0

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

Released on February 21, 2014.

- Added support for Python 3.3. [:issue:`7`]
- Dropped support for Python 2.5.
- Fixed build failing on Mac OS X.
[:issue:`4`, :issue:`5`, :issue:`6` by Hyungoo Kang]
- Now the builder creates target subdirectories recursively even if they don't
exist yet, rather than silently failing.
[:issue:`8`, :issue:`9` by Philipp Volguine]
- Merged recent changes from libsass 1.0.1: `57a2f62--v1.0.1`_.

- Supports `variable arguments`_.
- Supports sourcemaps.

.. _57a2f62--v1.0.1: https://github.com/sass/libsass/compare/57a2f627b4d2fbd3cf1913b241f1d5aa31e35580...v1.0.1
.. _variable arguments: https://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html#variable_arguments

0.2.4

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

Released on December 4, 2012.

- Added :mod:`sassc` CLI executable script.
- Added :const:`sass.OUTPUT_STYLES` constant map.
- Merged recent changes from libsass upstream:
`e997102--a84b181`__.

__ https://github.com/sass/libsass/compare/e9971023785dabd41aa44f431f603f62b15e6017...a84b181a6e59463c0ac9796ca7fdaf4864f0ad84

0.2.3

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

Released on October 24, 2012.

- :mod:`sassutils.distutils`: Prevent double monkey patch of ``sdist``.
- Merged upstream changes of libsass.

Page 17 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.