Rack support added along with options for different web servers in
the default implementation.
- rack support added
- Aggo, Sinatra, and WEBrick web servers supported
wabur full site generator - bug fix
- wabur --help failure fix
wabur full site generator - bug fix
- minor bug fix in wabur init -s with not types
wabur full site generator
- A --site option has been added to the wabur app that populates a full web site content.
- wabur new will only create a new workspace and aborts if the provided base already exists.
- JavaScript and CSS is no longer compressed making it easier to modify.
UI release
- A reference implementation UI is included in this release.
- Additional updates included.
- Tutorial updated.
- wabur app now runs, inits, and created new projects.
Sample release
- A sample in examples/sample is provided that supports three runners, bin/wabur, OpO, and OpO-Rub.
- After this release a modified, more Ruby centric UI will be introduced.
The IO::Shell release
- Added WAB::IO::Shell for use with stdio runners like [OpO](http://www.opo.technology)
- Implemented default Sync Controller
The Impl::Data release
- Added WAB::Impl module.
- Added WAB::Impl::Data class with unit tests.