Skip to content

Releases: adopted-ember-addons/ember-data-factory-guy

v2.0.3

09 Sep 16:35
Compare
Choose a tag to compare

#125 - Reverted to including mockjax in development and test mode so qunit browser tests work

v2.0.2

04 Sep 16:48
Compare
Choose a tag to compare

#130 jquery can now be 1.9 and up
#129 [Documentation] for handleFindAll followed by handleUpdate/handleDelete

v2.0.1

02 Sep 03:35
Compare
Choose a tag to compare
  • #113 Output of build method ( for all adapters ) is now json that can be passed directly to adapter ( response json ) or store.pushPayload method to create records in the store.
  • #127 Problems with determining which adapter being used are now fixed by big internal refactor that super simplified the way fixtures are created ( related to above ).

v2.0.0

30 Aug 01:49
Compare
Choose a tag to compare
  • primarily a tag version to follow along the ember, ember-data versioning roadmap, this milestone being -> 2.0.0
  • slight improvement in introspecting the adapter type

v1.13.10

28 Aug 14:15
Compare
Choose a tag to compare
  • changed handleFindQuery to handleQuery
  • handleQuery no longer uses array search params, but object params
  • fixes issue #126

v1.13.9

24 Aug 12:31
Compare
Choose a tag to compare
  • fixes mockjax load in non test environment #125

v1.13.8

21 Aug 19:43
Compare
Choose a tag to compare
  • fixes ams and jsonapi transformers using custom key serializers #116

v1.13.7

17 Aug 23:07
Compare
Choose a tag to compare

v1.13.6

11 Aug 12:13
Compare
Choose a tag to compare
  • ember-data 2.0 fixes #119

v1.13.5

04 Aug 13:07
Compare
Choose a tag to compare
  • travis build fix ( test build was hanging )