vibe.d 0.7.20 has been released
Sönke Ludwig via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Tue Jun 3 11:27:23 PDT 2014
Lot's of smaller improvements in this release, please have a look at the
full change log. Some notable points:
- Various additions to the web framework package [1], including
compile-time localization support
- New graph based (DFA) match algorithm for the URLRouter,
making match performance independent of the number of registered
routes
- Incoming SSL connections by default now use perfect forward secrecy
on all major browsers
- Several improvements to the serialization system (new @asArray
annotation, support custom serialization representations and more)
- Reduction of memory allocations in several places
The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.20
Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d
[1]: http://vibed.org/docs#web-interface-generator
More information about the Digitalmars-d-announce
mailing list