fuelen / ecto_dev_logger

An alternative logger for Ecto queries
Apache License 2.0
151 stars 16 forks source link

Relax elixir version dependency to >= 1.10 #2

Closed vanderhoop closed 2 years ago

vanderhoop commented 2 years ago

@fuelen! Already loving this project; it's making psql tuning and debugging a far nicer experience, especially where UUIDs are concerned.

This PR relaxes the elixir dependency for the project to allow for versions greater than or equal to 1.10, as it does not appear to depend on any of the new APIs in 1.12, but was logging a version warning on a project.

I tested that I was able to build the package using 10.10.2 and 10.12.3, but we may be able to go further back than 10.10, if that's desired. Thanks again for a great library!

fuelen commented 2 years ago

Thank you! :heart:

fuelen commented 2 years ago

@vanderhoop published v0.1.1