Skip to content

Commit 008569b

Browse files
committed
0.7.5
1 parent 9cc3412 commit 008569b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 0.7.5
4+
- Added support for $.length
5+
- Added trim to explode to support both 1,2,3 and 1, 2, 3 inputs
6+
- Dropped in_array strict equality check to be in line with the other standard equality checks such as (== and !=)
7+
38
### 0.7.4
49
- Removed PHPUnit from conflicting packages
510

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "softcreatr/jsonpath",
33
"description": "JSONPath implementation for parsing, searching and flattening arrays",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)