-------------
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]