Packages

Elixir CAR (content archive) file support

Retired package: Deprecated - This library has been succeeded by the `:dasl` library. https://github.com/cometsh/elixir-dasl

Current section

Files

Jump to
car CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to elixir-car 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).
## [0.1.1] - 2025-05-27
### Fixed
- Correct typespecs for `CAR.decode/1` and `CAR.Decoder.decode/1`.
## [0.1.0] - 2025-05-26
Initial release.
### Added
- Support for decoding CAR files.
[unreleased]: https://github.com/cometsh/elixir-car/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/cometsh/elixir-car/releases/tag/v0.1.1
[0.1.0]: https://github.com/cometsh/elixir-car/releases/tag/v0.1.0