Skip to content
Success

Changes

Summary

  1. [maven-release-plugin] prepare release 2.0-ALPHA-1 (details)
  2. [maven-release-plugin] prepare for next development iteration (details)
  3. PENDING: STRINGRENDERABLE MERGED TO DISPLAYABLE. (details)
  4. PENDING: HtmlRenderable and PlainTextRenderable RENAMED (details)
  5. PENDING: MERGED WITH LOCALIZABLE. (details)
  6. PENDING: STRINGRENDERABLE. (details)
  7. PENDING: REFACTORED. (details)
  8. PENDING: MUTABLE. (details)
  9. PENDING: ACTIONPROVIDER DROPPED. (details)
  10. PENDING: JAVAFXBINDER REFACTORED. (details)
Commit 8f2794e4184b45fff0f1da09e6881dd4b7aca2ba by Fabrizio Giudici
[maven-release-plugin] prepare release 2.0-ALPHA-1
The file was modifiedmodules/examples/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
The file was modifiedmodules/Core/pom.xml (diff)
The file was modifiedmodules/examples/Presentation/pom.xml (diff)
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/examples/Model/pom.xml (diff)
Commit a5fda9d7dd75aa34cf0cdc94d76a1b97ee2deae0 by Fabrizio Giudici
[maven-release-plugin] prepare for next development iteration
The file was modifiedmodules/pom.xml (diff)
The file was modifiedmodules/Core/pom.xml (diff)
The file was modifiedmodules/examples/pom.xml (diff)
The file was modifiedmodules/examples/PresentationJavaFX/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedmodules/examples/Model/pom.xml (diff)
The file was modifiedmodules/examples/Presentation/pom.xml (diff)
The file was modifiedmodules/JavaFXBindings/pom.xml (diff)
Commit c758ac7ab67fe3546465b5956a39f21ce911959f by Fabrizio Giudici
PENDING: STRINGRENDERABLE MERGED TO DISPLAYABLE.
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Displayable.java (diff)
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/StringRenderable.java
Commit 0c84d83b7abab48703e8d363a52eb345cc5fa265 by Fabrizio Giudici
PENDING: HtmlRenderable and PlainTextRenderable RENAMED
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/HtmlDisplayable.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PlainTextDisplayable.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/PlainTextRenderable.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/HtmlRenderable.java
The file was modifiedmodules/Core/src/site/markdown/index.md.vm (diff)
Commit ac3086623e21e6e4c7191b99b591f605eb98f6bb by Fabrizio Giudici
PENDING: MERGED WITH LOCALIZABLE.
The file was modifiedmodules/Core/src/site/markdown/index.md.vm (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java (diff)
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableLocalizedDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultDisplayable.java (diff)
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/LocalizedDisplayable.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Displayable.java (diff)
Commit 3035e937671e64a1d32ba270988612bff5877f2f by Fabrizio Giudici
PENDING: STRINGRENDERABLE.
The file was modifiedmodules/Core/src/site/markdown/index.md.vm (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/MutableIconProviderSupport.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/DefaultMutableDisplayable.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableDisplayable.java (diff)
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableListener.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/function/BoundFunctionSupport.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/ChangingSource.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/MutableIconProvider.java (diff)
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/MutableListenerSupport.java
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/MutableIconProviderSupport.java (diff)
The file was modifiedmodules/Core/src/main/java/it/tidalwave/ui/core/BoundProperty.java (diff)
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/Mutable.java
The file was addedmodules/Core/src/main/java/it/tidalwave/ui/core/role/impl/MutableListenerAdapter.java
Commit 200fa5c346fb29fe0b1c9f13b206ba0fc5312875 by Fabrizio Giudici
PENDING: ACTIONPROVIDER DROPPED.
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/ActionProvider.java
The file was removedmodules/Core/src/main/java/it/tidalwave/ui/core/role/spi/ActionProviderSupport.java
Commit a05f4aa442d0b166973cc3609c50746db1ba2c4d by Fabrizio Giudici
PENDING: JAVAFXBINDER REFACTORED.
The file was addedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/button/ButtonBindings.java
The file was addedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/button/ButtonBindingsTest.java
The file was modifiedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/TestNGApplicationTest.java (diff)
The file was modifiedmodules/JavaFXBindings/src/main/java/it/tidalwave/ui/javafx/impl/DefaultJavaFXBinder.java (diff)
The file was removedmodules/JavaFXBindings/src/test/java/it/tidalwave/ui/javafx/impl/DefaultJavaFXBinderTest.java