Am 31.10.2012 17:11, schrieb Rob T: > On Wednesday, 31 October 2012 at 06:59:45 UTC, Sönke Ludwig wrote: >> Changes: >> >> - New HTML form interface generator similar to the REST interface >> generator that simplifies web front end development: >> http://vibed.org/api/vibe.http.form/registerFormInterface >> (thanks to Robert Klotzner aka eskimor) >> >> - Diet HTML templates now support includes and recursive >> blocks/extensions >> >> - The REST interface generator has got a new method to reference types >> in the generated string mixin, which makes it more robust to user >> defined types (thanks to Mihail Strašun aka mist) >> >> - Now includes API docs for offline viewing >> >> - A lot of small fixes and improvements >> >> >> Full change log: http://vibed.org/blog/posts/vibe-release-0.7.9 >> >> Download: http://vibed.org/download?file=vibed-0.7.9.zip > > To build Vibe.d you are using DMD 2.060 as released here? I'm just > wondering what you found to be the best DMD version, or if you are using > a newer pre-released version found in git? Thanks. > > --rt >
I'm using the standard 2.060 release. But I know that several people also use it with the git master version.
