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

New v0.1.0-PRERELEASE

Pre-release
Pre-release
Compare
Choose a tag to compare
@Naoghuman Naoghuman released this 21 Dec 16:50
· 92 commits to master since this release

Welcome to Lib-FXML with the new release 0.1.0-PRERELEASE.

Lib-FXML allows the developer to load JavaFX relevant files (.fxml, .css, .properties) and connect them to a controller (called the presenter).

Summary

  • Initialize the new GitHub project and write basic concept for the new library.

Feature

#15 [test] Create unittests for the class 'FXMLValidator'.
#14 [internal] Create new class 'FXMLValidator'.
#10 [api] Create new class 'FXMLView'.
#9 [api] Create new class 'FXMLPresenterData'.
#8 [api] Create new interface 'FXMLPresenter'.
#6 [api] Move content from 'afterburner.fx' to this library.
#5 [pom] Tweak the pom.xml to fit the necessities from the library.
#2 [ci] Connect the GitHub project with Travis CI.
#1 [lib] Create basic library structure.

Documentation

#22 [doc] Add 'tags' to the GitHub project.
#21 [doc] Write the section 'Intention'.
#20 [doc] Write basic ReadMe structure.
#19 [doc] Create new uml diagram form the basic concept form the library.
#4 [doc] Create basic concept for the library.
#3 [doc] Add badges from img.shield.io to the ReadMe.md.

Refactoring

#7 [api] Delete content from 'afterburner.fx' after prototyping the new api.

Greetings
Naoghuman