694 B
694 B
Changes
next
- Change the way framework adapters works. Now the adapter modules
have a simple adapt function that adapt a
wsme.WSRootinstance. This way a same root can be integrated in several framework.
0.1.0a3 (2011-10-11)
- Add specialised WSRoot classes for easy integration as a WSGI
Application (
wsme.wsgi.WSRoot) or a TurboGears 1.x controller (wsme.tg1.WSRoot). - Improve the documentation.
- More unit tests and code-coverage.
0.1.0a2 (2011-10-07)
- Added support for arrays in all the protocols
0.1.0a1 (2011-10-04)
Initial public release.