Release vibe.d 0.7.30

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Oct 31 13:30:22 PDT 2016


Main changes over 0.7.29:

   - Compiles on the latest DMD version (2.068.x-2.072.0)
   - Added a new authorization framework for the web/REST interface
     generators
   - Extended the serialization framework with more hooks and traits,
     enabling the use of custom UDAs - vibe-sdlang [1] is an SDLang
     serialization module that became possible this way
   - opDispatch has been removed from Bson/Json
   - Optional support for using diet-ng [2] has been added and is
     enabled by default for new projects - for existing projects, add
     diet-ng as a dependency or add it to dub.selections.json
   - The HTTP client can now be used on Unix socket destinations
   - Added table support for the Markdown compiler

All changes:
https://vibed.org/blog/posts/vibe-release-0.7.30

DUB package:
https://code.dlang.org/packages/vibe-d/0.7.30

[1]: https://code.dlang.org/packages/vibe-sdlang
[2]: https://code.dlang.org/packages/diet-ng


More information about the Digitalmars-d-announce mailing list