Skip to content

3.0.0

Compare
Choose a tag to compare
@safo6m safo6m released this 25 Apr 14:52
· 4 commits to master since this release

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