Skip to content

Releases: GregoryConrad/mimir

flutter_mimir-v0.0.1-dev.2

30 Jan 21:20
Compare
Choose a tag to compare
 - **REFACTOR**: clean up some of the example code.

 - **FIX**: recreate example's macos/ with flutter 3.7.
 - **FIX**: make macos example app work with flutter 3.7.
 - **DOCS**: clarify some wording.

mimir-v0.0.1-dev.1

13 Jan 20:35
Compare
Choose a tag to compare
 - **FIX**: update to use latest milli api.

 - **FIX**: remove the invalid id (from video) TODO.

flutter_mimir-v0.0.1-dev.1

13 Jan 20:30
Compare
Choose a tag to compare
 - Update a dependency to the latest release.

mimir-v0.0.1-dev.0

12 Jan 18:37
Compare
Choose a tag to compare
 - **REFACTOR**: switch macOS and iOS build to use C generation.

 - **REFACTOR**: auto filter/sortby cleanup.
 - **REFACTOR**: refactor to use all_obkv_to_json.
 - **REFACTOR**: update rust code with suggestions from clippy.
 - **REFACTOR**: remove obkv dependency.
 - **REFACTOR**: move generated ffi files to src dir.
 - **REFACTOR**: switched over to parking_lot.
 - **REFACTOR**: clean up some cargo dependencies.
 - **PERF**: remove old macros and improve concurrency support.
 - **FIX**: search method contains true optional args.
 - **FIX**: switch Rust build script to copy ios gen c files to macos.
 - **FIX**: switch to POSIX semaphores for App Sandbox ([#100](https://github.com/GregoryConrad/mimir/issues/100)).
 - **FIX**: adding invalid documents throws exception instead of silently failing.
 - **FIX**: fix ci build failures by updating frb to 1.53.
 - **FIX**: increase the max db size.
 - **FIX**: no more autogenerate id & set_documents fix.
 - **FIX**: do not fail build on format fail.
 - **FIX**: fix dylib path in another test.
 - **FIX**: refactored repo to use root Cargo.toml.
 - **FIX**: update pubspec.yaml to meet pub.dev guidelines.
 - **FIX**: default resultsLimit to u32::MAX.
 - **FIX**: add android ffi support ([#58](https://github.com/GregoryConrad/mimir/issues/58)).
 - **FIX**: cocoapod source distribution ([#56](https://github.com/GregoryConrad/mimir/issues/56)).
 - **FIX**: add proper rust support for macOS/iOS ([#44](https://github.com/GregoryConrad/mimir/issues/44)).
 - **FEAT**: add automatic sortable fields.
 - **FEAT**: support for migration between milli versions ([#79](https://github.com/GregoryConrad/mimir/issues/79)).
 - **FEAT**: added convenience method updateSettings.
 - **FEAT**: add automatic filterable fields ([#60](https://github.com/GregoryConrad/mimir/issues/60)).
 - **FEAT**: Add filter convenience ([#45](https://github.com/GregoryConrad/mimir/issues/45)).
 - **DOCS**: added inline documentation for some ffi types.
 - **DOCS**: update package description to make pub.dev happy.
 - **DOCS**: update the changelog to remove previous commits.

flutter_mimir-v0.0.1-dev.0

12 Jan 18:38
Compare
Choose a tag to compare
 - **REFACTOR**: switch macOS and iOS build to use C generation.

 - **FIX**: disable macOS App Sandbox.
 - **FIX**: force library bundling for macOS/iOS in release mode.
 - **FIX**: ensure CMake will use local binaries if present.
 - **FIX**: add cache layer of downloads for iOS/macOS.
 - **FIX**: add FLUTTER_TARGET_PLATFORM to windows cmake.
 - **FIX**: hopefully finished the linux cmake.
 - **FIX**: work toward linux ffi support.
 - **FIX**: update pubspec.yaml to meet pub.dev guidelines.
 - **FIX**: add android ffi support ([#58](https://github.com/GregoryConrad/mimir/issues/58)).
 - **FIX**: cocoapod distribution uses GitHub release ([#57](https://github.com/GregoryConrad/mimir/issues/57)).
 - **FIX**: cocoapod source distribution ([#56](https://github.com/GregoryConrad/mimir/issues/56)).
 - **FIX**: add proper rust support for macOS/iOS ([#44](https://github.com/GregoryConrad/mimir/issues/44)).
 - **FEAT**: switch android build over to CMake to enable CI testing.
 - **DOCS**: update package description to make pub.dev happy.
 - **DOCS**: update the changelog to remove previous commits.

mimir-v0.0.0-dev.5

29 Nov 19:38
Compare
Choose a tag to compare
 - **FIX**: fix dylib path in another test.

 - **FIX**: refactored repo to use root Cargo.toml.

flutter_mimir-v0.0.0-dev.5

29 Nov 19:37
Compare
Choose a tag to compare
 - **FIX**: add FLUTTER_TARGET_PLATFORM to windows cmake.

 - **FIX**: hopefully finished the linux cmake.
 - **FIX**: work toward linux ffi support.

mimir-v0.0.0-dev.4

26 Nov 03:54
Compare
Choose a tag to compare
 - **REFACTOR**: move generated ffi files to src dir.

 - **DOCS**: added inline documentation for some ffi types.

flutter_mimir-v0.0.0-dev.4

26 Nov 04:00
Compare
Choose a tag to compare
 - Update a dependency to the latest release.

mimir-v0.0.0-dev.3

25 Nov 18:08
Compare
Choose a tag to compare
 - **DOCS**: update package description to make pub.dev happy.