22
33This page tracks all notable changes to mdbook-embedify. The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
44
5+ ## [ 0.2.18] - 2025-10-14
6+
7+ ### ✨ New Features
8+
9+ - ** Enhanced App Rendering** : Added additional information display to final app rendering, providing more context to users about embedded content
10+
11+ ### 🔧 Improvements
12+
13+ - Better template documentation and examples for creating custom templates
14+ - Improved include app functionality with enhanced error handling
15+
516## [ 0.2.17] - 2025-01-05 🎉
617
718### ✨ New Features
@@ -19,14 +30,12 @@ This page tracks all notable changes to mdbook-embedify. The format is based on
1930<!-- embed ignore end -->
2031
2132- ** Comprehensive Testing Suite** : Added robust testing framework including:
22-
2333 - Book integration tests that validate entire mdbook builds
2434 - Parser testing for embed syntax validation
2535 - Language detection testing
2636 - Automated comparison of generated vs expected output
2737
2838- ** Enhanced Language Detection** : Major improvements to file extension mapping:
29-
3039 - Support for wildcard matching in filename patterns
3140 - Multi-dot file extensions (` .spec.ts ` , ` .test.js ` , etc.)
3241 - More accurate language detection using consolidated patterns
@@ -36,7 +45,6 @@ This page tracks all notable changes to mdbook-embedify. The format is based on
3645### 🔧 Improvements
3746
3847- ** Include App Enhancements** :
39-
4048 - Added ` type ` and ` range ` options for more flexible content inclusion
4149 - Better handling of markdown files with automatic code block wrapping
4250 - Wildcard matching support for include files
0 commit comments