Skip to content

Releases: flutter-news-app-full-source-code/data-inmemory

v1.1.0

03 Nov 15:11
306a81b

Choose a tag to compare

This release significantly enhances the text search capabilities of the in-memory data client by introducing a generic $regex operator. This change replaces the previous, more limited 'q' search parameter with a flexible regular expression-based approach, allowing users to perform advanced pattern matching on any string field. The update also includes corresponding documentation, test, and internal code adjustments to support this new functionality.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Oct 15:54
a54db1b

Choose a tag to compare

What's Changed

  • chore(release): bump version to 1.0.1 by @fulleni in #7

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Oct 06:37

Choose a tag to compare

build(deps): update core to v1.2.0 and data_client to v1.0.0

- Update core dependency from specific commit to version 1.2.0
- Update data_client dependency from specific commit to version 1.0.0
- Update corresponding resolved refs in pubspec.lock