Skip to content

Releases: jamesmoss/flywheel

0.6.0

Choose a tag to compare

@jamesmoss jamesmoss released this 13 Jan 11:45
  • Adds CONTAINS operator which can be used on both string and array fields. Thanks to @n-peugnet.

0.5.3

Choose a tag to compare

@jamesmoss jamesmoss released this 29 Nov 09:57

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

0.5.2

Choose a tag to compare

@jamesmoss jamesmoss released this 31 Jan 10:34

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

0.5.1 Pre-release
Pre-release

Choose a tag to compare

@jamesmoss jamesmoss released this 05 Jun 14:06

Fixes PHP 5.3 support.

0.5.0

0.5.0 Pre-release
Pre-release

Choose a tag to compare

@jamesmoss jamesmoss released this 05 Jun 13:56

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

Pre-release

Choose a tag to compare

@jamesmoss jamesmoss released this 24 Feb 23:35
0.4.2

Fix integers sorting in wrong direction

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

Choose a tag to compare

@jamesmoss jamesmoss released this 04 Jun 10:49

Fixes #21

Adding DocumentInterface

Pre-release

Choose a tag to compare

@jamesmoss jamesmoss released this 07 Feb 14:30

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

Pre-release

Choose a tag to compare

@jamesmoss jamesmoss released this 28 Jan 10:20
0.3.1

Fixing a sorting bug.

Adding NestedRepository

Pre-release

Choose a tag to compare

@jamesmoss jamesmoss released this 25 Jan 11:03
0.3.0

Updating CachedQuery so that it works with NestedRepository correctly.