- Tag: 0.3.1
- Release: angular-spring-data-rest-0.3.1.zip
- Add empty string as default parameter value when returning the available resources instead of undefined.
- You will need to change the logic on your side if you use the object which is returned if the
_resourcesmethod is called without any parameter. The parameters have now an empty string set as default value instead ofundefined.
- Tag: 0.3.0
- Release: angular-spring-data-rest-0.3.0.zip
- Automatic fetching of links
- Refactor the configuration object
- Add ability to set the response as promise
- Return value of the
SpringDataRestAdapteris an object with aprocessproperty which holds the core function. - Ability to pass a promise as data object to the
SpringDataRestAdapterto support asynchronous response handling.
- You will need to change your overridden configuration objects, as the keys of the configuration objects have been changed.
- You will need to change all calls from
new SpringDataRestAdapter(responseData)toSpringDataRestAdapter.process(responseData).
- Tag: 0.2.0
- Release: angular-spring-data-rest-0.2.0.zip
- Add ability to exchange the Angular
$resourcemethod with an own implementation - Updated source and test files structure
- Add package to bower repository
- Tag: 0.1.0
- Release: angular-spring-data-rest-0.1.0.zip
- Initial release of
angular-spring-data-rest