RejectedSoftware Forums

Sign up

vibe.d 0.7.9 release

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

Re: vibe.d 0.7.9 release

On Wed, 31 Oct 2012 08:58:43 GMT, 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

md5 error?
apt-get install vibe --> Failed to fetch http://d-apt.googlecode.com/files/vibe0.7.9-0all.deb Size mismatch

Re: vibe.d 0.7.9 release

Am 31.10.2012 14:42, schrieb dsmith:

On Wed, 31 Oct 2012 08:58:43 GMT, 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

md5 error? apt-get install vibe --> Failed to fetch
http://d-apt.googlecode.com/files/vibe0.7.9-0all.deb Size mismatch

I tested and it works for me. My guess would be that maybe the .deb was
still uploading when you tried to install. Jordi has annouced the .debs
two hours earlier according to the newsgroup time stamp though, so maybe
it's something else...

Re: vibe.d 0.7.9 release

When updating AUR package I have noticed that URL format has changed slightly. While old one still works, it yields zip with different md5sum. No idea what is actual difference.

On Wed, 31 Oct 2012 15:53:44 +0100, Sönke Ludwig wrote:

Am 31.10.2012 14:42, schrieb dsmith:

On Wed, 31 Oct 2012 08:58:43 GMT, 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

md5 error? apt-get install vibe --> Failed to fetch
http://d-apt.googlecode.com/files/vibe0.7.9-0all.deb Size mismatch

I tested and it works for me. My guess would be that maybe the .deb was
still uploading when you tried to install. Jordi has annouced the .debs
two hours earlier according to the newsgroup time stamp though, so maybe
it's something else...

Re: vibe.d 0.7.9 release

Am 01.11.2012 02:46, schrieb mist:

When updating AUR package I have noticed that URL format has changed
slightly. While old one still works, it yields zip with different
md5sum. No idea what is actual difference.

The old one yields the github generated package (repository snapshot,
which also works without problems) and the new URL gets a custom zip
package with included HTML docs.