Version 0.2.0
Inspiring news 🚀 ! Version 0.2.0 has landed, and it brings a lot of new features 🧰 !
🔥 New Features
- [#12] Added assertions for the
Raise<E>.() -> Atype. Testing functions in theRaisecontext becomes easy 🤩 - [#16 ] Now, it's possible to extract the value from an
Option<A>and make assertions directly on the object 💯 - [#17] It's possible to extract values from an
Either<E, A>if right-sided or left-sided. Then, you can make assertions directly on the extracted objects! 👍
🐛 Fixed Bugs
- [#18] Change the scope of assertion constructors. Now, you must use the dedicated factory methods 😠!
- [#26] Unit tests came back 🧪.
- [#22] Removed the use of Arrow deprecated methods 🧹
Happy testing! 🎉