PublicActivity v1.6.4 Release Notes

Release Date: 2019-09-30 // over 4 years ago
    • ๐Ÿ›  Fixed exception when not using MySQL or Postgres (see #335, thanks to Roland Netzsch)
    • โž• Added create_activity! method which raises exception on failures, much like save! in ActiveRecord (see #334, thanks to Jonathan)
    • โž• Added support for ActiveRecord 6 by whitelisting it (see #332, thanks to Emre Demir)
    • โž• Added frozen_string_literal pragma to Ruby files for better performance (see #329, thanks to Krzysztof Rybka)