Release candidates vibe.d 0.8.0-rc.1 and vibe-core 1.0.0-rc.1

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Jun 22 01:55:06 PDT 2017


After a last minute path type redesign, the state of the new vibe-core 
package now finally feels ready for the first official release. The 
library is in a pretty good shape, with the notable exception that 
sockets are not yet implemented on Windows in the new eventcore 
abstraction layer. This will be tackled ASAP, but is independent from 
vibe-core itself in terms of code dependencies.

Change logs for vibe.d 0.8.0 (over 0.7.31) and vibe-core 1.0.0 (over 
vibe-d:core) respectively can be reviewed on GitHub:

https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md
https://github.com/vibe-d/vibe-core/blob/master/CHANGELOG.md

Testing can be done by selecting the "vibe-core" configuration of the 
":core" sub module:

     // dub.sdl:
     dependency "vibe-d:core" version="~>0.8.0-rc"
     subConfiguration "vibe-d:core" "vibe-core"

     // dub.json:
     "dependencies": {
         "vibe-d:core": "~>0.8.0-rc"
     },
     "subConfigurations": {
         "vibe-d:core": "vibe-core"
     }

The final release is scheduled for Monday unless any regressions come up 
until them.


More information about the Digitalmars-d-announce mailing list