Release 1.3
GWTP
- Improved Javadoc site
- #14 : ActionException & ServiceException now implement IsSerializable
- #282 : LazyActionHandlerValidatorRegistryImpl is now threadsafe
- #467 : Allow REST and RPC dispatchers to be used at the same time
- #517 : Updated to GWT 2.6.1 and updated DTDs (Thanks rdwallis)
MVP
- Improved form-factor detection (Thanks rdwallis)
- #184 : DefaultModule now has the Builder pattern
- #284 : Add toString() to PlaceRequest
- #346 : Map more than one name token to presenter
- #489 : Added
.without()
to PlaceRequest.Builder to remove parameter from PlaceRequest - #492 : PlaceRequest.Builder(PlaceRequest request) now creates a deep copy
- #499 : Decode embedded paramaters of RouteTokenFormatter (Thanks rdwallis)
RPC
REST Dispatcher
- Updated gwt-jackson to 0.6.1
- #468 : Generate REST services based on the presence of @path. Deprecate RestService interface
- #498 : De/Serializing null/empty should result to null