# Changelog: browserinfo
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.1.5] (2026-01-17)
### Added
* `list` into `Makefile`
### Removed
* `static-web-minify`
## [0.1.4] (2025-12-15)
### Added
* `from_json_str()`
## [0.1.3] (2025-12-11)
### Added
* `is_dark_mode` to `JsInfo``.
## [0.1.2] (2025-12-07)
### Added
* `.github`
* `README.tpl`
### Fixed
* `clippy::useless_conversion`
### Deleted
* component and backends: split to `browserinfocm`
## [0.1.1] (2025-12-04)
### Added
* first commit
[Unreleased]: https://github.com/aki-akaguma/browserinfo/compare/v0.1.5..HEAD
[0.1.5]: https://github.com/aki-akaguma/browserinfo/compare/v0.1.4..v0.1.5
[0.1.4]: https://github.com/aki-akaguma/browserinfo/compare/v0.1.3..v0.1.4
[0.1.3]: https://github.com/aki-akaguma/browserinfo/compare/v0.1.2..v0.1.3
[0.1.2]: https://github.com/aki-akaguma/browserinfo/compare/v0.1.1..v0.1.2
[0.1.1]: https://github.com/aki-akaguma/browserinfo/compare/v0.1.0..v0.1.1
[0.1.0]: https://github.com/aki-akaguma/browserinfo/releases/tag/v0.1.0