Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Comments

Bump ecto_enum from 1.2.0 to 1.4.0#96

Open
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/hex/develop/ecto_enum-1.4.0
Open

Bump ecto_enum from 1.2.0 to 1.4.0#96
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/hex/develop/ecto_enum-1.4.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps ecto_enum from 1.2.0 to 1.4.0.

Release notes

Sourced from ecto_enum's releases.

Ecto 3.0 and above support (PG)

  • EctoEnum supports Ecto 3.0
    • Uses ecto and ecto_sql >= 3.0 deps
    • Updates tests
    • Add required embed_as/1 and equal?/2 callbacks for Ecto.Type modules
  • Will have yet to test EctoEnum with latest MySQL adapter (myxql)

Bugfix and typespecs

  • EctoEnum now generates typespecs for dialyzer.
  • Fixed a bug where the create_type/0 with the drop was not being created.

Fix compiler warnings for multiple function clauses

No release notes provided.

v1.3.0

  • Refactored internals to make it easier to support useing feature and string-backed enums.
  • Add useing functionality so we can use EctoEnum or EctoEnum.Postgres to define Ecto Enums.
  • Support for string-backed enums!
Changelog

Sourced from ecto_enum's changelog.

1.4.0

  • EctoEnum supports Ecto 3.0
    • Uses ecto and ecto_sql >= 3.0 deps
    • Updates tests
    • Add required embed_as/1 and equal?/2 callbacks for Ecto.Type modules

1.3.2

  • EctoEnum now generates typespecs for dialyzer.
  • Fixed a bug where the create_type/0 with the drop was not being created.

1.3.1

  • Fixed a bug where multiple function clauses of cast and dump were defined by EctoEnum.Use.
    This error happens when defining string-backed enums, since multiple function clauses for the string
    value is defined.

1.3.0

  • Refactored internals to make it easier to support useing feature and string-backed enums.
  • Add useing functionality so we can use EctoEnum or EctoEnum.Postgres to define Ecto Enums.
  • Support for string-backed enums!
Commits
  • 18bb003 Release v1.4.0
  • d94b823 Support Ecto 3.0 and update tests for PG
  • 8e741bf Merge pull request #92 from dnsbty/master
  • a69a9dd fix postgres too
  • 46713d0 update with new required callbacks
  • 4431a2f Merge pull request #86 from hippware/schemaless-type
  • 5a8cc2c Add schemaless_type function to postgres enums
  • 37301f9 Version 1.3.2
  • 8a91acc Merge pull request #76 from genesisblockhq/fix-down-migration
  • 7956fa7 Merge branch 'hippware-add-typespec'
  • 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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ecto_enum](https://github.com/gjaldon/ecto_enum) from 1.2.0 to 1.4.0.
- [Release notes](https://github.com/gjaldon/ecto_enum/releases)
- [Changelog](https://github.com/gjaldon/ecto_enum/blob/master/CHANGELOG.md)
- [Commits](gjaldon/ecto_enum@v1.2.0...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant