Skip to content

Latest commit

 

History

History
859 lines (549 loc) · 23.2 KB

changes.rst

File metadata and controls

859 lines (549 loc) · 23.2 KB

Changelog

Version 0.23.0

Released on January 6, 2024.

  • Follow up the libsass upstream: 3.6.6 --- See the release notes of LibSass 3.6.6. [:issue:`452` by Anthony Sottile]

Version 0.22.0

Released on November 12, 2022.

  • Remove python 2.x support [:issue:`373` by anthony sottile].
  • Remove deprecated sassc cli [:issue:`379` by anthony sottile].

Version 0.21.0

Released on May 20, 2021.

  • Fix build on OpenBSD. [:issue:`310` by Denis Fondras].
  • Produce abi3 wheels on windows. [:issue:`322` by Anthony Sottile]
  • Make the manpage build reproducible. [:issue:`319` by Chris Lamb]
  • Follow up the libsass upstream: 3.6.5 --- See the release notes of LibSass 3.6.5. [:issue:`344` by Anthony Sottile]

Version 0.20.1

Released on August 27, 2020.

  • (no changes, re-releasing to test build automation)

Version 0.20.0

Released on May 1, 2020.

  • Produce abi3 wheels on macos / linux [:issue:`307` by Anthony Sottile]
  • Follow up the libsass upstream: 3.6.4 --- See the release notes of LibSass 3.6.4. [:issue:`313` by Anthony Sottile]

Version 0.19.4

Released on November 3, 2019.

  • Follow up the libsass upstream: 3.6.3 --- See the release notes of LibSass 3.6.3. [:issue:`304` by Anthony Sottile]

Version 0.19.3

Released on October 5, 2019.

  • Follow up the libsass upstream: 3.6.2 --- See the release notes of LibSass 3.6.2. [:issue:`302` by Anthony Sottile]

Version 0.19.2

Released on June 16, 2019.

  • Follow up the libsass upstream: 3.6.1 --- See the release notes of LibSass 3.6.1. [:issue:`298` by Anthony Sottile]

Version 0.19.1

Released on May 18, 2019.

  • Re-release of 0.19.0 with windows python2.7 wheels [:issue:`297` by Anthony Sottile]

Version 0.19.0

Released on May 18, 2019.

  • Follow up the libsass upstream: 3.6.0 --- See the release notes of LibSass 3.6.0. [:issue:`295` by Anthony Sottile]

Version 0.18.0

Release on March 13, 2019

Version 0.17.0

Release on January 03, 2019

  • Add several new cli options [:issue:`279` :issue:`268` by Frankie Dintino]
    • --sourcemap-file: output file for source map
    • --sourcemap-contents: embed sourcesContent in source map
    • --sourcemap-embed: embed sourceMappingURL as data uri
    • --omit-sourcemap-url: omit source map url comment from output
    • --sourcemap-root: base path, emitted as sourceRoot in source map
  • Fix .sass in WsgiMiddleware (again) [:issue:`280` by Anthony Sottile]

Version 0.16.1

Released on November 25, 2018.

Version 0.16.0

Released on November 13, 2018.

  • Use -lc++ link flag when compiling with clang [:issue:`270` by Christian Thieme :issue:`271` by Anthony Sottile]
  • Honor strip_extension in SassMiddleware [:issue:`274` by Anthony Sottile]
  • Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass 3.5.5. [:issue:`275` by Anthony Sottile]

Version 0.15.1

Released on September 24, 2018.

  • Fix setup.py sdist (regressed in 0.15.0) [:issue:`267` by Anthony Sottile]

Version 0.15.0

Released on September 16, 2018.

  • Fix invalid escape sequences [:issue:`249` by Anthony Sottile]
  • Add code of conduct [:issue:`251` by Nick Schonning]
  • Add support for python3.7 and remove testing for python3.4 [:issue:`254` by Anthony Sottile]
  • Add strip_extension option for wsgi / distutils builder [:issue:`55` :issue:`258` by Anthony Sottile :issue:`260` by Morten Brekkevold]
  • Deprecate sassc (replaced by pysassc). [:issue:`262` by Anthony Sottile]
  • Import abc classes from collections.abc to remove DeprecationWarning [:issue:`264` by Gary van der Merwe :issue:`265` by Anthony Sottile]

Version 0.14.5

Released on April 25, 2018.

  • Follow up the libsass upstream: 3.5.4 --- See the release notes of LibSass 3.5.4. [:issue:`247` by Anthony Sottile]

Version 0.14.4

Released on April 24, 2018.

  • Add ability to specify imports for custom extensions. This provides a way to enable imports of .css files (which was removed in 3.5.3). Specify --import-extensions .css to restore the previous behavior. [:issue:`246` by Samuel Colvin]

Version 0.14.3

Released on April 23, 2018.

  • Follow up the libsass upstream: 3.5.3 --- See the release notes of LibSass 3.5.3. [:issue:`244` by Anthony Sottile]

Version 0.14.2

Released on March 16, 2018.

  • Follow up the libsass upstream: 3.5.2 --- See the release notes of LibSass 3.5.2. [:issue:`243` by Anthony Sottile]

Version 0.14.1

Released on March 12, 2018.

  • Follow up the libsass upstream: 3.5.1 --- See the release notes of LibSass 3.5.1. [:issue:`242` by Anthony Sottile]

Version 0.14.0

Released on March 6, 2018.

  • Follow up the libsass upstream: 3.5.0 --- See the release notes of LibSass 3.5.0. [:issue:`241` by Anthony Sottile]
  • SassList type gained an additional option bracketed=False to match the upstream changes to the sass_list type. [:issue:`184` by Anthony Sottile]

Version 0.13.7

Released on February 5, 2018.

  • Follow up the libsass upstream: 3.4.9 --- See the release notes of LibSass 3.4.9. [:issue:`232` by Anthony Sottile]

Version 0.13.6

Released on January 19, 2018.

  • libsass-python has moved to the sass organization!

Version 0.13.5

Released on January 11, 2018.

  • Follow up the libsass upstream: 3.4.8 --- See the release notes of LibSass 3.4.8. [:issue:`228` by Anthony Sottile]

Version 0.13.4

Released on November 14, 2017.

  • Follow up the libsass upstream: 3.4.7 --- See the release notes of LibSass 3.4.7. [:issue:`226` by Anthony Sottile]

Version 0.13.3

Released on October 11, 2017.

  • Sort input files for determinism [:issue:`212` by Bernhard M. Wiedemann]
  • Include LICENSE file in distributions [:issue:`216` by Dougal J. Sutherland]
  • Add a pysassc entry to replace sassc [:issue:`218` by Anthony Sottile]
  • Enable building with dynamic linking [:issue:`219` by Marcel Plch]
  • Follow up the libsass upstream: 3.4.6 --- See the release notes of LibSass 3.4.6. [:issue:`221` by Anthony Sottile]

Version 0.13.2

Released on June 14, 2017.

  • Always add cwd to import paths [:issue:`208` by Anthony Sottile]

Version 0.13.1

Released on June 8, 2017.

  • Follow up the libsass upstream: 3.4.5 --- See the release notes of LibSass 3.4.5. [:issue:`207` by Anthony Sottile]

Version 0.13.0

Released on June 7, 2017.

Version 0.12.3

Released on January 7, 2017.

  • Follow up the libsass upstream: 3.4.3 --- See the release notes of LibSass 3.4.3. [:issue:`178` by Anthony Sottile]

Version 0.12.2

Released on January 5, 2017.

  • Follow up the libsass upstream: 3.4.2 --- See the release notes of LibSass 3.4.2. [:issue:`176` by Anthony Sottile]

Version 0.12.1

Released on December 20, 2016.

  • Follow up the libsass upstream: 3.4.1 --- See the release notes of LibSass 3.4.1. [:issue:`175` by Anthony Sottile]

Version 0.12.0

Released on December 10, 2016.

  • Follow up the libsass upstream: 3.4.0 --- See the release notes of LibSass 3.4.0. [:issue:`173` by Anthony Sottile]

Version 0.11.2

Released on October 24, 2016.

  • Drop support for python2.6 [:issue:`158` by Anthony Sottile]
  • Deprecate --watch [:issue:`156` by Anthony Sottile]
  • Preserve line endings [:issue:`160` by Anthony Sottile]
  • Follow up the libsass upstream: 3.3.6 --- See the release notes of LibSass 3.3.6. [:issue:`167` by Anthony Sottile]

Version 0.11.1

Released on April 22, 2016.

  • Follow up the libsass upstream: 3.3.5 --- See the release notes of LibSass 3.3.5. [:issue:`148` by Anthony Sottile]

Version 0.11.0

Released on March 23, 2016.

Version 0.10.1

Released on January 29, 2016.

  • Follow up the libsass upstream: 3.3.3 --- See the release notes of LibSass 3.3.3. [by Anthony Sottile]
  • Allow -t for style like sassc [:issue:`98` by Anthony Sottile]

Version 0.10.0

Released on December 15, 2015.

  • Support custom import callbacks [:issue:`81` by Alice Zoë Bevan–McGregor, Anthony Sottile]
  • Disallow arbitrary kwargs in compile() [:issue:`109` by Anthony Sottile]

Version 0.9.3

Released on December 03, 2015.

Version 0.9.2

Released on November 12, 2015.

  • Follow up the libsass upstream: 3.3.2 --- See the release notes of LibSass 3.3.2. [by Anthony Sottile]
  • Require VS 2015 to build on windows [:issue:`99` by Anthony Sottile]

Version 0.9.1

Released on October 29, 2015.

  • Follow up the libsass upstream: 3.3.1 --- See the release notes of LibSass 3.3.1. [by Anthony Sottile]

Version 0.9.0

Released on October 28, 2015.

  • Fix a bug with writing UTF-8 to a file [:issue:`72` by Caleb Ely]
  • Fix a segmentation fault on ^C [:issue:`87` by Anthony Sottile]
  • Follow up the libsass upstream: 3.3.0 --- See the release notes of LibSass 3.3.0. [:issue:`96` by Anthony Sottile]

Version 0.8.3

Released on August 2, 2015.

Version 0.8.2

Released on May 19, 2015.

Version 0.8.1

Released on May 14, 2015.

Version 0.8.0

Released on May 3, 2015.

Version 0.7.0

Released on March 6, 2015.

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

Version 0.6.2

Released on November 25, 2014.

Although 0.6.0--0.6.1 have needed GCC (G++) 4.8+, LLVM Clang 3.3+, now it became back to only need GCC (G++) 4.6+, LLVM Clang 2.9+, or Visual Studio 2013 Update 4+.

Version 0.6.1

Released on November 6, 2014.

Version 0.6.0

Released on October 27, 2014.

Note that since libsass-python 0.6.0 (and libsass 3.0) it requires C++11 to compile. Although 0.6.2 became back to only need GCC (G++) 4.6+, LLVM Clang 2.9+, from 0.6.0 to 0.6.1 you need GCC (G++) 4.8+, LLVM Clang 3.3+, or Visual Studio 2013 Update 4+.

Version 0.5.1

Released on September 23, 2014.

Version 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.

Unstable version 0.4.2.20140529.cd3ee1cbe3

Released on May 29, 2014.

  • Version scheme changed to use periods (.) instead of hyphens (-) due to setuptools seems to treat hyphens special.
  • Fixed malformed packaging that doesn't correctly preserve the package name and version.

Unstable Version 0.4.2-20140528-cd3ee1cbe3

Released on May 28, 2014.

Version 0.4.2

Released on May 22, 2014.

Version 0.4.1

Released on May 20, 2014.

Version 0.4.0

Released on May 6, 2014.

Version 0.3.0

Released on February 21, 2014.

Version 0.2.4

Released on December 4, 2012.

Version 0.2.3

Released on October 24, 2012.

Version 0.2.2

Released on September 28, 2012.

  • Fixed a link error on PyPy and Linux.
  • Fixed build errors on Windows.

Version 0.2.1

Released on September 12, 2012.

  • Support Windows.

Version 0.2.0

Released on August 24, 2012.

Version 0.1.1

Released on August 18, 2012.

  • Fixed segmentation fault for reading filename which does not exist. Now it raises a proper exceptions.IOError exception.

Version 0.1.0

Released on August 17, 2012. Initial version.