This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Releases: weareyipyip/YipyipExAuth
Releases · weareyipyip/YipyipExAuth
v0.3.1
v0.3.0
v0.3.0-alpha.1
Full Changelog: v0.2.1...v0.3.0-alpha.1
0.2.1 stable
After running with 0.2.0-alpha1 for some time, we ran into some minor issues (that have been fixed) and now the package has become stable - although we will hold off on a 1.x.x release for now.
Tests & docs
- Add tests and documentation for everything, v0.2.0-alpha.1
- Breaking changes:
- Plugs.create/5 became create/4
- Plugs.create/4 raises on session store error
- Plugs.create/4 raises on missing user_id / sig trans mechanism
- Add test helpers
- Fix edge-case bugs that came to light during testing
- Test watching
- Update deps
- CI only on Elixir 1.10 because of doctest syntax changes
Bugfixes & small SessionStore spec change
Changelog:
- Allow integer user_id's in SessionStore behaviour
- Fix error catch in ProcessRefreshToken
0.1.0-alpha.1 initial release
Changelog:
- full initial implementation
- partial docs
- no tests :(