Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: weareyipyip/YipyipExAuth

v0.3.1

23 Feb 14:15
407b8be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Dec 12:20
4c845f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.3.0-alpha.1

28 Dec 14:58
31877a1
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

Full Changelog: v0.2.1...v0.3.0-alpha.1

0.2.1 stable

08 Jul 13:30
3b616ff
Compare
Choose a tag to compare

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

12 Mar 19:13
88fa698
Compare
Choose a tag to compare
Tests & docs Pre-release
Pre-release
  • 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

02 Mar 11:53
13e78e2
Compare
Choose a tag to compare

Changelog:

  • Allow integer user_id's in SessionStore behaviour
  • Fix error catch in ProcessRefreshToken

0.1.0-alpha.1 initial release

01 Mar 21:37
c73be2e
Compare
Choose a tag to compare
Pre-release

Changelog:

  • full initial implementation
  • partial docs
  • no tests :(