collect.js
Advanced tools
Comparing version 3.0.1 to 3.0.3
{ | ||
"name": "collect.js", | ||
"version": "3.0.1", | ||
"version": "3.0.3", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# <img src="https://raw.githubusercontent.com/ecrmnn/collect.js/master/collectjs.jpg" alt="collect.js"> | ||
> Convenient wrapper for working with arrays and objects | ||
> Convenient and dependency free wrapper for working with arrays and objects | ||
@@ -17,3 +17,3 @@ [![Travis](https://img.shields.io/travis/ecrmnn/collect.js.svg?style=flat-square)](https://travis-ci.org/ecrmnn/collect.js.svg?branch=master) | ||
### Tip | ||
Using Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections 5.4. | ||
Using Laravel as your backend? Collect.js offers an (almost) identical api to Laravel Collections 5.4. [See differences](#strictness-and-comparisons). | ||
@@ -103,8 +103,8 @@ ### Usage | ||
##### Methods that have not been implemented: | ||
- containsStrict | ||
- toArray | ||
- uniqueStrict | ||
- whereStrict | ||
- whereInStrict | ||
- whereNotInStrict | ||
- ~~``containsStrict``~~ use ``contains()`` | ||
- ~~``toArray``~~ use ``all()`` | ||
- ~~``uniqueStrict``~~ use ``unique()`` | ||
- ~~``whereStrict``~~ use ``where()`` | ||
- ~~``whereInStrict``~~ use ``whereIn()`` | ||
- ~~``whereNotInStrict``~~ use ``whereNotIn()`` | ||
@@ -111,0 +111,0 @@ #### ``all()`` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218414