- Dropping support for ActiveRecord 3, delegate method issue fix, deprecation fixes
- Fixing bug that caused randumb to override default scopes on models
- Fixing bug that occurred when using ActiveRecord 5.x
- Adding
order_by_rand
andorder_by_rand_weighted
scopes - Depricating
random
,random_weighted
, and random_weighted dynamic scopes
- Support for Active Record 4
- Added support for PostGIS
- Added random_weighted() (thanks mceachen)
- Added random_by_id_shuffle() to fix issue with uniq in postgres and provide some options