File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1- 4.0 .0
1+ 4.1 .0
22-------
33
4- **breaking changes**
4+ * Updated package to require and make use of php 7.4.2+.
5+ * Removal of deprecated functionality.
56
6- * Updated codebase to make use of php 7.4.2+ features. Package is now 7.4.2+ dependent.
7- * Updated exceptions that are thrown when trying to access a key in a map structure.
8- This now throws an InvalidKeyException (still inheriting from JitesoftException)
9- instead of a InvalidArgumentException.
10- * Updated exception thrown when trying to access a invalid link in a node. This
11- now throws an OutOfBoundsException instead of an InvalidArgumentException.
127
13- **features**
8+ 4.0.0
9+ -------
10+
11+ This would be a minor release if it was not for some minor breaking changes.
1412
1513* Added `tryGet` method to MAP interface / implementations.
1614 The tryGet method accepts a key and an optional default return value
1715 in case the key does not exist.
1816* Made some minor cleanup to the codebase and tests to make sure that the
1917 required standards are followed.
2018
19+ **breaking changes**
20+
21+ * Updated exceptions that are thrown when trying to access a key in a map structure.
22+ This now throws an InvalidKeyException (still inheriting from JitesoftException)
23+ instead of a InvalidArgumentException.
24+ * Updated exception thrown when trying to access a invalid link in a node. This
25+ now throws an OutOfBoundsException instead of an InvalidArgumentException.
You can’t perform that action at this time.
0 commit comments