Releases: jamesmoss/flywheel
Releases · jamesmoss/flywheel
0.6.0
0.5.3
Adds support for PHP 7.2 - thanks to @n-peugnet
0.5.2
0.5.1
0.5.0
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
!=
,!==
, andIN
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
0.4.2 Fix integers sorting in wrong direction
Fixes bug where first() didnt work on filtered results.
Fixes #21
Adding DocumentInterface
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
0.3.1 Fixing a sorting bug.
Adding NestedRepository
0.3.0 Updating CachedQuery so that it works with NestedRepository correctly.