Bespin 0.9 ("Edison") Release Notes

Up - Next Release - Previous Release

0.9a2 (September 29, 2010) Changes

Important Changes

There has been a major plugin API change between 0.8 and 0.9. Please see the "upgrade notes" later in this file.

Deprecations

In order to support themability across Bespin, future versions will only support the use of LESS files within plugins and dryice will no longer automatically process CSS files.

Known Issues

Bespin 0.9 is alpha software. It is still under active development and APIs are subject to change.

For Bespin Embedded:

For Bespin Server:

Important note: The Bespin Server is going to undergo a complete rework. You can read more about this in the Bespin Server Roadmap that was posted to the mailing list.

Features

Changes

Fixes

Upgrade Notes

In Bespin 0.8 and earlier, command functions had the signature:

(env, args, request)

Starting with Bespin 0.9, the "env" parameter is no longer passed in. The change is simple. At the top of your file, add:

var env = require('environment').env;

You can then generally just do a search and replace in your file, replacing (env, with (.