Skip to content

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

v2.0.3

Choose a tag to compare

@danielspaniel danielspaniel released this 09 Sep 16:35

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

v2.0.2

Choose a tag to compare

@danielspaniel danielspaniel released this 04 Sep 16:48

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

v2.0.1

Choose a tag to compare

@danielspaniel danielspaniel released this 02 Sep 03:35
  • #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

Choose a tag to compare

@danielspaniel danielspaniel released this 30 Aug 01:49
  • 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

Choose a tag to compare

@danielspaniel danielspaniel released this 28 Aug 14:15
  • changed handleFindQuery to handleQuery
  • handleQuery no longer uses array search params, but object params
  • fixes issue #126

v1.13.9

Choose a tag to compare

@danielspaniel danielspaniel released this 24 Aug 12:31
  • fixes mockjax load in non test environment #125

v1.13.8

Choose a tag to compare

@danielspaniel danielspaniel released this 21 Aug 19:43
  • fixes ams and jsonapi transformers using custom key serializers #116

v1.13.7

Choose a tag to compare

@danielspaniel danielspaniel released this 17 Aug 23:07

v1.13.6

Choose a tag to compare

@danielspaniel danielspaniel released this 11 Aug 12:13
  • ember-data 2.0 fixes #119

v1.13.5

Choose a tag to compare

@danielspaniel danielspaniel released this 04 Aug 13:07
  • travis build fix ( test build was hanging )