minutest v1.5.0 Release Notes

  • Annotation processing changes. These are not backward-compatible, but apply only to experimental features that I suspect nobody but the developers are using.

    • ๐Ÿ”„ Changes the precedence of multiple test annotations so that they apply in a human sort of way.

    • โœ‚ Removes the transform parameter to the top level rootContext call in favour of using RootTransforms in a predicatable way.

    • โœ… Makes RootTransform a typealias for NodeTransform<Unit> and makes it a property of TestAnnotation rather than a mixin