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

New release v0.7.0

Compare
Choose a tag to compare
@Naoghuman Naoghuman released this 29 Dec 20:30
· 34 commits to master since this release

Welcome to Lib-I18n with the new release 0.7.0.

The library Lib-I18N allows a developer to bind a key-value pair of a.properties file to a StringBinding. This makes it very easy to change the language during runtime in a JavaFX application.
Lib-I18N is written in JavaFX, Maven and NetBeans.

Summary

  • Additional unit tests were added to increase the stability of the library.
  • Extend and update the documentation. Add new sections 'Conventions' and 'Features'.

Enhancement

#67 [test] Add Unittests for 'defaultLocale' not exists in DefaultI18NResourceBundleTest.
#66 [internal] Add new method 'requireResourceBundleExists(...)' to DefaultI18NValidator.
#62 [test] Add Unittests for no ResourceBundle in DefaultI18NResourceBundle.
#60 [internal] Update the class DefaultI18NResourceBundle for 'key-not-found'.
#42 [test] Add Unittests for 'key-not-found' in DefaultI18NResourceBundle.

Documentation

#72 [doc] Show screenshots from 'App-Yin-Yang' in the section 'Intention' from the ReadMe.
#71 [doc] Update the library description in ReadMe and GitHub.
#70 [doc] Write new section 'Features' in the ReadMe.
#69 [doc] Write new section 'Conventions' in the ReadMe.
#68 [doc] Update JavaDoc in 'docs/apidocs'.
#65 [doc] Update commentary for setActualLocale in Unittests.
#64 [doc] Update JavaDoc for 'baseBundleName' in I18NResourceBundle and I18NResourceBundleBuilder.
#63 [doc] Update the specification in I18NResourceBundleBuilder.
#59 [doc] Update the section 'Intention' in the ReadMe.
#58 [doc] Write new concept for new section 'Features' in the ReadMe.
#57 [doc] Add maven coordinates for Lib-Logger in the ReadMe.
#56 [doc] Add template for a concept paper to the folder 'concept'.
#55 [doc] Write new concept for new section 'Convention' in the ReadMe.
#53 [doc] Check possibility to update docs folder if in pom.xml a release will done.

Greetings
Naoghuman