Skip to content

Releases: sass/libsass-python

libsass 0.18.0

14 Mar 03:50
Compare
Choose a tag to compare
  • Add support for previous import path to importer callbacks [#287 #291 by Frankie Dintino]

libsass 0.17.0

04 Jan 05:19
Compare
Choose a tag to compare
  • Add several new cli options [#279 #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) [#280 by Anthony Sottile]

libsass 0.16.1

25 Nov 22:24
Compare
Choose a tag to compare

libsass 0.16.0

13 Nov 20:38
Compare
Choose a tag to compare
  • Use -lc++ link flag when compiling with clang [#270 by Christian Thieme #271 by Anthony Sottile]
  • Honor strip_extension in SassMiddleware [#274 by Anthony Sottile]
  • Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass 3.5.5. [#275 by Anthony Sottile]

libsass 0.15.1

24 Sep 21:10
Compare
Choose a tag to compare
  • Fix setup.py sdist (regressed in 0.15.0) [#267 by Anthony Sottile]

libsass 0.15.0

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

libsass 0.14.5

25 Apr 16:04
Compare
Choose a tag to compare
  • Follow up the libsass upstream: 3.5.4 --- See the release notes of Libsass 3.5.4. [#247 by Anthony Sottile]

libsass 0.14.4

24 Apr 18:06
Compare
Choose a tag to compare
  • 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.
    [#246 by Samuel Colvin]

libsass 0.14.3

23 Apr 16:07
Compare
Choose a tag to compare
  • Follow up the libsass upstream: 3.5.3 --- See the release notes of Libsass 3.5.3. [#244 by Anthony Sottile]

libsass 0.14.2

17 Mar 07:13
Compare
Choose a tag to compare
  • Follow up the libsass upstream: 3.5.2 --- See the release notes of Libsass 3.5.2. [#243 by Anthony Sottile]