23 lines
1008 B
Markdown
23 lines
1008 B
Markdown
# Changelog
|
|
|
|
## 2026-05-02 - 1.1.0 - feat(documentation-directory)
|
|
add typed markdown directory ingestion with author normalization and test coverage
|
|
|
|
- Introduces a new DocumentationDirectory implementation that reads markdown files into typed article objects
|
|
- Normalizes article metadata from frontmatter, including title fallback behavior and author parsing
|
|
- Replaces placeholder exports with the actual public API and adds a fixture-based node test
|
|
- Updates package exports, TypeScript configuration, and dependency versions to support the new implementation
|
|
- Refreshes project metadata and README to document the documented article ingestion workflow
|
|
|
|
## 2024-05-29 - 1.0.2 - maintenance
|
|
Maintenance and project metadata updates across the 1.0.2 release line.
|
|
|
|
- Updated project description
|
|
- Updated TypeScript configuration
|
|
- Updated npm metadata for git host configuration
|
|
- Switched to the new organization scheme
|
|
|
|
## 2022-06-10 - 1.0.1 - core
|
|
Core maintenance update.
|
|
|
|
- Fixed core update issue |