Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 627 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 627 Bytes

CHANGELOG

1.1.0

  • change to use x-www-form-urlencoded in the request of getting tokens.(#18)

1.0.0

  • allowed for omniauth 2.0 series.

0.4.0

  • This release supported for omniauth 1.0 series.
    • change to use x-www-form-urlencoded in the request of getting tokens.(#18)

0.3.0

  • be specified dependency for omniauth 1.9.

0.2.1

  • fix rubocop warnings.

0.2.0

  • refs #11 fix library dependencies.
  • remove minitest-reporter.

0.1.2

  • make the error handling when missing scope for reading user info better.

0.1.1

  • refs #4 Add tests and make code coverage 100%.

0.1.0

  • Initial release