Packages
editorconfig_core
0.1.0
EditorConfig Core implementation for Elixir: parser, glob matcher, resolver, and CLI.
Current section
Files
Jump to
Current section
Files
editorconfig_core
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2026-07-25
### Added
- Initial implementation targeting EditorConfig specification 0.17.2.
- Parser, glob compiler, resolver, filesystem abstraction, typed property helpers, and escript CLI.
- Official `editorconfig-core-test` suite wired through CMake/CTest.
[0.1.0]: https://github.com/ivan-podgurskiy/editorconfig/releases/tag/v0.1.0