Released vibe.d 0.8.2
bauss
jj_1337 at live.dk
Sun Dec 17 12:52:57 UTC 2017
This shouldn't have been released as 0.8.2, because it has a lot
of breaking changes.
For an instance anything that relies on HTTPServerRequest.path
will break.
I'm aware that there has been added the "requestPath" property,
but it's still a breaking change to all existing code that relies
on the old "path" property. Especially when it's used to
manipulate the path you receive.
Diamond cannot currently be used with latest release of vibe.d,
because of this and it was relying on vibe.d with following
dependency:
"vibe-d": "~>0.8.1"
0.8.2 should not be a breaking change, assuming you follow
semantic versioning.
https://semver.org/
More information about the Digitalmars-d-announce
mailing list