Releases: infinum/ngx-hal
Releases · infinum/ngx-hal
v3.2.0
v3.1.0
3.2.0-beta.10
3.0.0
Changelog
Features
- Additional ways of defining model relationships - #120
- Support custom storage - #122 More in the wiki
- Added an additional way of providing model endpoints
HalModel.modelEndpoints
- #125 wiki - Expose
.head
request - #130 wiki - Export RequestOption type - #134
- Support extended datastore type - #133
- Support populating model metadata with another model - #141
- Exposed a helper for populating templated URLs,
populateTemplatedUrl
- #143 - Added a model refetch option - #145
- Implemented a new relationship decorator,
Link
- #151, wiki - Cover a couple of use cases with tests
- Remove
reflect-metadata
dependency - #157 - Fix transforming response value when using class in
Attribute
properties - #156 - Angular 14 support
Fixes
- Fixed creating representative model - commit
- Use selflink when working with an existing model - #126
getRelationshipURL
does not return local identifier anymore - #144
Breaking changes
HasOne
decorator now has a mandatory property,propertyClass
, wiki
3.1.0-beta.36
Changelog
Features
- Additional ways of defining model relationships - #120
- Support custom storage - #122 More in the wiki
- Added an additional way of providing model endpoints
HalModel.modelEndpoints
- #125 wiki - Expose
.head
request - #130 wiki - Export RequestOption type - #134
- Support extended datastore type - #133
- Support populating model metadata with another model - #141
- Add to the wiki
- Exposed a helper for populating templated URLs,
populateTemplatedUrl
- #143- Add to the wiki
- Added a model refetch option - #145
- Add to the wiki
- Implemented a new relationship decorator,
Link
- #151, wiki
Fixes
- Fixed creating representative model - commit
- Use selflink when working with an existing model - #126
getRelationshipURL
does not return local identifier anymore - #144- Merge to master
Breaking changes
- Angular updated to v13
2.1.7-beta
2.1.5-beta
Changelog
Fixes
- Handle exceptions while decoding a URI component
2.1.3-beta
Changelog
- the release is a combination of 2.0.0 and 2.1.0-beta releases