This release is the first one after changing repository from com.github.sergiofgonzalez to com.accenture.
Additionally, the following relevant changes has been added:
- Added new methods
safeGetandgetOrElseto the API:safeGettries to find a value for the given key and does not throw an exception if not foundgetOrElsetries to find a value for the given key and returns the given default value if not found