Merged pull requests:
- Fix deprecation warning Ember.merge > Ember.assign for [email protected] #189 (krasnoukhov)
- Handle active model formatted request data properly #187 (ccleung)
v2.4.4 (2016-03-26)
Closed issues:
- Embedded records always sideloaded #183
- Compatibility with ember-data-model-fragments #182
- Store empty after using makeList #147
Merged pull requests:
- Fix compatibility with ember-data-model-fragments #184 (whatthewhat)
v2.4.3 (2016-03-24)
v2.4.2 (2016-03-19)
Closed issues:
Merged pull requests:
- Update jquery-mockjax to 2.1.1 #181 (YoranBrondsema)
v2.4.1 (2016-03-09)
v2.4.0 (2016-03-07)
Closed issues:
- Cannot read property 'call' of undefined with empty factory... #178
v2.3.3 (2016-03-04)
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)
Closed issues:
- makeList fails trying to read a number as a trait #177
v2.3.1 (2016-03-02)
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)
Closed issues:
v2.2.0 (2016-02-19)
v2.1.6 (2016-02-14)
v2.1.5 (2016-02-12)
Closed issues:
- How to use with integration tests? #171
Merged pull requests:
v2.1.4 (2016-01-23)
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)
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)
Closed issues:
Merged pull requests:
- Removes legacy getStore method #153 (xcambar)
- Allows to customize the FixtureBuilder #152 (xcambar)
- Fix jquery-mockjax bower package addition to Project #148 (anilmaurya)
v2.1.1 (2015-11-02)
Closed issues:
Merged pull requests:
v2.1.0 (2015-10-06)
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)
Closed issues:
- dependancy on jQuery^2.1 #130
v2.0.2 (2015-09-04)
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:
- update README for handleFindAll #129 (eliotpiering)
v2.0.1 (2015-09-02)
Closed issues:
- jquery-mockjax is enabled in development as well as test environment #124
v2.0.0 (2015-08-29)
v1.13.10 (2015-08-28)
v1.13.9 (2015-08-24)
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:
v1.13.8 (2015-08-21)
Closed issues:
- Can the handler functions deal with non-rest adapters? #121
- Could not find module
active-model-adapter
#120
Merged pull requests:
v1.13.7 (2015-08-17)
v1.13.6 (2015-08-11)
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)
v1.13.4 (2015-08-03)
Closed issues:
- handleFindAll with no records #109
v1.13.3 (2015-07-30)
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)
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)
Implemented enhancements:
- emit json-api document when building json by default #97
Closed issues:
v1.13.0 (2015-06-25)
v1.1.2 (2015-06-25)
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)
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)
v1.0.12 (2015-06-11)
Closed issues:
- Deprecation of
typeKey
in Ember Data #91
v1.0.11 (2015-06-11)
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)
Closed issues:
- upgrade ember-cli to 0.2.5 #86
v1.0.9 (2015-05-24)
Closed issues:
- Install failure (ember-cli 0.2.1) #87
Merged pull requests:
- [WIP] Add andFail() method to handleFind() #85 (alexanderjeurissen)
v1.0.8 (2015-05-08)
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:
- ignore autogenerated .jscs files #83 (GlennGeelen)
v1.0.7 (2015-05-05)
Closed issues:
- Dealing with multiple-inverse associations #57
v1.0.6 (2015-04-29)
Merged pull requests:
- Get this add-on working when prototype extensions are disabled in Ember #78 (chrisdpeters)
v1.0.5 (2015-04-24)
Closed issues:
- Multiple calls to handleCreate() don't work #76
Merged pull requests:
- Fixed typo in readme #77 (kellyjensen)
v1.0.4 (2015-04-20)
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 toModel.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)
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)
v0.9.13 (2015-04-12)
v1.0.1 (2015-04-07)
v0.9.12 (2015-03-23)
Closed issues:
- Manually set handleCreate response. #68
v0.9.11 (2015-03-19)
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)
Closed issues:
- Version 0.9.9 #64
Merged pull requests:
- [WIP] Handle update #63 (pedrokiefer)
v0.9.9 (2015-02-18)
Closed issues:
- Release incorporating
var
fix? #61
v0.9.8 (2015-02-03)
v0.9.7 (2015-01-23)
Merged pull requests:
- Delete records created by MockCreateRequest #58 (mmelvin0)
- Allows custom mapping of objects. #55 (pedrokiefer)
v0.9.6 (2015-01-19)
Closed issues:
- Match only set attributes #53
v0.9.5 (2015-01-17)
Closed issues:
Merged pull requests:
- Add missing property for hasMany example #52 (mattmcginnis)
v0.9.4 (2015-01-14)
Merged pull requests:
v0.9.3 (2015-01-11)
Closed issues:
- handleFindMany not correctly mocking requests? #46
Merged pull requests:
- Fixture Adapter Tests Pass #47 (ksykulev)
- handleFindQuery json payload must be an array #45 (ksykulev)
v0.9.2 (2014-12-23)
v0.9.1 (2014-12-16)
Closed issues:
- support for custom data types #44
v0.9.0 (2014-12-15)
Closed issues:
- id not included in toJSON() #42
Merged pull requests:
- Add {includeId: true} to toJSON() examples #43 (mattmcginnis)
v0.8.7 (2014-12-10)
v0.8.6 (2014-12-10)
Merged pull requests:
- Support pushing embedded json into fixture adapter #48 (ksykulev)
- Cleaning up pushFixture. #41 (ksykulev)
v0.8.5 (2014-12-06)
Closed issues:
- Improvement: expecting specific parameters #36
- HandleUpdate builds the wrong url #29
- AMD/Require and use strict #21
Merged pull requests:
- Fixtures inserted with equivalent ids get updated #40 (ksykulev)
- Changing modelName to type #39 (ksykulev)
v0.8.4 (2014-12-04)
Merged pull requests:
v0.8.3 (2014-11-27)
v0.8.2 (2014-11-27)
Closed issues:
- Improvement: Ember cli support #37
v0.8.1 (2014-11-18)
v0.8.0 (2014-11-14)
Merged pull requests:
v0.7.9 (2014-11-13)
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)
Closed issues:
- Does not use model-specific adapters for buildURL #31
v0.7.7 (2014-11-09)
Closed issues:
- Our lovely "'typeKey' of undefined" again #28
- Integration tests bypassing store and making server requests. #27
Merged pull requests:
- Get the adapter for the model type if exists #32 (cristinawithout)
v0.7.6 (2014-11-01)
Merged pull requests:
v0.7.5 (2014-10-31)
v0.7.4 (2014-10-31)
Closed issues:
- "typeKey of undefined" #3 #26
v0.7.3 (2014-10-27)
Closed issues:
v0.7.2 (2014-10-17)
v0.7.1.1 (2014-10-04)
v0.7.1 (2014-10-04)
v0.7.0 (2014-09-15)
v0.6.4 (2014-09-12)
v0.6.3 (2014-09-10)
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)
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)
v0.6.0 (2014-08-19)
Closed issues:
v0.5.3 (2014-08-19)
Closed issues:
v0.5.2 (2014-08-02)
v0.5.1 (2014-08-01)
Merged pull requests:
- Fixed createRecord for one-to-none associations #13 (KnownSubset)
v0.5.0 (2014-08-01)
v0.4.2 (2014-07-16)
Merged pull requests:
- Added support for async relationships #9 (KnownSubset)
v0.4.1 (2014-07-11)
v0.3.10 (2014-06-12)
v0.3.9 (2014-06-05)
Closed issues:
- Syntax to define sequences #7
v0.3.8 (2014-06-03)
v0.3.7 (2014-06-02)
v0.3.6 (2014-05-30)
v0.3.5 (2014-05-29)
v0.3.4 (2014-05-24)
v0.3.3 (2014-05-24)
v0.3.2 (2014-05-24)
v0.3.1 (2014-05-23)
v0.3.0 (2014-05-23)
Merged pull requests:
v0.2.1 (2014-05-10)
v0.2.0 (2014-05-08)
v0.1.3 (2014-05-06)
Closed issues:
v0.1.2 (2014-05-06)
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator