Stew
1d9605bc93
fix: liveQuery with containedIn not working when object field is an array ( #8128 )
2022-09-17 13:59:45 +02:00
Jason Posthuma
d8dc524c08
Add check for property ( #7421 )
...
* Add check for property
* updated changelog
* Fixed logic returning false positive
* Added test case
* update change log
2021-06-21 16:11:15 -07:00
Diamond Lewis
93781b2195
feat(LiveQuery): Support $and, $nor, $containedBy, $geoWithin ( #7113 )
...
* feat(LiveQuery): Support $and, $nor, $containedBy, $geoWithin, $geoIntersects
* Update CHANGELOG.md
* Update CHANGELOG.md
2021-01-11 01:35:32 -06:00
Diamond Lewis
e6ac3b6932
fix(prettier): Properly handle lint-stage files ( #6970 )
...
Now handles top level files and recursive files in folders.
Set max line length to be 100
2020-10-25 15:06:58 -05:00
ananfang
fa97df5f4e
Decode Date JSON value at LiveQuery ( #5540 )
2019-04-30 13:00:23 -05:00
Florent Vilmart
d83a0b6808
Use Prettier JS ( #5017 )
...
* Adds prettier
* Run lint before tests
2018-09-01 13:58:06 -04:00
Florent Vilmart
ae1a8226d5
Removes need to use babel-register ( #4865 )
...
* Removes need to use babel-register
- Adds watch to watch changes when running the test to regenerate
- Tests are now pure node 8
* Adds timing to helper.js
* Update contribution guide
* Adds inline sourcemaps generation to restore coverage
* nits
2018-07-02 23:30:14 -04:00
Florent Vilmart
b754d51e8e
chore(package): update jasmine to version 3.0.0 ( #4553 )
...
* chore(package): update jasmine to version 3.0.0
Closes #4547
* Fixes failing tests for jasmine 3.0
Starting 3.0, done(something) will fail
* Update tests so they dont leverage var, but let and const
With jasmine 3.0, the randomization engine was making the test fails because of the scope of `var`
* Remove randomizer
* Use same adapter for PG tests, drop table to ensure the tests dont side effect
2018-02-17 09:55:30 -05:00
Florent Vilmart
2a168936fc
Adds support for pointer/string pointers comparison in LiveQuery ( #4231 )
...
* Adds support for pointer/string pointers comparison in LiveQuery
* nits
* Makes sure needed is set
* Update QueryTools.js
* Update QueryTools.js
2017-10-03 13:50:20 -04:00
Florent Vilmart
8d8a8b250e
Fixes issue affecting liveQuery on location null/undefined values ( #4171 )
2017-09-17 11:57:11 +03:00
David Starke
df029b82eb
LiveQuery should match subobjects with dot notation ( #3322 )
...
* LiveQuery should match subobjects with dot notation
* one additional test case
2017-01-06 17:06:25 -08:00
David Poetzsch-Heffter
8f1c1f419b
fixing equals on array columns in live query ( #3089 )
2016-11-24 20:42:53 -05:00
André Luiz Cardoso
3dccd61222
Matching queries with doesNotExist constraint
2016-03-29 11:28:45 -03:00
Drew Gross
b8b86264f9
Fix flaky test
2016-03-24 19:48:41 -07:00
wangmengyan95
555e25bf33
Add LiveQuery
2016-03-18 12:32:31 -07:00