Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielspaniel committed Feb 18, 2015
1 parent 5fbe512 commit aca03e7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ of ember-data-factory-guy.
- 0.7.1.1 -> ember-data-1.0.0-beta.10
- 0.8.6 -> ember-data-1.0.0-beta.11
- 0.9.8 -> ember-data-1.0.0-beta.12
- 0.9.9 -> ember-data-1.0.0-beta.15

**Waiting for ember-data-1.0.0-beta.15 to make upgrade release, since there are a few issues with
ember-data-1.0.0-beta.14.1 that make it difficult to use**

**Support for fixture adapter is back in business as of version 0.9.3**
**Support for fixture adapter is working for versions 0.9.3 -> 0.9.8**

*Version 0.9.0 and up deprecates explicit call to store.makeFixture in your tests, in favor
of using the FactoryGuy.make or testHelper.make function from FactoryGuyTestHelperMixin instead.
Expand All @@ -46,7 +44,7 @@ gem 'ember-data-factory-guy', group: test
or for particular version:

```ruby
gem 'ember-data-factory-guy', '0.9.8', group: test
gem 'ember-data-factory-guy', '0.9.9', group: test
```

then:
Expand Down Expand Up @@ -81,7 +79,7 @@ or for particular version:
"dependencies": {
"foo-dependency": "latest",
"other-foo-dependency": "latest",
"ember-data-factory-guy": "0.9.8"
"ember-data-factory-guy": "0.9.9"
}
```

Expand Down

0 comments on commit aca03e7

Please sign in to comment.