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

Releases: Naoghuman/fw-preferences

New v0.2.0-PRERELEASE

18 Dec 11:29
Compare
Choose a tag to compare
New v0.2.0-PRERELEASE Pre-release
Pre-release

Welcome to Fw-Preferences with the new release 0.2.0-PRERELEASE.

The framework Fw-Preferences let the developer easily configure Settingsdialogs in a JavaFX application.

Summary

  • Add new models PreferencesCategory, -Group, Setting.
  • Extend the existing unittests to read and write the new models.

Feature

#20 [api] Create the new model class 'PreferencesGroup'.
#19 [test] Create unittests for DefaultPreferencesJsonWriter.
#17 [internal] Create new class DefaultPreferencesJsonReader to read a PreferencesCategory from a JSON file.
#16 [internal] Create new class DefaultPreferencesJsonWriter to write a PreferencesCategory to a JSON file.
#14 [api] Create new model 'PreferencesSetting'.
#12 [test] Create unittests for DefaultPreferencesJsonReader.
#10 [api] Create the new model class 'PreferencesCategory'.

Enhancement

#25 [test] Extends the unittests for DefaultPreferencesJsonReader.
#24 [test] Extends the unittests for DefaultPreferencesJsonWriter.
#23 [test] Extends the unittests for the DefaultPreferencesJsonReader with PreferencesSettings.
#22 [test] Extends the unittests for the DefaultPreferencesJsonWriter with PreferencesSettings.
#21 [api] New attribut list from 'PreferencesGroup's into PreferencesCategory.

Documentation

#15 [doc] Create new concept 'PreferencesConfigurator'.
#9 [doc] Extend the concept 'Framework' to v0.2.0.

Greetings
Naoghuman

New v0.1.0-PRERELEASE

16 Dec 12:18
Compare
Choose a tag to compare
New v0.1.0-PRERELEASE Pre-release
Pre-release

Welcome to Fw-Preferences with the new release 0.1.0-PRERELEASE.

The framework Fw-Preferences let the developer easily configure Settingsdialogs in a JavaFX application.

Summary

  • Implement basic framework structure.
  • Plan basic framework idea.

Feature

#5 [pom] Tweak the pom.xml to fit the necessities from the project.
#2 [ci] Connect the GitHub project with Travis CI.
#1 [fw] Create basic framework structure.

Documentation

#8 [doc] Add folder 'releases' with template.
#7 [doc] Create basic ReadMe structure.
#6 [doc] Add description to the GitHub project.
#4 [doc] Create basic concept for the framework.
#3 [doc] Add badges from img.shield.io to the ReadMe.md.

Greetings
Naoghuman