Releases: public-activity/public_activity
Releases · public-activity/public_activity
v3.0.2
What's Changed
- Refactor prepare_parameters method to handle nil parameters by @palhimalaya in #387
- Pin sqlite3 version to 1.* by @sato11 in #389
- Removes duplicate indexes from activities migration template by @adamkiczula in #379
New Contributors
- @palhimalaya made their first contribution in #387
- @sato11 made their first contribution in #389
- @adamkiczula made their first contribution in #379
Full Changelog: v3.0.1...v3.0.2
v3.0.0
v2.0.2
2.0.1
- Fixed Fix regression in generated migration (s. #368, thanks Colin Bonner)
Full Changelog: v2.0.0...v2.0.1
2.0.0
1.6.4
- Fixed exception when not using MySQL or Postgres (see #335, thanks to Roland Netzsch)
- Added
create_activity!method which raises exception on failures, much likesave!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)
1.6.3
Changelog
- Fixed a bug which resulted in crashes when PostgreSQL connection failed (see #328, thanks to Ken Greeff)
- Fixed a bug which resulted in crashes when MySQL connection failed (see #327, thanks to Miquel Sabaté Solà)