Socket
Socket
Sign inDemoInstall

ember-m3

Package Overview
Dependencies
Maintainers
9
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-m3 - npm Package Versions

1
810

0.7.6

Diff

Changelog

Source

0.7.6

  • Fixed handling of model names normalization. The schema no longer needs to normalize when returning references, nested models and base model names.
dnalagatla
published 0.7.5 •

Changelog

Source

0.7.5

  • Model supports client validation errors. For convenience with migrating from @ember-data/model, errors an instance of same Errors class used by @ember-data/model, which provides list of vaidation errors.
dnalagatla
published 0.7.4 •

Changelog

Source

0.7.4

  • bugfix: setUnknownProperty remove cache and child model data if value is not resolved.
dnalagatla
published 0.7.3 •

Changelog

Source

0.7.3

  • bugfix: setUnknownProperty remove cache after setting a new value and only update cache when value is resolved.
dnalagatla
published 0.7.2 •

Changelog

Source

0.7.2

  • bugfix: setUnknownProperty only update cache when value is resolved.
dnalagatla
published 0.7.1 •

Changelog

Source

0.7.1

  • bugfix: Now able to get length of M3RecordArray as property.
hjdivad
published 0.7.0 •

Changelog

Source

0.7.0

  • breaking: Properties manually set, including those set in initial record creation, are treated as resolved. This means that createRecord({ myprop }) will not use transforms for myprop.

  • bugfix: now able to set RecordArray properties with RecordArray values. Semantics are still update in-place, as when setting to arrays of models.

hjdivad
published 0.6.0 •

Changelog

Source

0.6.0

  • breaking: To be consistent with the request types used in ember-data, queryURL will pass a requestType of queryURL. Previously query-url was passed.

  • breaking: All arrays of references are now returned as RecordArrays. schema.isAttributeArrayRef is therefore deprecated.

  • store.queryURL will now call adapter.queryURL if it exists, instead of adapter.ajax. This is intended to be a hook for doing app-wide url conversion for store.queryURL calls beyond prepending the adapter namespace.

hjdivad
published 0.5.1 •

Changelog

Source

0.5.1

  • bugfix: when using schemaInterface to compute attribute references from data other than key, dependencies are now tracked and key is invalidated correctly when those dependencies are invalidated. (thanks @dnalagatla)
hjdivad
published 0.5.0 •

Changelog

Source

0.5.0

  • bugfix: prevent notifyProperties(undefined) from nested models with no changed attributes (thanks @sangm)
  • nested models that specify type, id are not re-used when these change. null id is fine for indicating a uniform type that should always be reused when new properties come in (thanks @dnachev)
  • attribute semantics now merge (so missing attributes are not treated as deletes thanks @dnachev)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc