@@ -5,65 +5,74 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.5.0] - 2022-01-23
9
+
8
10
### Changed
9
11
10
- - Removed the ` LaravelDumper ` facade in favor of registering custom casters directly
12
+ - Removed the ` LaravelDumper ` facade in favor of registering custom casters directly
11
13
12
14
## [ 0.4.0]
13
15
14
16
### Added
15
17
16
- - Added Laravel 9 support
18
+ - Added Laravel 9 support
17
19
18
20
## [ 0.3.0]
19
21
20
22
### Added
21
23
22
- - Added support for dynamic custom casters
23
- - Added ` LaravelDumper ` facade
24
- - Added custom ` Properties ` collection for easier manipulation of dumped properties
24
+ - Added support for dynamic custom casters
25
+ - Added ` LaravelDumper ` facade
26
+ - Added custom ` Properties ` collection for easier manipulation of dumped properties
25
27
26
28
### Changed
27
29
28
- - Changed ` Caster ` interface to use ` Properties ` collection
29
- - Updated all casters to use new ` Properties ` collection
30
+ - Changed ` Caster ` interface to use ` Properties ` collection
31
+ - Updated all casters to use new ` Properties ` collection
30
32
31
33
## [ 0.2.0]
32
34
33
35
### Added
34
36
35
- - Added ` ddf() ` and ` dumpf() ` for access to original ` dd() ` and ` dump() ` behavior
37
+ - Added ` ddf() ` and ` dumpf() ` for access to original ` dd() ` and ` dump() ` behavior
36
38
37
39
## [ 0.1.0]
38
40
39
41
### Added
40
42
41
- - Added support for Requests and Responses
42
- - Added support for ParameterBags
43
- - Added support for HeaderBags
43
+ - Added support for Requests and Responses
44
+ - Added support for ParameterBags
45
+ - Added support for HeaderBags
44
46
45
47
### Changed
46
48
47
- - Improved tests
49
+ - Improved tests
48
50
49
51
## [ 0.0.1]
50
52
51
53
### Added
52
54
53
- - Initial release
55
+ - Initial release
54
56
55
57
# Keep a Changelog Syntax
56
58
57
- - ` Added ` for new features.
58
- - ` Changed ` for changes in existing functionality.
59
- - ` Deprecated ` for soon-to-be removed features.
60
- - ` Removed ` for now removed features.
61
- - ` Fixed ` for any bug fixes.
62
- - ` Security ` in case of vulnerabilities.
59
+ - ` Added ` for new features.
60
+ - ` Changed ` for changes in existing functionality.
61
+ - ` Deprecated ` for soon-to-be removed features.
62
+ - ` Removed ` for now removed features.
63
+ - ` Fixed ` for any bug fixes.
64
+ - ` Security ` in case of vulnerabilities.
65
+
66
+ [ Unreleased ] : https://github.com/glhd/laravel-dumper/compare/0.5.0...HEAD
67
+
68
+ [ 0.5.0 ] : https://github.com/glhd/laravel-dumper/compare/0.4.0...0.5.0
63
69
64
- [ Unreleased ] : https://github.com/glhd/laravel-dumper/compare/0.4.0...HEAD
65
70
[ 0.4.0 ] : https://github.com/glhd/laravel-dumper/compare/0.3.0...0.4.0
71
+
66
72
[ 0.3.0 ] : https://github.com/glhd/laravel-dumper/compare/0.2.0...0.3.0
73
+
67
74
[ 0.2.0 ] : https://github.com/glhd/laravel-dumper/compare/0.1.0...0.2.0
75
+
68
76
[ 0.1.0 ] : https://github.com/glhd/laravel-dumper/compare/0.0.1...0.1.0
77
+
69
78
[ 0.0.1 ] : https://github.com/glhd/laravel-dumper
0 commit comments