All Versions
43
Latest Version
Avg Release Cycle
104 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
August 05, 2019✨ Enhancement
🐛 Bug Fix
- 🛠 Fix
cookie_options
configuration overrides #570
💥 Breaking Change
- 👌 Improved
Guardian.Permissions
. NowGuardian.Permissions
accepts multiple encoders. The interface is defined inGuardian.Permissions.PermissionEncoding
. 585
To fix the breaking changes, do something as follow.
- Find
use Guardian.Permissions.Bitwise
- Replace with
use Guardian.Permissions, encoding: Guardian.Permissions.BitwiseEncoding
Notice that we added a key called
encoding
, this key will allow you pass the encoding strategy that fit yours needs.Check the list of supported encoding.
Guardian.Permissions.BitwiseEncoding
Guardian.Permissions.AtomEncoding
Guardian.Permissions.TextEncoding
- Moved
Guardian.Phoenix.Socket
to guardian_phoenix. You should be installguardian_phoenix
and it should work as today.
- Moved
- 🛠 Fix
-
v1.2.1 Changes
January 17, 2019🛠 Fixes the 1.2.0 release.
-
v1.2.0 Changes
January 15, 2019- ➕ Added credo config
- 🛠 Fixed credo issues
- 👌 Improved documentation
- 👌 Improved Travis setup
- 📦 Switched to use
Jason
package - ➕ Added the capability of clearing
remember_me
when signing out. - 🛠 Fixed compatibility with Elixir 1.8
-
v1.1.1
August 22, 2018 -
v1.1.0 Changes
July 18, 2018 -
v1.0.1
December 31, 2017 -
v1.0.0 Changes
November 18, 2017- 👍 Allow for multiple Guardian setups in a single applications
- ➕ Adds pipelines
- ⚡️ Significantly updates Guardian api to be more consistent
- 👉 Make Phoenix an optional dependency
- 👉 Make Plug an optional dependency
- Permissions as an optional add-in
- 🗄 Deprecates Hooks in favour of callbacks on particular implementations
- ✂ Removes Phoenix macros in favour of plain functions
⚡️ See the [0.14 to 1.0 Upgrade Guide](upgrade_guides/0.14.to.1.0.md) for detailed updating instructions
-
v0.14.6 Changes
September 04, 2018⚡️ Updates uuid to elixir_uuid
-
v0.14.5 Changes
⚡️ Update the poison and phoenix deps to allow a broader version setting
-
v0.14.4 Changes
- 🛠 Fix a param issue in sockets