-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
25 lines (18 loc) · 869 Bytes
/
CHANGELOG
File metadata and controls
25 lines (18 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
4.1.0
-------
* Updated package to require and make use of php 7.4.2+.
* Removal of deprecated functionality.
4.0.0
-------
This would be a minor release if it was not for some minor breaking changes.
* Added `tryGet` method to MAP interface / implementations.
The tryGet method accepts a key and an optional default return value
in case the key does not exist.
* Made some minor cleanup to the codebase and tests to make sure that the
required standards are followed.
**breaking changes**
* Updated exceptions that are thrown when trying to access a key in a map structure.
This now throws an InvalidKeyException (still inheriting from JitesoftException)
instead of a InvalidArgumentException.
* Updated exception thrown when trying to access a invalid link in a node. This
now throws an OutOfBoundsException instead of an InvalidArgumentException.