转载

Ember Data v2.12.0-beta.1 发布,一个用于加载、更新模型的库

Ember Data v2.12.0-beta.1 发布,一个用于加载、更新模型的库

 

Ember Data是一个用于加载、更新模型的库,模型来自持久层(如从JSON API获取),更新完成后保存更改。它提供了许多专门为浏览器端的JavaScript环境设计的工具方法。

更新日志

  • #4698 [FIX backburner] Avoids spinning up unnecessary run loops via run.join
  • #4638 Update the API docs for snapshots
  • #4705 Underscores the already private store.reloadRecord method
  • #4663 Silence warnings and deprecations in the console during tests
  • #4642 Add API docs for the HasManyReference
  • #4706 Improved performance for findHasMany finder
  • #4684 Modernizes relationship containers
  • #4664 Upgraded IdentityMap and RecordMap
  • #4668 [PERF] use micro-queue
  • #4699 include related record on the complex test
  • #4688 Fixed a typo
  • #4685 [FEATURE ds-rollback-attribute] rename ds-reset-attribute
  • #4686 [FEATURE ds-improved-ajax] Disable feature
  • #4704 Factory cache
  • #4696 fix(benchmarks): benchmarks for store.query no longer included record…
  • #4691 [BUGFIX beta] Add blueprints for "ember-cli-mocha >= 0.12.0"
  • #4697 chore(benchmarks): benchmarks needed to time a few lookups for us to …
  • #4701 [PERF] flatten DS.Model to avoid multi-extend, expensive reopens, and extra mixin detection
  • #4702 Enable the ds-check-should-serialize-relationships feature flag
  • #4703 Removes store._adapterRun
  • #4716 [DOC canary] Updating CONTRIBUTING.md to use ember-twiddle as examples
  • #4718 [BUGFIX beta] Inverse null relationships should throw if model doesn't exist 3
  • #4734 [DOC] fix a couple of typos in model class docs
  • #4739 Removed id in urlForFindAll signature

下载

本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/148f066f

正文到此结束
Loading...