Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 1.06 KB

Changelog

1.1.1 (Unreleased)

  • 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's onFinally 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