Skip to content

Commit 93031c6

Browse files
committed
2 parents 6bb2ab4 + 5fa6246 commit 93031c6

File tree

1 file changed

+29
-20
lines changed

1 file changed

+29
-20
lines changed

CHANGELOG.md

+29-20
Original file line numberDiff line numberDiff line change
@@ -5,65 +5,74 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2
55

66
## [Unreleased]
77

8+
## [0.5.0] - 2022-01-23
9+
810
### Changed
911

10-
- Removed the `LaravelDumper` facade in favor of registering custom casters directly
12+
- Removed the `LaravelDumper` facade in favor of registering custom casters directly
1113

1214
## [0.4.0]
1315

1416
### Added
1517

16-
- Added Laravel 9 support
18+
- Added Laravel 9 support
1719

1820
## [0.3.0]
1921

2022
### Added
2123

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
2527

2628
### Changed
2729

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
3032

3133
## [0.2.0]
3234

3335
### Added
3436

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
3638

3739
## [0.1.0]
3840

3941
### Added
4042

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
4446

4547
### Changed
4648

47-
- Improved tests
49+
- Improved tests
4850

4951
## [0.0.1]
5052

5153
### Added
5254

53-
- Initial release
55+
- Initial release
5456

5557
# Keep a Changelog Syntax
5658

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
6369

64-
[Unreleased]: https://github.com/glhd/laravel-dumper/compare/0.4.0...HEAD
6570
[0.4.0]: https://github.com/glhd/laravel-dumper/compare/0.3.0...0.4.0
71+
6672
[0.3.0]: https://github.com/glhd/laravel-dumper/compare/0.2.0...0.3.0
73+
6774
[0.2.0]: https://github.com/glhd/laravel-dumper/compare/0.1.0...0.2.0
75+
6876
[0.1.0]: https://github.com/glhd/laravel-dumper/compare/0.0.1...0.1.0
77+
6978
[0.0.1]: https://github.com/glhd/laravel-dumper

0 commit comments

Comments
 (0)