newsSCSS - News

 
 
Show details for the latest news.

Latest News Approved
SCSS version 0.4.2 released
     posted by juliang, Mon 29 Aug 2011 01:09:35 AM UTC

This is primarily a bugfix release: Legacy code related to adjacency selectors has been replaced; a serious bug in selector sorting has been fixed. There is a new API function. Check the NEWS file for details.

SCSS version 0.4.1 released
     posted by juliang, Wed 22 Jun 2011 04:15:35 AM UTC

This is a bugfix release: Some broken symbol references are resolved, and the SDOM document interface now uses the correct accessors. Check the NEWS file for details.

SCSS version 0.4.0 released
     posted by juliang, Sun 30 Jan 2011 02:55:18 AM UTC

SCSS has been re-organized and repackaged as an R6RS library. The API has been redesigned to improve performance and adherence to the W3C recommendation. See NEWS and the manual for details.

SCSS version 0.3.2 released
     posted by juliang, Wed 27 May 2009 04:04:59 AM UTC

The LALR parser has been replaced with a more intelligent, compact, and CSS 2.1-compliant hand-written one. A test suite is now included in the distribution.  NEWS has the details.

SCSS version 0.3.1 released
     posted by juliang, Thu 31 Jul 2008 04:50:29 AM UTC

This is release is focused mainly on code cleanup and reorganization, with the side benefit of greater compatibility with other Scheme platforms and better performance.  One major change: The selection algorithm's been redesigned to handle pseudo-element style caching more efficiently -- you no longer have to manage your own style cache.  As usual, the NEWS file has the details.

SCSS version 0.3.0 released
     posted by juliang, Tue 21 Aug 2007 05:09:53 AM UTC

It's been a while, I know, but there were some really big changes that went into this release.  It's practically a complete rewrite!  The parser's much closer to the description in the CSS recommendation, it's better at handling errors, and the stylesheet format it produces is now (somewhat) compatible with the WebIt! XML toolkit (http://celtic.benderweb.net/webit/).  Plus there are some smaller-scale fixes -- NEWS has the details.

SCSS version 0.2.3 released
     posted by juliang, Wed 07 Mar 2007 02:50:24 AM UTC

Unicode support, plus a few minor bugfixes.

SCSS version 0.2.2 released
     posted by juliang, Sun 12 Nov 2006 04:27:40 PM UTC

Still plugging away.  Major correctness improvements in this release, plus some additions to the API.

SCSS version 0.2.1 released
     posted by juliang, Sun 08 Jan 2006 07:17:38 PM UTC

Apparently I forgot to post news when version 0.2.0 was released.  But no matter -- version 0.2.1 is out now and features tons of bugfixes in addition to a performance boost that makes SCSS nigh-usable as an embedded CSS-parsing library!  We're a long way from 1.0, and SCSS is still in heavy development, but it's getting pretty darn good.

SCSS version 0.1.1 released
     posted by juliang, Wed 10 Aug 2005 12:56:31 PM UTC

This is a development release, so all the usual caveats apply. See the README file include in the distribution for more information.

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code