Some smaller breaking changes before v0.4.0 probably best summarized by the changelog entry:
Renamed CallExpr::operand to CallExpr::func
Renamed RefPat::pattern() -> RefPat::pat()
Renamed OrPat::patterns() -> RefPat::pats()
Yeah, and that's it :D
I also moved the semver check higher in our CI file. I thought about making it the first item, but I feel like the others are still more important and should be the first visible CI checks. Having semver higher up is already a nice change :)
Some smaller breaking changes before
v0.4.0
probably best summarized by the changelog entry:CallExpr::operand
toCallExpr::func
RefPat::pattern()
->RefPat::pat()
OrPat::patterns()
->RefPat::pats()
Yeah, and that's it :D
I also moved the semver check higher in our CI file. I thought about making it the first item, but I feel like the others are still more important and should be the first visible CI checks. Having semver higher up is already a nice change :)
Closes https://github.com/rust-marker/marker/issues/297
Closes https://github.com/rust-marker/marker/issues/295