Skip to content

Release 0.4

Compare
Choose a tag to compare
@Chris-V Chris-V released this 24 Jan 13:28
· 2200 commits to master since this release
  • Automatic generation of boilerplate code via annotation processors. See the [http://code.google.com/p/gwt-platform/wiki/BoilerplateGeneration documentation] or the hplacesample for more information.
  • New manual reveal makes it possible to reveal pages only when the data they need has been fetched.
  • Dispatched actions can now be interrupted.
  • Major overhaul of the Presenter class hierarchy that gets rid of many problems when UnitTesting, improved naming convention.
  • The coding style is now clearly documented and the project uses checkstyle to enforce it.
  • The HasEventBus interface makes it possible to track the source of events when calling fireEvent.
  • Setup of a ContinuousIntegration server, and improved build process for releasing key versions and snapshots.
  • Other bug fixes and enhancements. See the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:milestone-V1.0-4 complete list of closed issues], and the [PortingV1#V0.4 migration details].