You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/pretender-1.0.0/CHANGELOG.md

1.1 KiB

1.0.0 (2026-04-01)

  • Dropped support for Ruby < 3.3 and Rails < 7.2

0.6.0 (2025-04-03)

  • Dropped support for Ruby < 3.2 and Rails < 7.1

0.5.0 (2023-07-02)

  • Dropped support for Ruby < 3 and Rails < 6.1

0.4.0 (2022-01-10)

  • Dropped support for Ruby < 2.6 and Rails < 5.2

0.3.4 (2019-01-31)

  • Fixed error with Action Cable and eager loading

0.3.3 (2018-09-21)

  • Added support for Action Cable

0.3.2 (2018-01-21)

  • Support for Mongoid BSON::ObjectId out of the box
  • Fixed issue with impersonated resource caching

0.3.1 (2017-06-18)

  • Fixed stack level too deep error

0.3.0 (2017-06-11)

  • Fixed compatibility with Clearance
  • Added support for Rails API
  • Added support for custom primary key

0.2.1 (2016-07-07)

  • Better error message

0.2.0 (2016-07-07)

  • Fixed error when current_user is overridden in ApplicationController

0.1.0 (2014-06-23)

  • Removed need to call stop_impersonating_user before signing out

0.0.3 (2013-03-09)

  • Added security warning

0.0.2 (2013-03-09)

  • Ensure user is logged in

0.0.1 (2013-03-05)

  • First release