You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to `Immutable Collections for PHP` will be documented in this file.
4
+
5
+
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6
+
7
+
8
+
## 1.1.1 - 2019-01-27
9
+
10
+
### Added
11
+
- Tests namespace to the `autoload_dev`
12
+
13
+
### Removed
14
+
- Tests namespaces from the `autoload`
15
+
16
+
## 1.1.0 - 2019-01-27
17
+
18
+
### Added
19
+
- declared strict types in all PHP files.
20
+
21
+
22
+
## 1.0.0 - 2019-01-26 [Initial Release]
23
+
24
+
### Added
25
+
- The [Immutable List Collection](https://github.com/dcsg/php-immutable-collections/blob/master/src/ImmutableCollection.php) and [Immutable Set Collection](https://github.com/dcsg/php-immutable-collections/blob/master/src/SetImmutableCollection.php)
0 commit comments