Skip to content

Releases: tomtzook/JavaBeans

Release 1.4.0

28 Oct 02:26
Compare
Choose a tag to compare
  • 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

28 Aug 03:49
Compare
Choose a tag to compare

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

Release 1.3.0

09 Aug 03:37
Compare
Choose a tag to compare
  • Bound Observables will now invoke listeners on changes.

Release 1.2.0

19 May 15:52
Compare
Choose a tag to compare
v1.2.0

readme update

v1.1.0

19 May 06:09
Compare
Choose a tag to compare
added task for all build

First Release

04 Apr 18:43
9289d61
Compare
Choose a tag to compare

First Release of JavaBeans featuring basic properties.