Re: Release vibe.d 0.7.26

2015-11-04 Thread yawniek via Digitalmars-d-announce

On Wednesday, 4 November 2015 at 07:41:34 UTC, Sönke Ludwig wrote:


http://vibed.org/blog/posts/vibe-release-0.7.26



congrats and thanks!
its exciting to see vibe moving so fast


Re: Release vibe.d 0.7.26

2015-11-04 Thread André via Digitalmars-d-announce

On Wednesday, 4 November 2015 at 09:15:31 UTC, Théo Bueno wrote:
On Wednesday, 4 November 2015 at 07:41:34 UTC, Sönke Ludwig 
wrote:
This release compiles on the 2.069.0 (D)DMD frontend. Major 
changes ...


Awesome, thank you !


Absolutely awesome! Thank you all for your hard work on this 
great vibe.d framework.


Re: Release vibe.d 0.7.26

2015-11-04 Thread Théo Bueno via Digitalmars-d-announce

On Wednesday, 4 November 2015 at 07:41:34 UTC, Sönke Ludwig wrote:
This release compiles on the 2.069.0 (D)DMD frontend. Major 
changes ...


Awesome, thank you !


Release vibe.d 0.7.26

2015-11-03 Thread Sönke Ludwig via Digitalmars-d-announce

This release compiles on the 2.069.0 (D)DMD frontend. Major changes:

 - Big revamp of the REST interface generator that makes the
   implementation much simpler and more robust. A first result of this
   is a simple JavaScript client generator useful for supporting AJAX
   style sites. The next release will also support CORS [2] on this
   basis.
 - Optional support for using Botan [1] for TLS streams
 - Lot's of bug fixes in the libasync driver
 - VibeCustomMain is now the default, only VibeDefaultMain is needed
   now to use vibe.d's default main function

This release contains a lot of medium size changes that would be too 
many to list them here, see the change log for a full list:

http://vibed.org/blog/posts/vibe-release-0.7.26

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


[1]: https://github.com/etcimon/botan
[2]: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing