New versions of Nagare, Nagare examples and Nagare IDE!

9 views
Skip to first unread message

Alain Poirier

unread,
Oct 24, 2017, 9:01:23 AM10/24/17
to nagare...@googlegroups.com
Hi all,

Nagare 0.5.0, Nagare examples 0.3.1 and Nagare IDE 0.2.1 are now released!


Nagare 0.5.0 Changelog
======================

- Project only hosted on Github now
- Documentation served as github.io pages
- Documentation generated with Sphinx
- Documentations added:

- internationalization
- ``nagare.wsgi.WSGIApp``
- application deployment
- log service

- Running now on Stackless, Pypy (experimental) and CPython (with limitations)
- Request and Response object factories added
- Improved components garbage collector
- Callbacks registered with ``.action()`` and ``.answer()`` can have parameters and keywords
- No more ``lambda`` for the validators
(``lambda v: IntValidator(v).greater_than(10)`` => ``IntValidator().greater_than(10)``)
- Translation *domain* added to the i18n service API
- Custom ``data-*`` HTML5 attributes can be created as ``data_*`` keywords
- The ``<div>`` automatically added in the asynchronous views have the
``nagare-generated`` and ``nagare-async-view`` classes

Best regards,
Alain

Reply all
Reply to author
Forward
0 new messages