Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

New release v0.6.0

Latest

Choose a tag to compare

@Naoghuman Naoghuman released this 24 Sep 17:40
· 1 commit to master since this release

Welcome to Lib-Database-ObjectDB with the new release 0.6.0.

Lib-Database-ObjectDB is a library for easy accessing an ObjectDB database in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-database-objectdb for more details.

Summary

  • This is a mayor update.
  • Bind the github project to travis.com for stability.
  • Add badges from img.shield.io to the ReadMe for additional informations.
  • Add new interface Converter to the api. Alloweds to convert objects to Strings and back again.

Feature

#43 [documentation] Add badges from img.shield.io to the ReadMe.md.
#42 [stability] Activate travis ci for this library.
#38 [stability] Add new class DefaultValidator to internal package.
#35 [api] Create new class ConverterFacade.
#34 [api] Create new class DefaultColorConverter.
#33 [api] Create new class DefaultLocalDateTimeConverter.
#32 [api] Create new interface Converter.

Enhancement

#41 [UnitTest] Add UnitTests for DefaultLocalDateTimeConverter.
#40 [UnitTest] Add UnitTests for DefaultColorConverter.
#36 [api] Remove deprecated content.

Refactoring

#39 [documentation] Prepare the documentation to the new v0.6.0.
#37 [pom] Update dependencies in pom.xml.

Greetings
Naoghuman