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

Bump ex_machina from 1.0.2 to 2.2.0 #8

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 14, 2018

Bumps ex_machina from 1.0.2 to 2.2.0.

Changelog

Sourced from this file

2.2.0

Added

  • Adds support for using lists in sequences (#227).

Fixed

  • Elixir 1.6.x changed the behavior of Regex.split/3 which caused factory
    names to break. Added a fix in (#275).

2.1.0

Added

Fixed

Improved

  • Miscellaneous documentation improvements.

2.0.0

Added

  • Cast all values before insert (#149)

    For example, this means that if you have field :equity, :decimal in your
    schema, you can set the value to 0 in your factory and it will automatically
    cast the value to a Decimal.

  • Add string_params_for, which is useful for controller specs. (#168)

  • Add Sequence.reset/0 for resetting sequences between tests. (#151)

Changed

  • params_* functions now drop fields with nil values (#148)
  • Don't delete has_manys from params_* functions (#174)

Fixed

  • Fix an issue where values on embedded associations would not be cast (#200)
  • Only drop autogenerated ids (#147)
  • Fix an issue where setting an association to nil would break insert (#193)
  • Fix an issue where unbuild has_many through associations were not removed in
    params_* functions (#192)
Commits
  • 8a55155 Only drop autogenerated ids and not domain ids (#147)
  • 0dbc407 Add Sequence.reset (#151)
  • d7142b6 Cast all values before insert
  • 5724796 Add Made by thoughtbot link
  • 7f43711 Drop fields that has nil values (#148)
  • 950e2f0 Fix tests (#155)
  • 747562c Fix typo in insert_pair example (#158)
  • fd6d0e7 Fix most annoying elixir 1.4 warnings (#152)
  • a256d4f Replaced usages of the deprecated HashDict module with Map in sequence.ex (#159)
  • 1d7e9a6 Remove example causing infinite loop
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from ee3f573 to edb069a Compare April 4, 2018 07:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from edb069a to 9fcc475 Compare April 20, 2018 08:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from 9fcc475 to 85f769b Compare June 18, 2018 15:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from 85f769b to ce9ab33 Compare July 16, 2018 19:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from ce9ab33 to 1698aad Compare July 27, 2018 01:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from 1698aad to 66ea421 Compare August 28, 2018 05:57
@dependabot-preview dependabot-preview bot force-pushed the dependabot/hex/ex_machina-2.2.0 branch from 66ea421 to 3a13c5f Compare October 22, 2018 21:18
@dependabot-preview
Copy link
Contributor Author

Superseded by #29.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/ex_machina-2.2.0 branch October 25, 2018 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant