All Versions
10
Latest Version
Avg Release Cycle
154 days
Latest Release
1703 days ago

Changelog History

  • v0.11.0 Changes

    August 25, 2019
    • πŸ›  Fix generated SQL when the readable.id is a UUID (#108, thanks to @fotos)
    • βž• Add support for Rails 6
    • βž• Add support for Ruby 2.6
    • ⬇️ Drop support for Ruby 2.2 and 2.3 (EOL)
  • v0.10.1 Changes

    March 08, 2018

    πŸ›  Fixes gem installation issue with bin/console

  • v0.10.0 Changes

    February 14, 2018
    • mark_collection_as_read: Reduced number of transactions (#94, thanks to @fatkodima)
    • GarbageCollector: Reduced memory usage (#96, thanks to @fatkodima)
    • mark_as_read: Any collection allowed (#93, thanks to @koriroys )
    • βœ… Tested against Ruby 2.5.0 and Rails 5.2
    • ⬇️ Dropped support for Rails 3
    • ⬇️ Dropped support for Ruby 2.0 and 2.1
  • v0.9.1 Changes

    April 29, 2017
    • πŸ›  Fixes too long key on MySQL (#84, thanks to @punchdrunker)
    • πŸš… Uses versioned migration on Rails 5
    • βœ… Tested against Rails 5.1.0
  • v0.9.0 Changes

    March 25, 2017
    • πŸ‘ Allow multi-level STI (#81, #82, thanks to @meacuna)
    • ⬇️ Drop support for Ruby 1.9
  • v0.8.3 Changes

    December 18, 2016
    • Don’t care if .acts_as_reader or .acts_as_readable is called multiple times (#79)
  • v0.8.2 Changes

    August 22, 2016
    • βž• Added unique database constraint to make sure there are no duplicates in the read_marks table (#78, thanks to @allenwq)
    • πŸ›  Fixed database warnings using PostgreSQL (#76, thanks to @jumichot)
  • v0.8.1 Changes

    July 12, 2016
  • v0.8.0 Changes

    March 20, 2016
    • πŸ‘ Allows STI subclasses to be defined as readable without affecting parent classes (PR #68, thanks to @tangopium)
    • Support for pluralize_table_names = false (#69, thanks to @rlow)
    • πŸ‘Œ Support for Rails 5
    • Some cleanup

    Detailed changelog

  • v0.7.1 Changes

    November 06, 2015

    πŸ‘Œ Support for PostgreSQL (#65, thanks to @pyro2927)