riverrun / bcrypt_elixir

Bcrypt password hashing for Elixir
Other
162 stars 26 forks source link

Document breaking changes for 1.1.1 -> 2.0.0 #20

Closed lpil closed 5 years ago

lpil commented 5 years ago

Hello! I see the major version number has been incremented, meaning that there has been a breaking change in the library.

From reading the source code I am unable to determine what the breaking change is, could it be documented please? :)

Thanks, Louis

riverrun commented 5 years ago

Yes, I need to publicize the changes a bit more. The moduledocs for the Bcrypt module and the Comeonin README will give you more information. The main change is that comeonin is now a dependency of bcrypt_elixir, and comeonin defines two behaviours that bcrypt_elixir implements.

lpil commented 5 years ago

Thank you!:)