|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines. |
| 5 | + |
| 6 | +<!-- changelog --> |
| 7 | + |
| 8 | +## [v0.1.0](https://github.com/futhr/doc_shell/compare/v0.1.0...v0.1.0) (2026-08-24) |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +### Features: |
| 14 | + |
| 15 | +* config: use notebooks as the default notebook source by Tobias Bohwalli |
| 16 | + |
| 17 | +* web: serve generated artifacts through a gated cache by futhr |
| 18 | + |
| 19 | +* mix: add the artifact build task by futhr |
| 20 | + |
| 21 | +* build: build the complete documentation artifact tree by futhr |
| 22 | + |
| 23 | +* config: resolve build settings from options, host config, and defaults by futhr |
| 24 | + |
| 25 | +* presentation: project content into typed presentation indexes by futhr |
| 26 | + |
| 27 | +* open_api: load OpenAPI documents through source adapters by futhr |
| 28 | + |
| 29 | +* generate: import Markdown guides and Livebook notebooks by futhr |
| 30 | + |
| 31 | +* generate: extract documentation from compiled modules by futhr |
| 32 | + |
| 33 | +* generate: share common document collection behavior by futhr |
| 34 | + |
| 35 | +* ast: parse Markdown into renderer-neutral syntax trees by futhr |
| 36 | + |
| 37 | +* json: coerce arbitrary terms into JSON-encodable values by futhr |
| 38 | + |
| 39 | +* artifact: store artifacts in versioned JSON envelopes by futhr |
| 40 | + |
| 41 | +### Bug Fixes: |
| 42 | + |
| 43 | +* notebooks: install DocShell in Livebook tutorials by futhr |
| 44 | + |
| 45 | +* package: remove the nonexistent changelog link by Tobias Bohwalli |
| 46 | + |
| 47 | +* deps: update Ash past security advisories by Tobias Bohwalli |
| 48 | + |
| 49 | +* cache: publish complete artifact generations atomically by futhr |
| 50 | + |
| 51 | +### Performance Improvements: |
| 52 | + |
| 53 | +* bench: measure the parsing, projection, and artifact hot paths by futhr |
0 commit comments