Skip to content

Commit 23bb8b2

Browse files
committed
chore: release v0.0.2
1 parent 3abf159 commit 23bb8b2

4 files changed

Lines changed: 69 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,70 @@ All notable changes to the "mkdocs-snippet-lens" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.2](https://github.com/main-branch/mkdocs-snippet-lens/compare/v0.0.1...v0.0.2) (2025-12-12)
8+
9+
10+
### Features
11+
12+
* Add diagnostic error handling for missing snippet files ([e3ce8ae](https://github.com/main-branch/mkdocs-snippet-lens/commit/e3ce8ae3d419daf62da90b7ce63f88589de14584))
13+
* Add PathResolver for snippet file path resolution ([08ae591](https://github.com/main-branch/mkdocs-snippet-lens/commit/08ae5915ddf9b82d6864e135e7c815d6398d9e43))
14+
* Add SnippetDetector for MkDocs snippet syntax detection ([21b7c31](https://github.com/main-branch/mkdocs-snippet-lens/commit/21b7c31d9dcb288acda83ad4f0c5bf6ea11648ee))
15+
* Add SnippetLinkProvider with layered testing architecture ([148b66a](https://github.com/main-branch/mkdocs-snippet-lens/commit/148b66ad775eea99291b5d178e1b422d0ef1e6ee))
16+
* Add toggle command and configuration settings ([49f4af1](https://github.com/main-branch/mkdocs-snippet-lens/commit/49f4af133d53b336f4e908329c0b18b0536f5cc9))
17+
* Enable automatic marketplace publishing ([3abf159](https://github.com/main-branch/mkdocs-snippet-lens/commit/3abf159f645eb15f81393620f8a9caea0c80a849))
18+
* Implement PreviewManager for ghost text previews ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
19+
* Register SnippetLinkProvider in extension activation ([c0439ff](https://github.com/main-branch/mkdocs-snippet-lens/commit/c0439ff62ea60b1330516f5b0935869de581bf14))
20+
* Render previews as indented block below snippet line ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
21+
22+
23+
### Bug Fixes
24+
25+
* **ci:** Compile tests before running unit tests ([cfb036b](https://github.com/main-branch/mkdocs-snippet-lens/commit/cfb036be357cbb1d5a50bcfbcc9235854822daeb))
26+
* Correct ghost text preview and link underline bugs ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
27+
* Correct snippet link offset calculation ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
28+
* Handle duplicate snippet references correctly ([bb7b87e](https://github.com/main-branch/mkdocs-snippet-lens/commit/bb7b87eb4b345952eb629e920288cb8a4a0e6b46))
29+
* Position ghost text after closing quote ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
30+
31+
32+
### Documentation
33+
34+
* Add contributing guidelines for PR workflow ([4af9d60](https://github.com/main-branch/mkdocs-snippet-lens/commit/4af9d60ded6c1d7592d4534d0af22c7b982acb77))
35+
* Add planning documents ([3643228](https://github.com/main-branch/mkdocs-snippet-lens/commit/3643228beb2937d602a71fcb7cf467edeb06bc6f))
36+
* Update guidance for TDD and test coverage ([f589812](https://github.com/main-branch/mkdocs-snippet-lens/commit/f589812d8389ebc8c818636a6e6910a9e50c0996))
37+
38+
39+
### Code Refactoring
40+
41+
* **ci:** Rename workflow from ci.yml to continuous-integration.yml ([ddb9f46](https://github.com/main-branch/mkdocs-snippet-lens/commit/ddb9f46402068d2abb197afe18af319b043daef2))
42+
* Extract inline formatting logic and improve build scripts ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
43+
* Extract preview content creation logic for better testability ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
44+
* Rename test directories to align with standard naming ([ee39591](https://github.com/main-branch/mkdocs-snippet-lens/commit/ee39591b0fed681e94a23015dbb58449aa25a7e0))
45+
46+
47+
### Miscellaneous Chores
48+
49+
* Add husky configuration ([1cccdb2](https://github.com/main-branch/mkdocs-snippet-lens/commit/1cccdb23e0d8aa59e9c9d2717c1afbcda0130d78))
50+
* Add markdown lint configuration ([bad193d](https://github.com/main-branch/mkdocs-snippet-lens/commit/bad193d2ff862bd49746beac9b3b57128ce2dd06))
51+
* Enhance clean scripts to remove all build artifacts ([ff081f9](https://github.com/main-branch/mkdocs-snippet-lens/commit/ff081f936b36b48fcee564af74fea7a0e1003564))
52+
* Initial project generated with yo ([5ada532](https://github.com/main-branch/mkdocs-snippet-lens/commit/5ada5321e8e519abebe882d7e5a56db3128a0341))
53+
* Update repository to main-branch organization ([a38613f](https://github.com/main-branch/mkdocs-snippet-lens/commit/a38613f023c9d7553fea6d8ae4ab5fc930cc4c5a))
54+
55+
56+
### Continuous Integration
57+
58+
* Add GitHub Actions CI workflow ([aec58f3](https://github.com/main-branch/mkdocs-snippet-lens/commit/aec58f3a296a352721bfd077cd91c07d293eee8b))
59+
* Add release-please workflow for automated releases ([c11f6c6](https://github.com/main-branch/mkdocs-snippet-lens/commit/c11f6c60244de9cdfd4a6693516dbe7cb43dc19e))
60+
* Optimize CI workflows and enforce conventional commits ([20e84db](https://github.com/main-branch/mkdocs-snippet-lens/commit/20e84db2c7433bad124a55d3d559c21ff64ce7d3))
61+
* Trigger GitHub Actions to verify workflows ([b21e3fd](https://github.com/main-branch/mkdocs-snippet-lens/commit/b21e3fdda1611da10473254d40833a04533b557e))
62+
63+
64+
### Tests
65+
66+
* Add code coverage reporting and fail build if coverage is below 100% ([c780b0d](https://github.com/main-branch/mkdocs-snippet-lens/commit/c780b0da7b2db1f8ca14c82f425cc66a4e4e3deb))
67+
* Add tests documenting VS Code decoration API limitations ([7e1909a](https://github.com/main-branch/mkdocs-snippet-lens/commit/7e1909aa6ad970b0ee9b5e4d9f523be051ccdbf8))
68+
* Configure coverage checking ([42e0c79](https://github.com/main-branch/mkdocs-snippet-lens/commit/42e0c79a7a9d501dd893a6c4ea9655e056430c47))
69+
* Remove duplicate and non-functional tests ([002d28e](https://github.com/main-branch/mkdocs-snippet-lens/commit/002d28ecfa868e27b7a5a3e601cedd2c8fb2f7e1))
70+
771
## [Unreleased]
872

9-
- Initial release
73+
- Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mkdocs-snippet-lens",
33
"displayName": "mkdocs-snippet-lens",
44
"description": "Preview and open MkDocs --8<-- snippets directly in VS Code.",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "main-branch",
77
"icon": "icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)