Skip to content

Releases: ArcBees/GWTP

Release 0.5.1

24 Jan 13:27
Compare
Choose a tag to compare
  • Compatible with GWT 2.2, no longer compatible with GWT 2.1
  • Uses official GIN release 1.5.
  • See the [PortingV1#V0.5.1 migration details].

Release 0.5

24 Jan 13:28
Compare
Choose a tag to compare
  • Full support for Spring on the backend for the dispatcher.
  • Dispatcher now supports client-side queuing, caching and handling of actions.
  • More flexible tabs with support for user-defined properties.
  • Various improvements to the annotation processors for automatic generation of events, actions and DTOs.
  • The project is now entirely built with Maven.
  • Separate jars for the different components of GWTP.
  • Numerous bug fixes and enhancements. See the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:milestone-V1.0-5 complete list of closed issues], and the [PortingV1#V0.5 migration details].

Release 0.4

24 Jan 13:28
Compare
Choose a tag to compare
  • 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].

Release 0.2

24 Jan 13:28
Compare
Choose a tag to compare
  • Renamed package from com.philbeaudoin.gwtp to com.gwtplatform
  • Support for hierarchical places and breadcrumbs (including a small sample app)
  • Support for registering custom events in the proxy using @ProxyEvent, taking care of most cases that required custom proxys
  • Support for centralized and simplified internationalization via the mergelocales script
  • Replaced @PlaceInstance by @UseGatekeeper with a type-safe syntax.
  • Support for individually removing PresenterWidget from their parent.
  • Other bug fixes and enhancements. See the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:milestone-V1.0-3 complete list of closed issues], and the [PortingV1#V0.3 migration details].

Release 0.1

24 Jan 13:29
Compare
Choose a tag to compare
  • Stable interfaces, these shouldn't change for V1.0. Changes will be documented in PortingV1.
  • Now using the standard Gin library (r137 with !AsyncProvider).
  • Supports lifecycle hook PresenterWidgetImpl#onReset().
  • Presenter lifecycle hooks (onReveal, onHide, etc.) no longer exposed in the interface.
  • Released sample application available on https://samples.gwt-platform.googlecode.com/hg/.
  • Other bug fixes, see the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:Milestone-V1.0-1 complete list of closed issues].