> For the complete documentation index, see [llms.txt](https://senselab.gitbook.io/senselab-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://senselab.gitbook.io/senselab-docs/vendor/sebastian/exporter/changelog.md).

# ChangeLog

All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [6.3.2](https://github.com/sebastianbergmann/exporter/compare/6.3.1...6.3.2) - 2025-09-24

### Changed

* Suppress `unexpected NAN value was coerced to string` warning triggered on PHP 8.5

## [6.3.1](https://github.com/sebastianbergmann/exporter/compare/6.3.0...6.3.1) - 2025-09-22

### Changed

* Suppress `not representable as an int, cast occurred` warning triggered on PHP 8.5

## [6.3.0](https://github.com/sebastianbergmann/exporter/compare/6.2.0...6.3.0) - 2024-12-05

### Added

* Optional constructor argument to control maximum string length

### Deprecated

* Optional argument for `shortenedRecursiveExport()` and `shortenedExport()` to control maximum string length


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://senselab.gitbook.io/senselab-docs/vendor/sebastian/exporter/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
