Skip to content

Releases: tomtzook/JavaBeans

Release 1.4.0

Choose a tag to compare

@tomtzook tomtzook released this 28 Oct 02:26
  • Specialized observable classes are now interfaces, with base abstract classes for ease of implementation.
  • Introduced the Obsevables static class for quick initialization of factories.
  • Possibility of creating observables from Suppliers using PollingObservableFactory
  • Fixed possible memory release issue arising from circular dependencies.

Release 1.3.1

Choose a tag to compare

@tomtzook tomtzook released this 28 Aug 03:49

Fixed dependency configuration for pom, exposing notifier as a compile-time dependency.

Release 1.3.0

Choose a tag to compare

@tomtzook tomtzook released this 09 Aug 03:37
  • Bound Observables will now invoke listeners on changes.

Release 1.2.0

Choose a tag to compare

@tomtzook tomtzook released this 19 May 15:52
v1.2.0

readme update

v1.1.0

Choose a tag to compare

@tomtzook tomtzook released this 19 May 06:09
added task for all build

First Release

Choose a tag to compare

@tomtzook tomtzook released this 04 Apr 18:43
9289d61

First Release of JavaBeans featuring basic properties.