You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
282 B

4 years ago
  1. ##### Methods that have not been implemented:
  2. - ~~`containsStrict`~~ use `contains()`
  3. - ~~`duplicatesStrict`~~ use `duplicates()`
  4. - ~~`uniqueStrict`~~ use `unique()`
  5. - ~~`whereStrict`~~ use `where()`
  6. - ~~`whereInStrict`~~ use `whereIn()`
  7. - ~~`whereNotInStrict`~~ use `whereNotIn()`