Re: Release vibe.d 0.7.30

2016-11-01 Thread Sönke Ludwig via Digitalmars-d-announce
Am 01.11.2016 um 14:29 schrieb John Colvin: On Tuesday, 1 November 2016 at 12:47:13 UTC, Jacob Carlborg wrote: On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something li

Re: Release vibe.d 0.7.30

2016-11-01 Thread Sönke Ludwig via Digitalmars-d-announce
Am 01.11.2016 um 12:20 schrieb Saurabh Das: On Tuesday, 1 November 2016 at 09:09:05 UTC, Saurabh Das wrote: On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: [...] I'm going to try this out today! :) How can I find out more information about the 'runApplication' change? What d

Re: Release vibe.d 0.7.30

2016-11-01 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 12:47:13 UTC, Jacob Carlborg wrote: On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something like: "slowly fading out the default main". I

Re: Release vibe.d 0.7.30

2016-11-01 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-11-01 13:47, Jacob Carlborg wrote: On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something like: "slowly fading out the default main". Instead of having vibe.d de

Re: Release vibe.d 0.7.30

2016-11-01 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something like: "slowly fading out the default main". Instead of having vibe.d define the main function and having a shared

Re: Release vibe.d 0.7.30

2016-11-01 Thread Saurabh Das via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 09:09:05 UTC, Saurabh Das wrote: On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: [...] I'm going to try this out today! :) How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean?

Re: Release vibe.d 0.7.30

2016-11-01 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: 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 tra

Release vibe.d 0.7.30

2016-10-31 Thread Sönke Ludwig via Digitalmars-d-announce
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 SDL

Re: Beta release vibe.d 0.7.30-beta.1

2016-10-01 Thread Sönke Ludwig via Digitalmars-d-announce
On Friday, 30 September 2016 at 14:45:13 UTC, Chris wrote: Just tested it. No problems with my main project so far. Good to hear. Thanks for testing!

Re: Beta release vibe.d 0.7.30-beta.1

2016-09-30 Thread Chris via Digitalmars-d-announce
On Wednesday, 31 August 2016 at 08:57:48 UTC, Sönke Ludwig wrote: Main changes over 0.7.29: - Compiles on the latest DMD version - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and traits, enablin

Re: Beta release vibe.d 0.7.30-beta.1

2016-09-01 Thread Suliman via Digitalmars-d-announce
On Thursday, 1 September 2016 at 07:32:43 UTC, Sönke Ludwig wrote: Am 31.08.2016 um 16:56 schrieb Martin Tschierschke: On Wednesday, 31 August 2016 at 09:00:47 UTC, Sönke Ludwig wrote: Am 31.08.2016 um 10:57 schrieb Sönke Ludwig: [...] All changes: https://github.com/rejectedsoftware/vibe.d/b

Re: Beta release vibe.d 0.7.30-beta.1

2016-09-01 Thread Sönke Ludwig via Digitalmars-d-announce
Am 31.08.2016 um 16:56 schrieb Martin Tschierschke: On Wednesday, 31 August 2016 at 09:00:47 UTC, Sönke Ludwig wrote: Am 31.08.2016 um 10:57 schrieb Sönke Ludwig: [...] All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages

Re: Beta release vibe.d 0.7.30-beta.1

2016-08-31 Thread Martin Tschierschke via Digitalmars-d-announce
On Wednesday, 31 August 2016 at 09:00:47 UTC, Sönke Ludwig wrote: Am 31.08.2016 um 10:57 schrieb Sönke Ludwig: [...] All changes: https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md DUB package: http://code.dlang.org/packages/vibe-d/0.7.30-beta.1 [1]: http://code.dlang.org/pac

Beta release vibe.d 0.7.30-beta.1

2016-08-31 Thread Sönke Ludwig via Digitalmars-d-announce
Main changes over 0.7.29: - Compiles on the latest DMD version - 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 serializat

Re: Beta release vibe.d 0.7.30-beta.1

2016-08-31 Thread Sönke Ludwig via Digitalmars-d-announce
Am 31.08.2016 um 10:57 schrieb Sönke Ludwig: Main changes over 0.7.29: - Compiles on the latest DMD version - 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