wellington v0.9.2 Release Notes

Release Date: 2015-08-18 // over 8 years ago
  • ๐Ÿš€ This release contains a number of build improvements. We now have some remedial support for Windows (needs testing) and have improved the ways to link against libsass. Libsass is on version 3.2.5. This will be the last release before 1.0 which will coincide with the 3.3 release of libsass.

    Backwards breaking changes:
    CLI subcommands have been introduced. This will cause some issues if you are used to the existing method(s). As such.

    Old: wt main.scss
    ๐Ÿ†• New: wt compile main.scss

    Old: wt -watch main.scss
    ๐Ÿ†• New: wt watch main.scss

    ๐Ÿ›  Fixes:

    ๐Ÿ‘ Included support:

    • ๐Ÿ We now build windows binaries on appveyor. These are still experimental, so user beware.

    Development:
    ๐Ÿ— It is now possible to link against a system installed libsass or to use the embedded one. To use a system install libsass, type go build -tags dev or go test -tags dev. This shortcuts the long build time for libsass. The embedded libsass now uses a unified build which compiles dramatically faster often under 20 seconds.