- Added cross build for Scala 2.13.1, 2.12.10
1.1.0 (2018-10-30)
- Added cross build for Scala 2.13-M5
- Support explicitly passing the CanManage object to
ImplicitManageable
's methods #5 CanManage
'sonFinally
andonException
now defaults to no-op implementation #6
1.0.0 (2018-09-27)
New API Improvements #3:
- CanManage/DefaultManagedResource now supports on-exception lifecycle hooks
- Implicit decorator methods to now explicitly convert a resource into a managed one, over implicit conversions.
0.2.0 (2017-01-30)
- Move implicits package-object to Implicits object. #1
0.1.0 (2017-01-12)
- Initial release