Skip to content

Latest commit

 

History

History
782 lines (478 loc) · 44.8 KB

CHANGELOG.md

File metadata and controls

782 lines (478 loc) · 44.8 KB

Change Log

Full Changelog

Merged pull requests:

v2.4.4 (2016-03-26)

Full Changelog

Closed issues:

  • Embedded records always sideloaded #183
  • Compatibility with ember-data-model-fragments #182
  • Store empty after using makeList #147

Merged pull requests:

v2.4.3 (2016-03-24)

Full Changelog

v2.4.2 (2016-03-19)

Full Changelog

Closed issues:

  • Crash when belongsTo is named 'event' #180
  • Can we replace new Set\(\) to Object? #179

Merged pull requests:

v2.4.1 (2016-03-09)

Full Changelog

v2.4.0 (2016-03-07)

Full Changelog

Closed issues:

  • Cannot read property 'call' of undefined with empty factory... #178

v2.3.3 (2016-03-04)

Full Changelog

Closed issues:

  • Confusing behavior with handleQuery related to setup and teardown in acceptance test #164
  • Underlying network request not mocked #137
  • Suggestion: Multiple handleFindAll calls should override the previous mock #132
  • Error when an App is teared down with App.destroy #104

v2.3.2 (2016-03-03)

Full Changelog

Closed issues:

  • makeList fails trying to read a number as a trait #177

v2.3.1 (2016-03-02)

Full Changelog

Implemented enhancements:

  • Full control over handler #159
  • customise response Headers as well as payloads #158
  • Mocks: andSucceed/andFail everywhere #157

v2.3.0 (2016-03-02)

Full Changelog

Closed issues:

  • handleQuery not working as expected in acceptance test #174
  • How do I test store.filter #118

v2.2.0 (2016-02-19)

Full Changelog

v2.1.6 (2016-02-14)

Full Changelog

v2.1.5 (2016-02-12)

Full Changelog

Closed issues:

  • How to use with integration tests? #171

Merged pull requests:

  • Return fixture relationship IDs if not an object (fix #166) #167 (mmelvin0)

v2.1.4 (2016-01-23)

Full Changelog

Closed issues:

  • Installing with Ember-CLI 2.2.0.beta.3 doesn't install bower dependencies #170
  • FactoryGuy.make() doesn't handle ID relationships, Ember Data does #166
  • Using handleQuery for the same endpoint with different query params #151
  • Buggette with cheese - extractAttributes 0 should not be false #146
  • How should I handle a full scenario involving handleCreate and store.query? #143

Merged pull requests:

  • build(): apply transform of custom type when serializing attributes #173 (kemenaran)
  • Supporting nested query params comparisons in handleQuery #169 (gleseur)
  • Added video to your introduction #168 (taras)

v2.1.3 (2015-12-16)

Full Changelog

Closed issues:

  • Proposal - Response configuration (headers...) #156
  • final production build include full ember-data-factory-guy library in vendor.js #140

Merged pull requests:

  • Production build does not include factory guy #163 (afn)
  • Deprecates options succeed #162 (xcambar)
  • handleFindAll() and buildList() can make diverse models #161 (afn)
  • Super critical fix #155 (orf)
  • No more useJSONAPI #154 (xcambar)

v2.1.2 (2015-12-05)

Full Changelog

Closed issues:

  • custom adapter? #150
  • Allow 'custom' response on handle... calls #139

Merged pull requests:

v2.1.1 (2015-11-02)

Full Changelog

Closed issues:

  • Can't find that factory named ... #142
  • Q: Association based data #138

Merged pull requests:

v2.1.0 (2015-10-06)

Full Changelog

Closed issues:

  • findRecord giving error "Cannot read property '_internalModel' of undefined" #136
  • setStore error #135
  • handleFindAll() mockjax return always includes embedded reccords #134
  • 1.13.10 mockjax not working: Cannot set property 'logging' of undefined #133
  • Issues Getting Started #131
  • payload of handleFind limited to record's typeKey #82

v2.0.3 (2015-09-04)

Full Changelog

Closed issues:

  • dependancy on jQuery^2.1 #130

v2.0.2 (2015-09-04)

Full Changelog

Closed issues:

  • handleFindAll not playing well with handleUpdate #128
  • Determining which adapter is being used no workie #127
  • handleFindQuery doesn't make use of query parameters #126
  • testHelper handleFindAll cannot handle RESTAdapter relationships #113

Merged pull requests:

v2.0.1 (2015-09-02)

Full Changelog

Closed issues:

  • jquery-mockjax is enabled in development as well as test environment #124

v2.0.0 (2015-08-29)

Full Changelog

v1.13.10 (2015-08-28)

Full Changelog

v1.13.9 (2015-08-24)

Full Changelog

Implemented enhancements:

  • change handleFind to handleReload and make handleFind actually handle find #99

Closed issues:

  • JSON API attribute name conversion when using a custom application serializer #116
  • Simplify the find stub for one record #112

Merged pull requests:

  • Changed how to determine if mockjax should be loaded #125 (begedin)

v1.13.8 (2015-08-21)

Full Changelog

Closed issues:

  • Can the handler functions deal with non-rest adapters? #121
  • Could not find module active-model-adapter #120

Merged pull requests:

  • Allow usage of applications serializer to transform attributes #122 (begedin)

v1.13.7 (2015-08-17)

Full Changelog

v1.13.6 (2015-08-11)

Full Changelog

Closed issues:

  • setStore needs a valid store instance #117
  • Building data attributes for JSONAPIAdapter not working as expected #108

Merged pull requests:

v1.13.5 (2015-08-04)

Full Changelog

v1.13.4 (2015-08-03)

Full Changelog

Closed issues:

  • handleFindAll with no records #109

v1.13.3 (2015-07-30)

Full Changelog

Closed issues:

  • handleFindAll does not work and makeList works #111
  • invalid 'instanceof' operand DS.default.JSONAPIAdapter #110
  • Allow handleFindAll to return 0 items #107

Merged pull requests:

v1.13.2 (2015-07-14)

Full Changelog

Closed issues:

  • Couldn't find module after installing ember-data-factory-guy 1.13.0 #103

Merged pull requests:

  • Fix DEPRECATION: Ember.keys is deprecated in favor of Object.keys #106 (jcope2013)
  • add note to avoid using ember-data-1.0.0-beta.19.2 #105 (raycohen)

v1.13.1 (2015-07-01)

Full Changelog

Implemented enhancements:

  • emit json-api document when building json by default #97

Closed issues:

  • version not found #102
  • Why reserved word 'default' as key #101

v1.13.0 (2015-06-25)

Full Changelog

v1.1.2 (2015-06-25)

Full Changelog

Merged pull requests:

  • Updates README.md to include Ember Observer Score #100 (gschorkopf)
  • handleCreate now respects user-set id in andReturn #98 (slimeate)

v1.1.1 (2015-06-17)

Full Changelog

Implemented enhancements:

  • thinking about allowing factories to extend others #93

Closed issues:

  • Error: Assertion Failed: FactoryGuy#setStore needs a valid store instance.You passed in [undefined] #94
  • Can't seem to use type as a property name #92

v1.1.0 (2015-06-15)

Full Changelog

v1.0.12 (2015-06-11)

Full Changelog

Closed issues:

  • Deprecation of typeKey in Ember Data #91

v1.0.11 (2015-06-11)

Full Changelog

Closed issues:

  • Not possible to mock multiple save\(\) calls with handleCreate #88
  • add .andFail() option to handleFind() #84

Merged pull requests:

  • update store:main references to use store:application as store:main is now deprecated #90 (jcope2013)
  • Mocking a failed reload typo fix #89 (nummi)

v1.0.10 (2015-06-02)

Full Changelog

Closed issues:

  • upgrade ember-cli to 0.2.5 #86

v1.0.9 (2015-05-24)

Full Changelog

Closed issues:

  • Install failure (ember-cli 0.2.1) #87

Merged pull requests:

v1.0.8 (2015-05-08)

Full Changelog

Closed issues:

  • Passing match to handleCreate results in false positive #81
  • FactoryGuy.hasMany fails with error 'undefined' is not an object \(evaluating 'traits\[trait\]'\) #80

Merged pull requests:

v1.0.7 (2015-05-05)

Full Changelog

Closed issues:

  • Dealing with multiple-inverse associations #57

v1.0.6 (2015-04-29)

Full Changelog

Merged pull requests:

  • Get this add-on working when prototype extensions are disabled in Ember #78 (chrisdpeters)

v1.0.5 (2015-04-24)

Full Changelog

Closed issues:

  • Multiple calls to handleCreate() don't work #76

Merged pull requests:

v1.0.4 (2015-04-20)

Full Changelog

Closed issues:

  • Using store.find, unable to find fixtures for model type (subclass of DS.Model). If you're defining your fixtures using Model.FIXTURES = ..., please change it to Model.reopenClass\({ FIXTURES: ... }\). #75
  • Is not finding factories that are in tests/factories/ #74
  • Unloading records in teardown causes intermittent failure #73
  • Install is not working #72
  • resetModels when usingFixtureAdapter? #56

v1.0.3 (2015-04-16)

Full Changelog

Implemented enhancements:

  • blueprints for generating factories #70
  • merge ember-cli-data-factory-guy into this project and make this "addon" capable #69
  • ES6 & Broccoli #65

v1.0.2 (2015-04-12)

Full Changelog

v0.9.13 (2015-04-12)

Full Changelog

v1.0.1 (2015-04-07)

Full Changelog

v0.9.12 (2015-03-23)

Full Changelog

Closed issues:

  • Manually set handleCreate response. #68

v0.9.11 (2015-03-19)

Full Changelog

Closed issues:

  • define failing on merge #67
  • handleCreate seems to require an Em.run #62
  • Issue when using handleUpdate #60

Merged pull requests:

  • Use typeKey for relationship instead of attribute name for build fixture relationship #66 (cristinawithout)

v0.9.10 (2015-02-23)

Full Changelog

Closed issues:

  • Version 0.9.9 #64

Merged pull requests:

v0.9.9 (2015-02-18)

Full Changelog

Closed issues:

  • Release incorporating var fix? #61

v0.9.8 (2015-02-03)

Full Changelog

v0.9.7 (2015-01-23)

Full Changelog

Merged pull requests:

v0.9.6 (2015-01-19)

Full Changelog

Closed issues:

  • Match only set attributes #53

v0.9.5 (2015-01-17)

Full Changelog

Closed issues:

  • .reload() #54
  • Ember Data version constraint #51

Merged pull requests:

v0.9.4 (2015-01-14)

Full Changelog

Merged pull requests:

v0.9.3 (2015-01-11)

Full Changelog

Closed issues:

  • handleFindMany not correctly mocking requests? #46

Merged pull requests:

v0.9.2 (2014-12-23)

Full Changelog

v0.9.1 (2014-12-16)

Full Changelog

Closed issues:

  • support for custom data types #44

v0.9.0 (2014-12-15)

Full Changelog

Closed issues:

  • id not included in toJSON() #42

Merged pull requests:

v0.8.7 (2014-12-10)

Full Changelog

v0.8.6 (2014-12-10)

Full Changelog

Merged pull requests:

v0.8.5 (2014-12-06)

Full Changelog

Closed issues:

  • Improvement: expecting specific parameters #36
  • HandleUpdate builds the wrong url #29
  • AMD/Require and use strict #21

Merged pull requests:

v0.8.4 (2014-12-04)

Full Changelog

Merged pull requests:

  • Complete AMD module extraction (tested with ember-cli) #38 (indirect)

v0.8.3 (2014-11-27)

Full Changelog

v0.8.2 (2014-11-27)

Full Changelog

Closed issues:

  • Improvement: Ember cli support #37

v0.8.1 (2014-11-18)

Full Changelog

v0.8.0 (2014-11-14)

Full Changelog

Merged pull requests:

  • Convert the Bower dist file into a CommonJS and AMD compatible module #35 (indirect)

v0.7.9 (2014-11-13)

Full Changelog

Closed issues:

  • Hard dependencies on Ember 1.7.0 and jQuery 2.0.3 are awful #33

Merged pull requests:

v0.7.8 (2014-11-12)

Full Changelog

Closed issues:

  • Does not use model-specific adapters for buildURL #31

v0.7.7 (2014-11-09)

Full Changelog

Closed issues:

  • Our lovely "'typeKey' of undefined" again #28
  • Integration tests bypassing store and making server requests. #27

Merged pull requests:

v0.7.6 (2014-11-01)

Full Changelog

Merged pull requests:

  • adds $.mockjax.clear() to the mixin's teardown method. #30 (yratanov)

v0.7.5 (2014-10-31)

Full Changelog

v0.7.4 (2014-10-31)

Full Changelog

Closed issues:

  • "typeKey of undefined" #3 #26

v0.7.3 (2014-10-27)

Full Changelog

Closed issues:

  • 'typeKey' of undefined strikes back! #25
  • Cannot read property 'typeKey' of undefined #24

v0.7.2 (2014-10-17)

Full Changelog

v0.7.1.1 (2014-10-04)

Full Changelog

v0.7.1 (2014-10-04)

Full Changelog

v0.7.0 (2014-09-15)

Full Changelog

v0.6.4 (2014-09-12)

Full Changelog

v0.6.3 (2014-09-10)

Full Changelog

Closed issues:

  • Can you create a release with this important commit? a8bb74c737879dcdae5274d76b62f54607f4c81f #20
  • Create blueprint factory file, when create model in ember-cli. #17

v0.6.2 (2014-09-04)

Full Changelog

Closed issues:

  • Write some articles about ember-data-factory-guy. #19
  • License file #18
  • Compound factory specification #12

Merged pull requests:

  • Fix FixtureAdapter resolve of hasMany relationship on save #22 (KnownSubset)

v0.6.1 (2014-08-21)

Full Changelog

v0.6.0 (2014-08-19)

Full Changelog

Closed issues:

  • Any way to configure a api namespace for FactoryGuyTestMixin? #16
  • Use with Ember CLI #10

v0.5.3 (2014-08-19)

Full Changelog

Closed issues:

  • fix versioning #15
  • hasMany associations #14

v0.5.2 (2014-08-02)

Full Changelog

v0.5.1 (2014-08-01)

Full Changelog

Merged pull requests:

v0.5.0 (2014-08-01)

Full Changelog

v0.4.2 (2014-07-16)

Full Changelog

Merged pull requests:

v0.4.1 (2014-07-11)

Full Changelog

v0.3.10 (2014-06-12)

Full Changelog

v0.3.9 (2014-06-05)

Full Changelog

Closed issues:

  • Syntax to define sequences #7

v0.3.8 (2014-06-03)

Full Changelog

v0.3.7 (2014-06-02)

Full Changelog

v0.3.6 (2014-05-30)

Full Changelog

v0.3.5 (2014-05-29)

Full Changelog

v0.3.4 (2014-05-24)

Full Changelog

v0.3.3 (2014-05-24)

Full Changelog

v0.3.2 (2014-05-24)

Full Changelog

v0.3.1 (2014-05-23)

Full Changelog

v0.3.0 (2014-05-23)

Full Changelog

Merged pull requests:

v0.2.1 (2014-05-10)

Full Changelog

v0.2.0 (2014-05-08)

Full Changelog

v0.1.3 (2014-05-06)

Full Changelog

Closed issues:

  • Avoid using store? #3
  • Sequences #2

v0.1.2 (2014-05-06)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator