Skip to content

Releases: jamesmoss/flywheel

0.6.0

13 Jan 11:45
Compare
Choose a tag to compare
  • Adds CONTAINS operator which can be used on both string and array fields. Thanks to @n-peugnet.

0.5.3

29 Nov 09:57
Compare
Choose a tag to compare

Adds support for PHP 7.2 - thanks to @n-peugnet

0.5.2

31 Jan 10:34
Compare
Choose a tag to compare

Replaced usage of glob() function in Repository::getAllFiles() with FilesystemIterator. This enables any valid streamWrapper to support directory scanning. Big thanks to @brzuchal for this addition.

0.5.1

05 Jun 14:06
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixes PHP 5.3 support.

0.5.0

05 Jun 13:56
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Adds the following:

  • Multiple where clauses.
  • Sub where clauses.
  • Sorting by nested document properties.
  • Second parameter (offset) on Query::limit() is no longer required and defaults to 0.
  • Add sorting and querying by document ID using __id.
  • Added !=, !==, and IN operators.
  • Don't throw E_NOTICE if querying a field that doesn't exist on a document.
  • Properties that are defined but null on documents are now handled properly.
  • Official PHP 7 support.

Fix incorrect sorting of integers

24 Feb 23:35
Compare
Choose a tag to compare
Pre-release
0.4.2

Fix integers sorting in wrong direction

Fixes bug where first() didnt work on filtered results.

04 Jun 10:49
Compare
Choose a tag to compare

Adding DocumentInterface

07 Feb 14:30
Compare
Choose a tag to compare
Pre-release

This release also addresses an issue with duplicate files when changing a document's ID as well as moving from Symfony's YAML component to Spyc

Fixing bug when sorting missing fields

28 Jan 10:20
Compare
Choose a tag to compare
Pre-release
0.3.1

Fixing a sorting bug.

Adding NestedRepository

25 Jan 11:03
Compare
Choose a tag to compare
Pre-release
0.3.0

Updating CachedQuery so that it works with NestedRepository correctly.