Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

102 lines (57 loc) · 2.29 KB

Changelog

All notable changes will be documented in this file following the Keep a Changelog format. This project adheres to Semantic Versioning.

2.0.0 - 2023-12-16

1.1.0 - 2023-02-17

Added

  • Added Laravel 10 support

1.0.1 - 2022-02-10

Fixed

  • Fixed how bindings are merged into SQL queries when dumping a query builder

1.0.0 - 2022-01-24

0.5.0 - 2022-01-23

Changed

  • Removed the LaravelDumper facade in favor of registering custom casters directly

Added

  • Added Laravel 9 support

Added

  • Added support for dynamic custom casters
  • Added LaravelDumper facade
  • Added custom Properties collection for easier manipulation of dumped properties

Changed

  • Changed Caster interface to use Properties collection
  • Updated all casters to use new Properties collection

Added

  • Added ddf() and dumpf() for access to original dd() and dump() behavior

Added

  • Added support for Requests and Responses
  • Added support for ParameterBags
  • Added support for HeaderBags

Changed

  • Improved tests

Added

  • Initial release

Keep a Changelog Syntax

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.