# 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.1.3](https://github.com/facet-rs/facet/compare/fable-v0.1.2...fable-v0.1.3) - 2026-06-28
### Other
- add typed query plans
- add reusable predicate plans
## [0.1.2](https://github.com/facet-rs/facet/compare/fable-v0.1.1...fable-v0.1.2) - 2026-06-26
### Other
- updated the following local packages: facet-core
## [0.1.1](https://github.com/facet-rs/facet/compare/fable-v0.1.0...fable-v0.1.1) - 2026-06-26
### Other
- Bundle Weavy IR analysis results
## [0.1.0](https://github.com/facet-rs/facet/compare/fable-v0.0.0...fable-v0.1.0) - 2026-06-25
### Added
- *(fable)* add typed transform plans
- *(fable)* support named roots
- *(fable)* add POD struct literals
- *(fable)* support indexed paths
- *(fable)* add mutable field intrinsics
- *(fable)* add field host intrinsics
- *(fable)* add host intrinsic registry
- *(fable)* lower typed intrinsic calls
- *(fable)* add typed scalar locals
### Other
- Move Fable plans onto canonical Weavy IR
- content-quality pass across the ecosystem (consistency, structure, friendliness)
- fix internal broken links (vox spec links + README license links to absolute)
- add READMEs for fable, weavy, copypatch, facet-hash; fable+weavy subsites include theirs
- give the vendored products their own subsites
- Use typed Fable expression lanes
- Add basic Fable lowering
- Add Fable syntax crate