Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

1.1.1 - 2022-05-08

  • Upgraded to next major version of hoplite (1.4.16 -> 2.1.2)
  • bumped the rest of the dependencies

1.1.0 - 2022-01-04

  • Added the possibility to define a default service implementation in the service in-code, without needing any configuration files (that you'd have to ship to customers when your software is used as dependency, that would need to be updated for new services, etc...)
  • More specific errors are thrown (e.g. by doing extra checks for class existence, checking base class validity, etc...)
  • More specific and helpful error messages
  • Bumped hoplite dependency

1.0.1 - 2021-07-20

Set kotlin option "jvmTarget" to 13

1.0.0 - 2021-07-20

Added

  • Initial release