Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for using adapters to provide support for different persistence layers #15

Open
wants to merge 316 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
316 commits
Select commit Hold shift + click to select a range
867145b
1.3.0
simonexmachina May 4, 2015
38d0b59
Document passing default attributes in assoc
federicobond May 4, 2015
4a67f72
Merge pull request #9 from federicobond/default-assoc-attrs
simonexmachina May 4, 2015
620b03e
Improve doc for Factory.assoc
simonexmachina May 4, 2015
b83139d
1.4.0
simonexmachina May 4, 2015
1d1beb3
Fix bug where new builder functions werent working with promisified f…
May 4, 2015
404bead
Merge pull request #11 from patbenatar/fix/promisified-builder
simonexmachina May 5, 2015
1acb154
Fix errors in README
simonexmachina May 5, 2015
4aa0079
1.4.1
simonexmachina May 5, 2015
cface50
Add multi_assoc function
May 15, 2015
869e961
Rename multi_assoc to assocMany, adapt code style to rest of project
May 17, 2015
a9f9070
Change arguments of assocMany, handle and test for cases where key is…
May 18, 2015
1e0ba14
Update documentation to reflect changes in a9f9070 and fix formatting
May 19, 2015
a33f518
Merge pull request #12 from vichle/master
simonexmachina May 19, 2015
45f2601
1.5.0
simonexmachina May 19, 2015
6910eb5
Refactory to use AMD
celsomarques Jun 9, 2015
51739bb
Use setTimeout if setImmediate is not available, and update old deps
simonexmachina Jun 9, 2015
eb501ac
Remove unnecessary assignments
celsomarques Jun 9, 2015
6bc7c44
Change else statement to put Factory and ObjectAdapter attached on wi…
celsomarques Jun 10, 2015
6468cca
Merge pull request #13 from celsomarques/master
simonexmachina Jun 11, 2015
f07bbd0
1.6.0
simonexmachina Jun 11, 2015
567a344
Fix typo in code sample
yaf Jun 16, 2015
9c56e65
Merge pull request #14 from yaf/master
simonexmachina Jun 17, 2015
65f2ef2
Replace merge with lodash
melanievee Jul 21, 2015
ae9b901
Improve README
simonexmachina Aug 12, 2015
0348093
Merge pull request #15 from substantial/master
simonexmachina Aug 12, 2015
e6ea6eb
Merge branch 'master' of github.com:aexmachina/factory-girl
simonexmachina Aug 12, 2015
7a7f0ca
Change to use lodash.merge module
simonexmachina Aug 12, 2015
575e026
1.7.0
simonexmachina Aug 12, 2015
27091f4
2.0.0
simonexmachina Aug 18, 2015
172fbf3
Provide build-only associations rather than creating real documents.
Aug 21, 2015
ed2ced7
Update README.md
simonexmachina Sep 28, 2015
f1b42db
Update README.md
simonexmachina Sep 29, 2015
de95d54
Update README.md
simonexmachina Sep 29, 2015
4544e18
Update README.md
simonexmachina Sep 29, 2015
adbb159
Added support for sequences and an example to the README
ejlangev Oct 13, 2015
59e5ec2
Merge pull request #24 from ejlangev/feature/sequences
simonexmachina Oct 13, 2015
24bc0bd
Update README
simonexmachina Oct 13, 2015
d591f76
2.1.0
simonexmachina Oct 13, 2015
bdbfff0
Added docs for afterCreate and afterCreate support to createMany.
simonexmachina Nov 13, 2015
6497ebe
2.2.0
simonexmachina Nov 13, 2015
cf2d856
Update docs
simonexmachina Nov 17, 2015
cb3802d
Re-add options that were lost somehow
simonexmachina Dec 3, 2015
b441c70
Update README.md
simonexmachina Dec 7, 2015
cdb5bc8
Fix typo
simonexmachina Dec 21, 2015
a7f7382
Allow lodash merge to work without requirejs
Dec 22, 2015
1c5bb98
Fix issue with setImmediate being undefined
Dec 22, 2015
f3aaa60
Merge pull request #29 from ArthurThornton/fix_undefined_setimmediate
simonexmachina Dec 22, 2015
e5dacad
Merge pull request #28 from ArthurThornton/make_lodash_merge_work_wit…
simonexmachina Dec 22, 2015
0959d57
Added global indication for object-adapter.js
simonexmachina Dec 22, 2015
709eba2
2.2.1
simonexmachina Dec 22, 2015
3470314
fix readme example
Dec 30, 2015
62e0472
Merge pull request #30 from vrael560/master
simonexmachina Jan 5, 2016
dab55d6
Added files to package.json
simonexmachina Jan 20, 2016
58cded6
2.2.2
simonexmachina Jan 20, 2016
2a2d592
Added docs for cleanup method
simonexmachina Feb 23, 2016
b71dd26
2.2.3
simonexmachina Feb 23, 2016
6a93c0b
Merge branch 'master' of github.com:aexmachina/factory-girl
simonexmachina Feb 23, 2016
e472951
Adds afterBuild to factories
jmnsf Feb 18, 2016
1f084fd
Merge pull request #32 from Receiptful/add-after-build
simonexmachina Feb 24, 2016
847f8a8
2.3.0
simonexmachina Feb 24, 2016
8932428
Adding an example of afterCreate to documentation
BKStephens Mar 18, 2016
0677cd5
Merge pull request #37 from BKStephens/master
simonexmachina Mar 21, 2016
b842087
Attrs passed instead of builder options
yevhene Mar 17, 2016
4b1b61e
Readme and changelog updates
yevhene Mar 18, 2016
eb67b17
Callbacks is wrapped for more comfortable work with promises
yevhene Mar 18, 2016
f9a406a
Merge pull request #36 from yevhene/after-attrs
simonexmachina Mar 21, 2016
d66132b
Add changelog
simonexmachina Mar 21, 2016
68b928d
3.0.0
simonexmachina Mar 21, 2016
55a8010
Update README
simonexmachina Mar 21, 2016
f9210cb
fix this reference for using promisified calls
yads Apr 6, 2016
dbfcdd9
Merge pull request #42 from KudosInc/master
simonexmachina Apr 7, 2016
ad344b7
3.0.1
simonexmachina Apr 7, 2016
dde7100
Fix afterCreate params names in README
vitorbaptista Apr 20, 2016
550aed8
Merge pull request #44 from vitorbaptista/patch-1
simonexmachina Apr 20, 2016
faf18e1
Separate 'attrs' method to receive generated attrs without building
yevhene Apr 21, 2016
6bad4b0
Merge pull request #45 from yevhene/attrs
simonexmachina Apr 22, 2016
e3483a5
3.1.0
simonexmachina Apr 22, 2016
5f9e1ce
o Refactored tests to move models, factories, adapters out of the mai…
chetanism May 26, 2016
1a38dda
o Added support to define factory attributes via function
chetanism May 26, 2016
9274a15
o Moved non-test files to utils folder.
chetanism May 26, 2016
266d558
Merge branch 'assoc-build' of https://github.com/silviogutierrez/fact…
simonexmachina May 27, 2016
cdc0555
Merge pull request #50 from aexmachina/silviogutierrez-assoc-build
simonexmachina May 27, 2016
98103ff
Merge commit 'cdc05558b119efbf063f9fe7131b27d5bf426907' into assocBuild
chetanism May 27, 2016
ea1c5c5
Updated documentation to
chetanism May 27, 2016
ba29df3
o Added buildOptions support for #buildMany, #createMany, #assocMany,…
chetanism May 27, 2016
077d0cd
Merge pull request #49 from chetanism/master
simonexmachina May 27, 2016
e85936f
4.0.0-beta
simonexmachina May 27, 2016
25af7da
Add test that `assoc(model, attr)` works as expected
simonexmachina May 29, 2016
35e249c
Remove unnecessary newlines
simonexmachina May 31, 2016
aa4741c
3.2.0-beta
simonexmachina May 31, 2016
933c193
Laid down the structure to rewrite the library.
chetanism Jun 1, 2016
9c8ab31
Added whole lot of code and tests.
chetanism Jun 7, 2016
c3f04ba
Added Factory#attrsMany spec and some code cleanup.
chetanism Jun 7, 2016
86a9aeb
Added build tool and dist build.
chetanism Jun 7, 2016
2c6c222
Added test coverage
chetanism Jun 7, 2016
90130b2
Add support for cleanup.
chetanism Jun 8, 2016
58a90b9
o Added AssocAttrs, AssocAttrsMany generators
chetanism Jun 8, 2016
480c95a
Code cleanup, removed few easily removable async. (async gets ignored…
chetanism Jun 8, 2016
67c91b7
Added chance generator.
chetanism Jun 8, 2016
2ec7d57
Updated dist files.
chetanism Jun 8, 2016
496c3b6
Added aslant and made it happy.
chetanism Jun 8, 2016
92168b6
Updated license, changelog, removed .jshintrc.
chetanism Jun 8, 2016
e304c7d
Changed max line length rule to 80 chars.
chetanism Jun 9, 2016
a877b67
o Added few TODO items to index.js
chetanism Jun 9, 2016
47d01a0
Fixed typos in README.
chetanism Jun 9, 2016
3601e62
Implemented afterBuild and afterCreate options for Factory and Factor…
chetanism Jun 9, 2016
e242a6e
Added some more documentation.
chetanism Jun 20, 2016
c199ed8
Completed the tutorial.
chetanism Jun 22, 2016
6b101be
Fixed typos.
chetanism Jun 22, 2016
8c4c281
Fix README typo assocManyBuild => assocBuildMany
siboulet Jun 22, 2016
9642250
Merge pull request #53 from siboulet/patch-1
chetanism Jun 22, 2016
098d06c
Added OneOf generator.
chetanism Jun 24, 2016
555d127
fixing typo in README example. initializer should return the attrs.
bundacia Jun 24, 2016
994ac54
Merge pull request #54 from bundacia/readme-fix
chetanism Jun 25, 2016
d6e8448
Updated node versions in .travis.yml
chetanism Jun 25, 2016
aaf2635
Updated travis script to run test:cover and lint.
chetanism Jun 25, 2016
ba9200f
Travis: Just run test without cover
chetanism Jun 25, 2016
19b22e0
Several code style and layout changes from code review
simonexmachina Jun 26, 2016
788de8d
Merge pull request #55 from chetanism/rewrite
simonexmachina Jun 28, 2016
8562109
Review and update docs. Various changes and improvements on close rev…
simonexmachina Jul 4, 2016
d38625a
Merge remote-tracking branch 'origin/v4' into aexmachina-v4
simonexmachina Jul 4, 2016
732d85d
Added lint to test suite
simonexmachina Jul 4, 2016
130152a
Removed unused specs
simonexmachina Jul 4, 2016
e5ffe17
Export default class
simonexmachina Jul 4, 2016
4342ce9
Fixed Sequence generator
simonexmachina Jul 13, 2016
7e43353
Some cleanup
chetanism Jul 12, 2016
63a0057
Added integration tests for
chetanism Jul 15, 2016
20af06d
Changes as per review comments:
chetanism Jul 18, 2016
fbdd37e
Add `arrow-parens` rule to eslintrc
chetanism Jul 18, 2016
270fa5e
Merge pull request #57 from chetanism/v4-cleanup-chetanism
simonexmachina Jul 18, 2016
2a09563
Merge pull request #58 from chetanism/v4-adapter-tests
simonexmachina Jul 18, 2016
a91ccb5
Merge pull request #56 from aexmachina/aexmachina-v4
simonexmachina Jul 18, 2016
e35e752
4.0.0-beta.1
simonexmachina Jul 18, 2016
e6946f0
o Added few missing specs
chetanism Jul 18, 2016
83de001
Remove init methods from Mongoose and Bookshelf adapters.
chetanism Aug 1, 2016
7260f5b
Remove unnecessary exports from adapters.
chetanism Aug 1, 2016
4858b15
Merge pull request #59 from chetanism/v4
chetanism Aug 1, 2016
e0ed546
o Fix issue with Sequence generator
chetanism Jul 18, 2016
2a09cfa
Build dist files.
chetanism Aug 1, 2016
031421f
Merge pull request #60 from chetanism/v4-sequence
simonexmachina Aug 7, 2016
164d1b4
Create a browser ready build: browser.js.
chetanism Aug 8, 2016
77479e4
Update build script to include README in the dist folder.
chetanism Aug 17, 2016
facf60e
Merge pull request #62 from chetanism/v4-browser2
simonexmachina Aug 18, 2016
6ec4b48
Merge pull request #66 from chetanism/v4-readme
simonexmachina Aug 18, 2016
279fdeb
4.0.0-beta.2
simonexmachina Aug 18, 2016
968692d
Add publish script to package.json
simonexmachina Aug 18, 2016
c1fc438
Merge branch 'v4' of github.com:aexmachina/factory-girl into v4
simonexmachina Aug 18, 2016
0ee59ec
4.0.0-beta.3
simonexmachina Aug 18, 2016
b32040d
Add Sequelize adapter with specs.
chetanism Aug 16, 2016
5827b72
Update dist files after rebase to branch v4.
chetanism Aug 18, 2016
203cb4c
Merge pull request #65 from chetanism/v4-sequelize
simonexmachina Aug 18, 2016
4c1515e
Merge branch 'v4' of github.com:aexmachina/factory-girl into v4
simonexmachina Aug 18, 2016
2aaf878
4.0.0-beta.4
simonexmachina Aug 18, 2016
c600ffc
Fix usage doc in README.md
chetanism Aug 19, 2016
ae9cd82
Merge pull request #67 from chetanism/v4-readme2
simonexmachina Aug 19, 2016
b2ec2b9
Remove condition to check that Model is a constructor
chetanism Aug 22, 2016
4b3f6b5
Merge pull request #68 from chetanism/v4-sequelize-fix
simonexmachina Aug 26, 2016
a6983eb
Merge branch 'v4' of github.com:aexmachina/factory-girl into v4
simonexmachina Aug 26, 2016
042fd38
Fix issue with asyncPopulate
chetanism Sep 6, 2016
59ef485
Merge pull request #70 from chetanism/v4-fix-async-populate
simonexmachina Sep 7, 2016
f22c3e5
Don't evaluate attrs to be overridden
chetanism Sep 8, 2016
8e626c7
Changes as per review comments.
chetanism Oct 4, 2016
1ac9128
Invoke afterBuild callback on create as well.
chetanism Oct 4, 2016
b1983c9
Merge pull request #73 from chetanism/v4-invoke_afterBuild_on_create
simonexmachina Oct 10, 2016
cc7a154
Merge pull request #71 from chetanism/v4-dont_evaluate_attrs_to_be_ov…
simonexmachina Oct 10, 2016
602e9a8
Remove unused buildCallbacks argument to Factory#build
simonexmachina Oct 10, 2016
c106fc4
Update dist files for recent changes.
chetanism Oct 12, 2016
a1e0b89
Merge pull request #74 from chetanism/v4
simonexmachina Oct 12, 2016
9173e8c
4.0.0-beta.5
simonexmachina Oct 12, 2016
b02b94b
Update dist
simonexmachina Oct 12, 2016
bd10b3d
4.0.0-beta.6
simonexmachina Oct 12, 2016
ecc3239
4.0.0-beta.7
simonexmachina Oct 12, 2016
4cdd56f
Update README.md
chetanism Oct 28, 2016
5fdcf90
Fix issue with FactoryGirl#cleanUp
chetanism Oct 28, 2016
31191f4
Merge commit '9173e8c2de045223b9b93abcf586a149ca401d63' into v4-fix-c…
chetanism Oct 28, 2016
fb69e56
Don't deep copy BSON objects.
chetanism Oct 28, 2016
542d318
Don't deep copy BSON objects.
chetanism Oct 28, 2016
463a1ab
Skip mongo test if mongo is not available.
chetanism Oct 28, 2016
474cb16
Minor changes as per suggestions in review comments.
chetanism Nov 2, 2016
1a01a07
Added a failing test for ObjectAdapter / buildOptions interaction bug
ejlangev Nov 4, 2016
bf10962
Extend buildSync to support buildOptions
ejlangev Nov 4, 2016
a1267db
Update README to reflect buildSync supporting buildOptions
ejlangev Nov 4, 2016
33f9414
Move test to proper place
ejlangev Nov 4, 2016
1e688ab
Merge pull request #82 from ejlangev/fix/object-adapter-build-options
simonexmachina Nov 14, 2016
a21fa7c
Merge pull request #77 from aexmachina/chetanism-fix-cleanUp-doc
simonexmachina Nov 19, 2016
158958f
Merge pull request #78 from chetanism/v4-fix-cleanUp
simonexmachina Nov 19, 2016
9494b3e
Merge branch 'v4' of github.com:aexmachina/factory-girl into v4
simonexmachina Nov 19, 2016
a6228cc
Merge pull request #79 from chetanism/v4-fix-bson-issue
simonexmachina Nov 19, 2016
0cefff4
Merge branch 'v4' of github.com:aexmachina/factory-girl into v4
simonexmachina Nov 19, 2016
0c9c43a
Return Promises from tests
simonexmachina Nov 19, 2016
5969058
add Sequence.reset() to reset sequence.
koshuang Nov 20, 2016
5bedd46
Merge branch 'v4'
simonexmachina Feb 2, 2017
73bb47b
Merge pull request #84 from koshuang/reset-sequence-on-clean-up
simonexmachina Feb 3, 2017
a45eabd
Rebuild
simonexmachina Feb 3, 2017
4fb9724
4.0.0
simonexmachina Feb 3, 2017
66be3eb
4.1.0
simonexmachina Feb 3, 2017
c030421
Build dist
simonexmachina Feb 3, 2017
3f8ac95
Add publishing.md
simonexmachina Feb 3, 2017
bb112a8
Added redux-orm adapter and tests
carlesnunez Feb 9, 2017
10c936b
Fixed a bug on package json, extra coma
carlesnunez Feb 9, 2017
ce4f107
Fixed a bug on package json, needed coma
carlesnunez Feb 9, 2017
229a1f8
Update ReduxORMAdapterSpec.js
Feb 10, 2017
05fa8e7
Update ReduxORMAdapterSpec.js
Feb 12, 2017
e63c6ec
PR Changes
carlesnunez Feb 12, 2017
67ea4dd
Merge pull request #87 from carlesnunez/master
simonexmachina Feb 14, 2017
686d866
v4.2.0
simonexmachina Feb 14, 2017
c109f21
Export ReduxORMAdapter
simonexmachina Feb 15, 2017
ec493a8
v4.2.1
simonexmachina Feb 15, 2017
823fda4
Add docs for ObjectAdapter
simonexmachina Mar 6, 2017
b1f66da
Made cleanup delete things sequentially instead of all at once
allie-wake-up Mar 23, 2017
90781b2
changed cleanup test to properly return the promise so any errors wou…
allie-wake-up Mar 23, 2017
e61469e
removed bluebird dependency
allie-wake-up Mar 24, 2017
5296471
ran build
allie-wake-up Mar 24, 2017
2a09605
Merge pull request #91 from wymsee/master
simonexmachina Mar 27, 2017
144072b
v4.2.2
simonexmachina Mar 27, 2017
1988151
Update adapters readme to call MongooseAdapter off of factory-girl
aturkewi Mar 28, 2017
421f81a
Merge pull request #93 from aturkewi/master
simonexmachina Mar 29, 2017
72bd00e
Merge branch 'master' of github.com:aexmachina/factory-girl
simonexmachina Apr 17, 2017
ec3813e
Improve adapter example code
simonexmachina Apr 17, 2017
e9b216b
Remove reference to API docs
simonexmachina Apr 28, 2017
d5ac0b9
Update README.md
simonexmachina Jun 5, 2017
76c5336
Modify chancegenerator to support methods with multiple parameters
jeffheifetz Jun 5, 2017
b844743
Merge pull request #102 from mavencare/chance_multiple_arguments
simonexmachina Jun 5, 2017
0eb00bb
v4.3.0
simonexmachina Jun 5, 2017
b3169aa
Only traverse into objects in factory definitions when they're Object…
simonexmachina Sep 12, 2017
2951df4
v5.0.0-beta.1
simonexmachina Sep 12, 2017
bea49e0
Added support for extending factories
simonexmachina Sep 19, 2017
f9f218f
Fix adapter usage documentation
p-salido Oct 23, 2017
dc1aae3
Merge pull request #118 from p-salido/adapter-usage
simonexmachina Oct 24, 2017
e8b4803
Merge branch 'master' of github.com:aexmachina/factory-girl
simonexmachina Nov 6, 2017
40388af
Allow num to be omitted in createMany when used with an array of attrs
simonexmachina Nov 6, 2017
d8d2720
Merge branch 'master' into v5
simonexmachina Nov 6, 2017
cf11158
v5.0.0
simonexmachina Nov 6, 2017
c1c0955
Merge branch 'extend'
simonexmachina Nov 6, 2017
5c4ad70
v5.0.1
simonexmachina Nov 6, 2017
fd6d0e2
Add missing closing quote
randyxli Nov 30, 2017
50d845f
Merge pull request #120 from randyxli/fix-typo
simonexmachina Dec 1, 2017
ac2501a
Merge branch 'master' of github.com:aexmachina/factory-girl
simonexmachina Dec 1, 2017
6493063
Allow extending from and with factories that have functional initiali…
kjjgibson Dec 5, 2017
d5b5b8f
Merge pull request #121 from kjjgibson/allow-extending-function-initi…
simonexmachina Dec 11, 2017
3c8c255
Code layout changes
simonexmachina Dec 11, 2017
c34bc69
v5.0.2
simonexmachina Dec 11, 2017
93312a2
Adding deterministic dependencies (package-lock.json) and fixing vers…
JoseLion Nov 8, 2018
daea5d2
Merge pull request #142 from stackbuilders/deterministic-dependencies
simonexmachina Nov 9, 2018
59b6238
Merge branch 'master' of github.com:aexmachina/factory-girl
simonexmachina Nov 9, 2018
32e4681
5.0.3
simonexmachina Nov 9, 2018
73afafa
v5.0.3
simonexmachina Nov 9, 2018
28ff150
Undefined property throws error fix
JoseLion Nov 9, 2018
f7ec9d5
Merge pull request #143 from stackbuilders/undefined-property-fix
simonexmachina Nov 21, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parser": "babel-eslint",
"extends": "airbnb/base",
"rules": {
"max-len": ["error", 90],
"no-param-reassign": "off",
"no-use-before-define": "off",
"arrow-parens": ["error", "as-needed"],
"prefer-rest-params": "off"
}
}
79 changes: 39 additions & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,43 @@
# App
tmp/
node_modules/
*.swp
**.orig
*.pid

### Node template
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# OSX
.DS_Store
._*
.Spotlight-V100
.Trashes

# Linux
*~
.directory

# Windows
Thumbs.db
Desktop.ini

# RubyMine
.idea/

# TextMate
*.tmproj
*.tmproject
tmtags

# Vim
.*.sw[a-z]
*.un~
Session.vim

# Emacs
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*
# Optional REPL history
.node_repl_history

# IDEs
.idea
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- 0.6
- 0.8
- "6"
- "6.1"
- "5.11"
script: "npm test && npm run lint"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v4.0.0

Total rewrite. Should preserve backwards compatibility except as noted below.

- `assocBuild` is now `assocAttr`
- `assocBuildMany`
- `FactoryGirl.setAdapter` now takes an array of `factoryNames` for convenience

## v3.0.0

- `afterBuild` now takes `attrs` as the second parameter. If you need the `options` they can be
accessed from the receiver in `this.options`.
4 changes: 4 additions & 0 deletions LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
The MIT License

Copyright (c) 2011 Peter Jihoon Kim
Copyright (c) 2014 Simon Wade
Copyright (c) 2016 Chetan Verma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 0 additions & 5 deletions Makefile

This file was deleted.

Loading