Releases: meilisearch/meilisearch-swift
Releases · meilisearch/meilisearch-swift
v0.5.0 🕊
Changes
- Overload function 'getDocument' to accept identifier as Int too (#52) @ednofedulo
- Add support to Encodable types for addDocuments function (#53) @ppamorim
- Add dump support (#72) @ppamorim
- Addd waitForPending update method (#73) @ppamorim
Breaking changes ⚠️
- Make all the search parameters optional (#66) @curquiza
- Change the update status as enum and rename Type into UpdateType in Update model (#71) @ppamorim
Thanks again to @Ethenyl, @curquiza, @ednofedulo, @bidoubiwa and @ppamorim! 🎉
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