Releases: meilisearch/meilisearch-swift
Releases · meilisearch/meilisearch-swift
v0.4.0 🕊
Breaking changes ⚠️
- Remove acceptNewFields routes (#51) @Ethenyl
- Change search method from get to post (#30) @bidoubiwa
Thanks again to @Ethenyl, @bidoubiwa, and @curquiza.
Special thanks to @ppamorim who improved all the tests! 🎉
v0.3.0 🕊
Changes
Breaking changes ⚠️
- Remove sys-info routes (#50) @Ethenyl
- Add primaryKey during index creation (#32) @bidoubiwa and @ppamorim
name
is optional inIndex
struct (#32) @bidoubiwa and @ppamorim
Fixes
- Fix
updateDocuments
method (#32) @bidoubiwa and @ppamorim - Use the
apiKey
when requesting (#32) @bidoubiwa and @ppamorim - Fix
deleteBatch
method (#32) @bidoubiwa and @ppamorim - Fix
updateIndex
method (#32) @bidoubiwa and @ppamorim
Thanks again to @Ethenyl, @bidoubiwa, @curquiza and @ppamorim! 🎉
v0.2.0 🕊
Changes
- MeiliSearch bump to v0.13.0 (#28) @curquiza
- Add release drafter (#17) @curquiza
- Add CONTRIBUTING.md (#19) @curquiza
- Update github actions to not run the documentation action when opening a PR (#23) @ppamorim
- Update swift-test.yml to run it on every PR, not only pointing to master (#27) @curquiza
- Feature/facets (#16) @ppamorim