Releases: ExaDev/markmv
Releases · ExaDev/markmv
v1.25.0
1.25.0 (2025-06-15)
Features
- comprehensive test coverage improvements (cfe9deb)
Bug Fixes
- format generated files in CI workflow after schema generation (c0412ba)
- resolve CI issues with missing generated files and non-null assertions (ae0742d)
- resolve linting issues in test files (2b12214)
Styles
- auto-fix linting issues (b6e420d)
v1.24.0
v1.23.0
1.23.0 (2025-06-15)
Features
- add testAutoExposure function to demonstrate auto-exposure pattern (58bd8a2)
- add testAutoExposure handler to MCP server (9e173d1)
- add TypeDoc @group annotations and configuration enhancements (b60c31e)
- extend schema generator to support testAutoExposure function (2a746fc)
- implement JSON Schema-first auto-exposure pattern (af28353)
Bug Fixes
- remove any types and unused variables from test files (acf405b)
- resolve CI race condition by limiting auto-fixes to Node.js 22.x only (30d167c)
- resolve final linting issues with type assertions and any types (5c013af)
- resolve type assertions and linting issues (f5d9898)
- resolve variable name conflict in openapi test (dd5b02c)
Documentation
- enhance JSDoc documentation across core modules (a6a619e)
Styles
- auto-fix linting issues (cffac7c)
- auto-fix linting issues (8bde2ee)
- auto-fix linting issues (783a549)
- auto-fix linting issues (b27059e)
Code Refactoring
- enhance README generation with TypeDoc integration (600e7ec)
- remove legacy compatibility from API server (3e54033)
- simplify schema generation by removing TypeScript AST parsing (1a8cebd)
Tests
- add comprehensive auto-exposure test coverage (d387d04)
Build System
- migrate to pure ES modules (de39c05)
- modernize TypeScript config for ES modules (708d13c)
- regenerate auto-exposure artifacts with testAutoExposure function (9e17175)
Chores
v1.22.1
v1.22.0
1.22.0 (2025-06-15)
Features
- add JSON output support to all CLI commands (a463940)
- add MCP SDK dependency and binary commands for programmatic access (407dc3f)
- add TypeScript types for REST API interfaces (d684db3)
- enhance README generator with programmatic access documentation (5a259dc)
- implement Model Context Protocol (MCP) server (5096867)
- implement native Node.js REST API server (25c4351)
Documentation
- add comprehensive usage examples for API and MCP interfaces (8dc9bba)
- update README with comprehensive programmatic access methods (35815ae)
Chores
- update package-lock.json for MCP SDK dependency (64ebbc1)
v1.21.1
v1.21.0
1.21.0 (2025-06-15)
Features
- add CLI flags for index command directory scoping (b97df0c), closes #12
- add directory scoping options to index command (98fafdd), closes #12
- split publishing into separate independent steps (639b730)
Styles
- auto-fix linting issues (28e307a)
Chores
- trigger CI to verify clean build after auto-fixes (dd6ed3b)