Current section
Files
Jump to
Current section
Files
phoenix_profiler
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2022-09-28
### Added
- Support for LiveView 0.18.0 (#65)
- Handle multiple body tags (#60)
### Removed
- Support for LiveView < 0.16.0 (#65)
## [0.1.0] - 2022-03-03
### Added
- Initial release of the web profiler and debug toolbar.
[Unreleased]: https://github.com/mcrumm/phoenix_profiler/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/mcrumm/phoenix_profiler/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mcrumm/phoenix_profiler/releases/tag/v0.1.0