vibe.d 0.7.18 has been released

Sönke Ludwig sludwig at outerproduct.org
Tue Nov 26 11:31:44 PST 2013


This release has a record set of almost 90 additions and fixes. Some of
them are:

 - Compiles on DMD 2.064 (as well as DMD 2.063.2)
 - Reworked the WebSocket implementation to not require a particular
   send/receive order to function properly
 - Stability and memory consumption of the HTTP client, as well as
   parts of the HTTP server hav been greatly improved
 - The render!() function to render Diet templates is considered stable
   beginning with DMD 2.064, so the more cumbersome renderCompat!() is
   no longer required
 - Improved serialization system with allocation-less JSON
   (de-)serialization among other things

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.18

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


More information about the Digitalmars-d-announce mailing list