Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 781 Bytes

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 781 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.0] - 2017-06-07

Fixed

  • Allow configuring request formats to take into account through request_formats configuration option

[0.2.1] - 2017-04-13

Fixed

  • Ignore expired token revocation

[0.2.0] - 2017-02-28

Added

  • Dispatch token on sign up
  • Speed up initialization

Fixed

  • Do not depend on assumed helpers to build default paths
  • Use sign_out_via devise option to set revocation request methods
  • Take routes with scopes into account

[0.1.1] - 2017-01-26

Fixed

  • Request method configuration for Rails < 5