Expecto v8.0.0 Release Notes

Release Date: 2018-05-08 // almost 6 years ago
    • ⬆️ Upgrade Logary.Facade and bump major because of a int64 to float change. thanks @haf
    • ➕ Add docs on how to get extra value/stacktrace parsing when using Expecto. thanks @haf
    • 🛠 Fixed flipped throwsT not passing exception type through. #244 thanks @daniel-chambers
    • 🛠 Fixed all and allEqual call enumeration more than once. #245 thanks @kleidemos
    • ➕ Add passing cancellation token to run functions. #229 thanks @AnthonyLloyd