v0.5.0 🛤
⚠️ Breaking changes
- Add a "submodule" called Rails (#106) @brunoocasali
To prevent problems in the future #106 was merged and to use this version, changes should be done in order to use successfully.
The most common replacements you should do are:
include MeiliSearch
should be nowinclude MeiliSearch::Rails
MeiliSearch.configuration =
should be nowMeiliSearch::Rails.configuration =
Be aware about every internal can be accessed from the namespaced model MeiliSearch::Rails
, if you call MeiliSearch::SomeClass
you'll be accessing an internal from meilisearch-ruby
not meilisearch-rails
.
🐛 Bug Fixes
- Fix Rails module calls inside the Meilisearch::Rails & Add smoke-test workflow step (#108) @brunoocasali
🚀 Enhancements
- Add sortable attributes and update README (#113, #118) @cjilbert504
- Add official support to rails 7 (#116) @excid3
Thanks again to @brunoocasali, @cjilbert504 and @excid3! 🎉