v0.5.0-RC1: Intellij plugin / monix support
Pre-release
Pre-release
Changeset : v0.4.3...v0.5.0-RC1
- Decouple EffectSuite from Expecations.Helpers
- Adds Monix support
- Adds an Intellij plugin
Compatibility
This change breaks compatibility in a couple ways :
-
test
methods now require a TestName instead of aString
. TestName is a wrapper containing a string a source location. It is used for IDE support. The end-user should not see much of a difference as aString => TestName
implicit conversion method is provided. -
EffectSuite does not extend
Expectations.Helpers
anymore. However,IOSuite
and co still do (the inheritance relationship has been pushed down the hierarchy to facilitate customisation