Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of ember-data is breaking the build 🚨 #20

Open
greenkeeper bot opened this issue Feb 24, 2017 · 29 comments
Open

An in-range update of ember-data is breaking the build 🚨 #20

greenkeeper bot opened this issue Feb 24, 2017 · 29 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Feb 24, 2017

Version 2.11.2 of ember-data just got published.

Branch Build failing 🚨
Dependency ember-data
Current Version 2.11.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ember-data is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes Ember Data 2.11.2

Release 2.11.2 (February 24, 2017)

  • #4808 Avoid mutating model factory in _modelForMixin.
  • #4820 [Backport of #4810 to release]
Commits

The new version differs by 6 commits .

  • fa9c059 Lock down loader.js to 4.1.0
  • 90c8a0e Release Ember Data 2.11.2
  • 94eb830 Update changelog for the Ember Data 2.11.2 release
  • 0c7ebb8 Merge pull request #4820 from emberjs/release-factory-for-backport
  • 71b2016 [Fixes #4807] realize class + factory seperation
  • 9133cff Avoid mutating model factory in _modelForMixin.

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2017

Version 2.11.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.11.3

Release 2.11.3 (February 24, 2017)

  • 0ab7698 Do not assign modelName to the factory. Fixes error with ember-getowner-polyfill
Commits

The new version differs by 2 commits .

  • 170cec2 Release Ember Data 2.11.3
  • 0ab7698 Do not assign modelName to the factory. Fixes error with ember-getowner-polyfill

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2017

Version 2.12.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 92 commits (ahead by 92, behind by 22).

  • fd06e1f Pull in loader.js from the dist directory instead of the lib directory (#4824)
  • 0f73468 Release Ember Data 2.12.0
  • 6395eb7 Update the changelog for the Ember Data 2.12.0 release
  • 04cbbb5 Release Ember Data 2.12.0-beta.4
  • 8511886 Update changelog for the 2.12.0-beta.4 release
  • 3637db8 [Fixes #4807] realize class + factory seperation
  • d7fbbad Don’t redefine findPossibleInverses for each _findInverseFor
  • ce95bb2 Avoid mutating model factory in _modelForMixin.
  • 14a75bc Release Ember Data 2.12.0-beta.3
  • b96685f Update changelog for Ember Data 2.12.0-beta.3
  • 83ca6e2 Merge pull request #4792 from runspired/2.12-beta-hotfix
  • d94a299 don't remove unpersisted deletes
  • 52028db Add a test for #4770
  • 4a71fea [BUGFIX beta] revert deletion of filter that removed deleted models when flushCanonical of hasMany was called
  • 315b31c Do not access container if Ember.getOwner exists.

There are 92 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 17, 2017

Version 2.12.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 8 commits .

  • 83ff5f6 Release Ember Data 2.12.1
  • 71978ee Update changelog for the Ember Data 2.12.1 release
  • d101ed3 Merge pull request #4875 from runspired/fix/iife-release
  • d2fa315 Merge pull request #4881 from bmac/fix-release
  • 1d959d9 Fix injection-test on the release branch
  • 16c3014 ensure context is applied
  • 868c90b [BUGFIX] ensure the globals build has the correct context in the iife.
  • 1d34bf0 Fix tests in release branch RE: factoryFor. (#4878)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 12, 2017

Version 2.12.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.12.2

Release 2.12.2 (April 12, 2017)

  • #4922 [BUGFIX release] restore internalModels GUID_KEY’s
  • #4917 [BACKPORT 4913] For release
Commits

The new version differs by 6 commits .

  • 27dbc11 Release Ember Data v2.12.2
  • 5262280 Update changelog for the 2.12.2 release
  • f96f948 [BUGFIX release] restore internalModels GUID_KEY’s
  • 111b774 Merge pull request #4917 from emberjs/for-release
  • e99b343 fix eslint
  • 971edd6 [BUGFIX canary] don't prematurely nullify props on the container-instance-cache

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2017

Version 2.13.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.13.0

Release 2.13.0 (April 28, 2017)

  • #4860 Refactor the detection / warnings around ember-cli-shims.
  • #4853 [Fixes #4853] use Object.create(null) directly
  • #4858 [PERF] let GUID_KEYS just be set on the model instances
  • #4937 [BUGFIX beta] Update dependencies to use Babel 6
  • #4922 [BUGFIX release] restore internalModels GUID_KEY’s
  • #4916 [BACKPORT 4913] don't prematurely nullify props on the container-inst…
  • #4862 [BETA] Update dependencies to use babel 6.
  • #4877 [BUGFIX beta] ensure the globals build has the correct context in the iife.
  • #4879 [BUGFIX beta] ensure context is applied in iife
  • #4767 Updating gitignore to remove .idea
  • #4741 Clean up some YUIdoc erros
  • #4693 Fixed modelFor documentation. Look up model's class name (#4693)
  • #4719 [DOC release] Add note to embedded records mixin (#4719)
  • #4723 Simplify Backburner Usage (#4723)
  • #4715 converts Snapshot to an es6 class instead of using prototype assign
  • #4728 [CLEANUP beta] Linter changes for addon, addon/adapters and addon/serializers
  • #4708 es6 RecordArrayManager
  • #4657 Deprecate unused initializers
  • #4593 Free up internalModels
  • #4729 [CLEANUP Beta] Linter changes for addon/-private (not -private/system)
  • #4730 [CLEANUP Beta] Linter changes for addon/-private/system
  • #4799 [DOC] Add Ember imports and use lets in adapter examples
  • #4760 Update deprecate arguments (#4760)
  • #4743 [BUGFIX canary] Fix _lookupFactory deprecation for Ember canary
  • #4747 Updates code sample to match Guides
  • #4750 Add a yarn lock file
  • #4745 License: 2017
  • #4808 Avoid mutating model factory in _modelForMixin.
  • #4772 [DOC] Shorthand method syntax, quotes, and cleanup
  • #4766 [DOC] Update store.unloadRecord description
  • #4763 Document cache/request behavior of query #4733 (#4763)
  • #4771 [BUGFIX beta] Ensure ISO-8601 regex correctly matches timestamps (#4771)
  • #4765 [DOC] Make model.unloadRecord public (#4765)
  • #4762 [DOC] - add bower install to README
  • #4769 [DOC release] Add missing docs for preload option.
  • #4815 More Cleanups
  • #4780 [DOC] shorthand method and quotes/semicolons for serializers/json
  • #4778 [DOC] shorthand methods and quotes for json-api serializer (#4778)
  • #4775 [DOC] shorthand methods for transform
  • #4774 [DOC] Shorthand method fixes in adapter
  • #4776 [DOC] shorthand method fixes for serializer
  • #4777 [DOC] shorthand method in attr
  • #4832 remove isPrimaryType’s reliance on modelName (#4832)
  • #4794 Fix spelling error in documentation
  • #4782 [DOC] shorthand methods and quotes for adapter errors
  • #4781 [DOC] shorthand method and quotes fro serializers/rest
  • #4789 Do not access container if Ember.getOwner exists.
  • #4790 Add a test for #4770
  • #4783 [DOC] shorthand methods for rest adapter
  • #4837 Stefs cleanup (#4837)
  • #4810 [Fixes #4807] realize class + factory seperation
  • #4809 bump ember-cli
  • #4805 Don’t redefine findPossibleInverses for each _findInverseFor
  • #4806 Added missing DS references to DS.Model implementation examples
  • #4798 [DOC] Cleanup example code in attr
  • #4841 Cleanup (#4841)
  • #4830 don’t create extra internal promise objects
  • #4823 [BUGFIX] ensure all of DS is initialized together
  • #4813 misc cleanup (#4813)
  • #4818 remove more unneeded class reification
  • #4831 Cleanup things and stuff (#4831)
  • #4836 cleanup + reject with useful reasons
  • #4838 Stefs cleanup (and some test suite memory leak fixes) (#4838)
  • #4840 [DOC] Fix markup for example code of DS.Model#inverseFor
  • #4842 Stable has many promise proxy (#4842)
  • #4846 remove un-needed Ember.A
  • #4850 Optimise has many notifications (#4850)
  • #4851 Don't calculate _changedKeys pointlessly (#4851)
Commits

The new version differs by 146 commits ahead by 146, behind by 37.

  • 1d25157 Release Ember Data v2.13.0
  • 5c58516 Update changelog for the 2.13.0 release
  • eadceb4 Refactor the detection / warnings around ember-cli-shims. (#4860)
  • d3625a3 [Fixes #4853] use Object.create(null) directly (#4854)
  • 00ad4d7 [PERF] let GUID_KEYS just be set on the model instances (#4858)
  • 221c85e [BUGFIX beta] Update dependencies to use Babel 6.
  • 441a7f2 Release Ember Data 2.13.0-beta.4
  • 5ff2c03 Update changelog for 2.13.0-beta.4 release
  • 6d360ad [BUGFIX release] restore internalModels GUID_KEY’s
  • 4c92e45 Merge pull request #4916 from emberjs/for-beta
  • d920415 [BUGFIX canary] don't prematurely nullify props on the container-instance-cache
  • a1fa012 Use node 6 for travis tests
  • 920ec0f Release Ember Data 2.13.0-beta.3
  • dfd94ea Update the changelog for the Ember Data 2.13.0-beta.3 release
  • 1d86b22 [BETA] Update dependencies to use babel 6.

There are 146 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 5, 2017

Version 2.13.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits0.

  • 3c9a941 Release Ember Data v2.13.1
  • d12eeb1 Update changelog for the 2.13.1 release
  • 0b7aae8 Fix typo in function call
  • 5eac8b1 [BUGFIX beta] Skip test which doesn't play nicely with the latest ember-cli and is failing on master
  • 45edaf4 Merge pull request #4970 from rwjblue/enable-engines-with-2-13
  • ae4a7a3 [BUGFIX release] Ensure Engines can boot without error.

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

Version 2.13.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • 87b4a34 Release Ember Data 2.13.2
  • 3c9120e Update changelog for 2.13.2 release
  • 872dbd6 [BUGFIX release] fixes an issue with sync dematerialization followed by a findRecord, adds test coverage (#5012)
  • ae42497 such travis

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

Version 2.14.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 140 commits ahead by 140, behind by 34.

  • 1eef0e9 Release Ember Data 2.14.0
  • fba75be Update changelog for the Ember Data 2.14.0 release
  • 584d159 [BUGFIX] fixes an issue with sync dematerialization followed by a findRecord, adds test coverage (#5013)
  • d4b9430 such travis (#5015)
  • 2a787d7 Release Ember Data 2.14.0-beta.3s
  • d4fa2d5 Update changelog for Ember Data 2.14.0-beta.2 release
  • cbe22b7 [BUGFIX BETA] Added system/store/container-instance-cache to the -private export file
  • 751e815 Release Ember Data 2.14.0-beta.2
  • 58d1c23 Fix typo in function call
  • 7f65001 [BUGFIX beta] Ensure Engines can boot without error.
  • 3c9e2c4 [BUGFIX] remove forgotten broccoli-stew import
  • d4dc00c [BUGFIX beta] Skip test which doesn't play nicely with the latest ember-cli and is failing on master
  • c42ded8 Release 2.14.0-beta.1
  • 4304c47 Merge pull request #4950 from runspired/fix/error-on-let-closures
  • 097ad90 start guarding against poorly optimized babel output

There are 140 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2017

Version 2.14.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.14.1

Release 2.14.1 (June 19, 2017)

  • #4994 [BUGFIX beta] Fix flushing of pending saves, that include a deleted record (#4994)
  • #5008 [BUGFIX BETA] Fixed export regression. ember-data/transform to be default.
Commits

The new version differs by 4 commits.

  • 419bb07 Release Ember Data 2.14.1
  • 794c54f Update changelog for the Ember Data 2.14.1 release
  • 2d03eca [BUGFIX beta] Fix flushing of pending saves, that include a deleted record (#4994)
  • 483fa7f [BUGFIX BETA]: Fixed export regression. ember-data/transform to be export using default.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 20, 2017

Version 2.14.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.14.2

Release 2.14.2 (June 19, 2017)

  • #5022 Ensure ember-data/-private module is emitted properly for ember-cli < 2.12. (#5022)
Commits

The new version differs by 3 commits.

  • c05e088 Release Ember Data 2.14.2
  • 4ec0aa7 Update changelog for Ember Data 2.14.2 release
  • c79ba09 Ensure ember-data/-private module is emitted properly for ember-cli < 2.12. (#5022)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2017

Version 2.14.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • e512f4b released as v2.14.3 🎉
  • c3bbcc6 Merge pull request #5033 from emberjs/header-parsing-release
  • 41898ff loosen header parsing slightly

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2017

Version 2.14.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 2e1ae27 Release Ember Data 2.14.4
  • a1cbc37 Update changelog for 2.14.4 release
  • 84041a5 [BUGFIX release] createRecord should only setup relationships it has … (#5048)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2017

Version 2.14.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • d3ab81c release v2.14.5 🎉
  • 547e703 Merge pull request #5068 from runspired/release
  • 47e6ae7 [BUGFIX] Preserve local relationship changes after persisting a deletion when possible.
  • efb074a Merge pull request #5071 from emberjs/backport-to-release
  • 5093a1c Update doc for deprecated function.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 21, 2017

Version 2.14.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • ae9544e Release Ember Data 2.14.6
  • 9ddac1a Merge pull request #5079 from emberjs/release-fix-unload-after-destroy
  • 0d4b65b [BUGFIX release] fix destroyRecord followed by unloadRecord and implicit inverse relationships
  • a8908dc [BUGFIX release] Fix global build (#5035)
  • 25a10a8 Convert "babel-plugin-transform-es2015-block-scoping" from dev to prod dep (#5081)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 25, 2017

Version 2.14.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 27, 2017

Version 2.14.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 29, 2017

Version 2.14.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • 6e93c5e Release Ember Data 2.14.9
  • bd503c1 fixup changelog
  • ad1f79d [BUGFIX release] unloadRecord + findRecord + orphaned relationships
  • 239acf6 Release Ember Data 2.14.8

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2017

Version 2.14.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.14.10

Release 2.14.10 (August 10, 2017)

  • #5119 [BUGFIX release] Don't notify relationships with links during initialization
Commits

The new version differs by 3 commits.

  • 1502370 Release Ember Data 2.14.10
  • bb57e23 Update changelog for 2.14.10 release
  • 5b4cabb [BUGFIX release] Don't notify relationships with links during initialization

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 31, 2017

Version 2.14.11 just got published.

Your tests are still failing with this version. Compare the changes 🚨

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2017

Version 2.15.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2017

Version 2.15.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • 80ad41a Release Ember Data v2.15.1
  • ac9f5b4 Update changelog for v2.15.1
  • 6548e7b Merge pull request #5188 from emberjs/backport-to-release
  • 059c584 fix node 4
  • 1361aa7 [BACKPORT release] PR #5114

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 29, 2017

Version 2.15.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • d4fce71 Release Ember Data 2.15.2
  • 4fbaca0 Update changelog for Ember Data 2.15.2
  • 021749a Merge pull request #5193 from bmac/rebase-5107-release
  • c73b6f5 Remove feature flagging for ds-extended-errors.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 30, 2017

Version 2.15.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • a4f18e7 Release Ember Data 2.15.3
  • 872dd52 Update changelog for Ember data 2.15.3 release
  • 31cdb02 Merge pull request #5195 from bmac/port-5022-release
  • f19081b Ensure ember-data/-private module is emitted properly for ember-cli < 2.12.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2017

Version 2.16.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 123 commits ahead by 123, behind by 58.

  • 1dd87cb Release Ember Data 2.16.0
  • c1d1ac8 Update changelog for Ember Data 2.16.0 release
  • fc07119 Update changelog on master.
  • 83a4826 [BUGFIX beta] Avoid cache related warnings during builds.
  • 0dd5d47 Release Ember Data 2.16.0-beta.1
  • 9a1cb7d Update changelog for Ember Data 2.16.0-beta.1 release
  • aabaa1a Merge pull request #5192 from bmac/rebase-5107-beta
  • 62b6fdf Remove feature flagging for ds-extended-errors.
  • ffeb55a Merge pull request #5162 from emberjs/locks-patch-1
  • 22b5154 Update RELEASE.md
  • d3139da Merge pull request #5150 from emberjs/only-enumerate-relationships-provided
  • 7a7bafa Merge pull request #5151 from emberjs/reduce-duplicate-signals-to-record-array-manager-on-record-push
  • 441e48c Merge pull request #5153 from emberjs/fix-destroy-relationship
  • 5f5d5d1 [BUGFIX release] ensure inverse async HasMany is correctly maintained
  • 01113a0 [CLEANUP] PERF prevent duplicate recordArrayManager signals on push of a new record

There are 123 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2017

Version 2.16.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 5 commits.

  • a65dabf Release Ember Data 2.16.1
  • b5a0a3e Update changelog for Ember Data 2.16.1
  • 9b803bd resolve #5019
  • 7952d36 Fix ember-data Node 4.x builds
  • 8989cc1 [BUGFIX beta] Fix broccoli-babel-transpiler cache warnings

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 7, 2017

Version 2.16.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 12, 2017

Version 2.16.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • 55aa362 Release v2.16.3.
  • efc3a55 Add 2.16.3 to CHANGELOG.
  • 062ef3b Remove ember-inflector peer dependency
  • e255e47 [BUGFIX release] Move test only dependencies into devDependencies.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2017

Version 2.17.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Ember Data 2.17.0

Release 2.17.0 (November 19, 2017)

  • #5216 [BUGFIX beta] invalid record becomes loaded when property is reset
  • #4998 [DOC beta] Assert that both modelName and id are passed to peekRecord (#4998)
  • #5217 [BUGFIX beta] RecordReference returns null when not yet loaded
  • #5166 [DOC] Remove mention of bower install from README
  • #5114 Make import stripping smarter to resolve #5019
  • #5165 [DOC] Update README build step script name
  • #5212 Do not show feature flag improved-ajax methods in the api docs
  • #5183 [DOCS release] Add missing "relationship" field to RESTAdapter.findBelongsTo docs
  • #5176 fix node 4
  • #5172 [DOC] Remove parameter from BelongsToReference.value
  • #5178 Ignore included resources without that don't have a corresponding ember-data model
  • #5213 [BUGFIX beta] proxy meta on PromiseArray
  • #5197 Fix ember-data Node 4.x builds
  • #5191 Remove feature flagging for ds-extended-errors.
  • #5184 Update LICENSE through 2017
  • #5196 [BUGFIX beta] Avoid cache related warnings during builds.
  • #5206 [BUGFIX beta] Fix broccoli-babel-transpiler cache warnings
  • #5216 [BUGFIX beta] invalid record becomes loaded when property is reset
  • #5220 Remove (unnecessary) ember-inflector peer dependency
  • #5223 [BUGFIX release] Cleanup test only dependencies.
  • #5224 Add missing dependency for travis build
  • #5232 Update documentation in model.js
Commits

The new version differs by 43 commits ahead by 43, behind by 21.

  • 01760fe Release Ember Data 2.17.0
  • cc7a1aa Update changelog for 2.17.0 release
  • ea4397e [DOC beta] Assert that both modelName and id are passed to peekRecord (#4998)
  • d806319 Release Ember Data 2.17.0-beta.2
  • 6792b6f Update changelog for Ember Data 2.17.0-beta.2
  • 9f5236a Remove ember-inflector peer dependency
  • e3c93d1 Update model.js
  • 691eeb6 [BUGFIX beta] Normalize model names during push
  • 1559f39 Fixup DS.Store.pushPayload example (#5243)
  • 3c079d6 [BUGFIX beta] setProperties to clear errors works (#5248)
  • 3b3e325 [doc] Update links to Ember Guide (#5250)
  • e45e0f1 Do not show feature flag improved-ajax methods in the api docs
  • 9bc16ae [BUGFIX beta] invalid record becomes loaded when property is reset
  • 723f4e6 [BUGFIX beta] RecordReference returns null when not yet loaded
  • d0c8128 Fix docs link. (#5221)

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2017

Version 2.18.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 49 commits ahead by 49, behind by 20.

  • febb415 Release Ember Data 2.18.0
  • 0fdfcc7 Release Ember data 2.18.0-beta.1
  • 3488978 Update changelog for Ember Data 2.18.0-beta.1 release
  • e46b576 Update changelog for Ember Data 2.17.0 release
  • 1d68d9a [DOC beta] Assert that both modelName and id are passed to peekRecord (#4998)
  • 7311a1d Merge pull request #5260 from acorncom/patch-4
  • 624cda0 [doc] Update urlForFindRecord example
  • 6f5d865 Update changelog for Ember Data 2.17.0-beta.2
  • 741f01c [doc] Update links to Ember Guide (#5250)
  • e01b89a [BUGFIX beta] setProperties to clear errors works (#5248)
  • ce606b1 Fixup DS.Store.pushPayload example (#5243)
  • edd75a9 Merge pull request #5238 from bmac/bug-5118
  • b8977e5 Merge pull request #5242 from emberjs/hjdivad/store-normalized-model-name
  • a698568 [BUGFIX beta] Normalize model names during push
  • 2e1c66f Update assert against nulls (#5218)

There are 49 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants