Skip to content

Releases: platanus/angular-restmod

v1.1.11

26 Oct 17:36
Compare
Choose a tag to compare

Bug Fixes

  • Builder: fixes mask modifier being removed by mistake (dc498735)

v1.1.10

26 Oct 14:02
Compare
Choose a tag to compare

Bug Fixes

  • CommonApi: makes canceled request promises resolve to error (afcde0b4, closes #288)
  • DefaultPacker: fixes plural name not being infered from name. (e4c02a13, closes #224)
  • Relations: fixes hasMany and hasOne failing when inline property is null. (05ab5479)
  • Serializer: fixes decoder being called on mapped properties even if the parent object was nu (e8041b8d)

Features

  • CommonApi: adds $off method to unregister callbacks (591db81b, closes #257)
  • ModelApi: makes identity do the pluralizing if plural is not defined (b94b349b)
  • RecordApi:
    • adds $isNew method (104f3c25)
    • makes $decode throw if encoded value is null or not an object. (28636f69)
  • Serializer:
    • adds dynamic mask support (51905cb5)
    • mask now is passed to decoder/encoder as the second argument (9db02baf)

v1.1.9

26 Oct 14:02
Compare
Choose a tag to compare

Bug Fixes

  • CommonApi: makes canceled request promises resolve to error (0b8f21c5, closes #288)
  • DefaultPacker: fixes plural name not being infered from name. (ddad7e44, closes #224)

Features

  • CommonApi: adds $off method to unregister callbacks (59fd3b84, closes #257)
  • ModelApi: makes identity do the pluralizing if plural is not defined (d2f0c0c3)

v1.1.7

26 Oct 14:03
Compare
Choose a tag to compare

Bug Fixes

  • record: Adds support for array properties on patch mask (61665fa4, closes #217)

v1.1.6

26 Oct 14:03
Compare
Choose a tag to compare

Bug Fixes

  • adds package.json to release task (f7875766)
  • factory: fixes typo in call to canonicalUrlFor. (5bfa439a, closes #227)
  • fastq: adds missing 'catch' method to promises (1fea426a, closes #183)

Features

  • nesteddirty: adds NestedDirtyModel plugin (04b6178f)
  • plugin.nested_dirty:
    • specifies how changing a nested object property to another type affects changed (2a295779)
    • adds support for properties (94bf9375)
  • service: adds support for custom relation url name transformation. (5a080925, closes #159)

v1.1.5

26 Oct 14:04
Compare
Choose a tag to compare

Bug Fixes

  • guides.integration: fixes deprecated notation references (7bdb2569, closes #215)
  • service: fixes wrong warning message refering to $mix instead of mix (09b1f352, closes #178)

Features

  • adds the List type and namespace. (7ee7b9ce, closes #169)
  • improves PATCH logic, now refering to an object containing property will automatically include it's subproperties.

v1.1.4

26 Nov 19:27
Compare
Choose a tag to compare

Bug Fixes

  • record_api: Improves url building and adds support for falsy $pks (db4e63b4, closes #205)

Features

  • common_api: Adds the posibility to override the cannonical url for nested resources. (db47f98c)
  • computed: Adds compute properties. (9a015311)
  • relations: adds hasMany and hasOne hooks. (fc2a8059, closes #35, #28)

v1.1.3

26 Nov 19:28
Compare
Choose a tag to compare

Bug Fixes

  • common: fixes $send not properly handling the $promise property. (d5542f05, closes #154)

v1.1.2

26 Nov 19:28
Compare
Choose a tag to compare

Features

  • default_packer: adds support for explicitly setting links and metadata properties to extract. (dcfd37be, closes #153)
  • find_many: adds posibility to include additional parameters in populate request (bf05802b)
  • preload: adds support for query parameters. (62f1dcb1, closes #152)

v1.1.1

26 Nov 19:29
Compare
Choose a tag to compare

Bug Fixes

  • styles: Fixes AMS style definition, adds a ams-spec. (92b5cb90, closes #151)