www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - vibe.d 0.7.20 has been released

reply =?ISO-8859-15?Q?S=F6nke_Ludwig?= <sludwig rejectedsoftware.com> writes:
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
Jun 03 2014
next sibling parent "w0rp" <devw0rp gmail.com> writes:
On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
 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
Awesome. As usual, you are the man.
Jun 03 2014
prev sibling next sibling parent reply "Mattcoder" <fromtheotherside mail.com> writes:
On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
 Lot's of smaller improvements in this release...
Awesome and think you should have spoken in DConf. :) Matheus.
Jun 03 2014
parent =?UTF-8?B?U8O2bmtlIEx1ZHdpZw==?= <sludwig rejectedsoftware.com> writes:
Am 03.06.2014 21:05, schrieb Mattcoder:
 On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
 Lot's of smaller improvements in this release...
Awesome and think you should have spoken in DConf. :) Matheus.
Thanks! Somehow I always manage to pile up enough work (and other duties) to be missing enough time to prepare a proper talk ;) But my plan is (again) definitely to try to get an abstract submitted next time.
Jun 04 2014
prev sibling parent "Craig Dillabaugh" <craig.dillabaugh gmail.com> writes:
On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
 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
Congratulations, and thanks for all your work on this great product.
Jun 04 2014