Skip to content

Tags: ExaDev/markmv

Tags

v1.29.1

Toggle v1.29.1's commit message
chore(release): 1.29.1 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.29.1](v1.29.0...v1.29.1) (2025-07-30)

### Documentation

* update CI badge workflow reference ([0fc892d](0fc892d))

### Chores

* ignore test-data directory ([7061388](7061388))

v1.29.0

Toggle v1.29.0's commit message
chore(release): 1.29.0 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.29.0](v1.28.0...v1.29.0) (2025-07-16)

### Features

* add default directory handling to validate command ([8f55b7c](8f55b7c))
* add table of contents generation command ([fde93e0](fde93e0))
* export toc command from main index ([adfd303](adfd303))
* integrate toc command into CLI ([4d3ed63](4d3ed63))
* make validate command files argument optional ([f7782fa](f7782fa))

### Bug Fixes

* handle optional marker parameter in toc command ([2bf81ce](2bf81ce))
* improve cross-platform path handling in validate command ([c72b987](c72b987))
* normalize all patterns for Windows glob compatibility ([60ef497](60ef497))

### Styles

* apply consistent code formatting ([da47c78](da47c78))
* auto-fix linting issues ([cbb05a2](cbb05a2))
* auto-fix linting issues ([e3be3a1](e3be3a1))

### Code Refactoring

* add type safety improvements to TOC command ([53d7cb9](53d7cb9))
* **scripts:** remove timestamp generation from schema files ([f2830e6](f2830e6))

### Tests

* add comprehensive CLI tests for validate command ([e877b2f](e877b2f))
* update CLI test for new toc command ([68ac86e](68ac86e))
* update schema tests to verify no timestamps ([9ea8ae9](9ea8ae9))

### Build System

* regenerate API schemas and validators ([b22494b](b22494b))
* regenerate schemas without timestamps ([20656e6](20656e6))
* regenerate schemas without timestamps ([6348bdb](6348bdb))
* update generated files after TypeScript fix ([5adcb24](5adcb24))
* update generated files after validate command changes ([e7d49b8](e7d49b8))

v1.28.0

Toggle v1.28.0's commit message
chore(release): 1.28.0 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.28.0](v1.27.0...v1.28.0) (2025-07-16)

### Features

* add barrel command for themed content aggregation ([#30](#30)) ([f149927](f149927))

v1.27.0

Toggle v1.27.0's commit message
chore(release): 1.27.0 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.27.0](v1.26.2...v1.27.0) (2025-07-16)

### Features

* add table of contents generation to index command ([#28](#28)) ([6bd9679](6bd9679)), closes [#27](#27)

### Styles

* auto-fix linting issues ([bb0b951](bb0b951))

v1.26.2

Toggle v1.26.2's commit message
chore(release): 1.26.2 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.26.2](v1.26.1...v1.26.2) (2025-06-16)

### Bug Fixes

* add missing shell bash directive to Windows PowerShell steps ([8c317e5](8c317e5))

v1.26.1

Toggle v1.26.1's commit message
chore(release): 1.26.1 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.26.1](v1.26.0...v1.26.1) (2025-06-16)

### Bug Fixes

* normalize glob patterns for Windows compatibility in CLI index command ([917e03c](917e03c))

### Styles

* auto-fix linting issues ([355c291](355c291))

v1.26.0

Toggle v1.26.0's commit message
chore(release): 1.26.0 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.26.0](v1.25.3...v1.26.0) (2025-06-16)

### Features

* add comprehensive broken link validation command ([0e95b09](0e95b09))
* add cross-platform test utilities for filesystem detection ([953f011](953f011))
* add local cross-platform testing script ([07e0130](07e0130))
* **cli:** integrate validate command with comprehensive options ([60c8941](60c8941))
* **core:** enhance LinkValidator with anchor validation and new interfaces ([316c9a4](316c9a4))
* **index:** export validate command and functions ([52436f8](52436f8))

### Bug Fixes

* add proper TypeScript types for createConditionalTest function ([f88a487](f88a487))
* add schema generation step to cross-platform tests workflow ([585111e](585111e))
* commit generated files for CI compatibility ([7906e26](7906e26))
* eliminate type assertions to resolve linting errors ([5ad3709](5ad3709))
* enhance TypeScript ESM module resolution for Windows compatibility ([6ef42c2](6ef42c2))
* handle Windows drive letters in path tests and improve regex for multiline timestamps ([055c492](055c492))
* implement Windows-compatible dynamic imports for generated modules ([1f97c38](1f97c38))
* make transaction-manager max retries test platform-specific ([ee9ae8c](ee9ae8c))
* resolve additional Windows test failures in file-utils, link-refactorer, link-parser, and generate-schemas tests ([3576e40](3576e40))
* resolve CI failures in cross-platform testing and Windows builds ([89b10a3](89b10a3))
* resolve CI test failures ([1bf0e85](1bf0e85))
* resolve cross-platform test assertion failures ([efcb982](efcb982))
* resolve final Windows compatibility issues ([a83019a](a83019a))
* resolve linting errors in cross-platform test utilities ([c22775e](c22775e))
* resolve remaining linting issues in stub files ([a947c90](a947c90))
* resolve remaining Windows path separator issues in tests ([57210e2](57210e2))
* resolve TypeScript errors in cross-platform test helpers ([8e10ba9](8e10ba9))
* resolve TypeScript linting errors from Windows compatibility fix ([6182df2](6182df2))
* resolve Windows cross-platform test failures ([ebab4b3](ebab4b3))
* resolve Windows path separator issues and runtime module resolution ([53cc879](53cc879))
* resolve Windows TypeScript compilation with ESM imports ([6527884](6527884))
* use require() with fallback stubs for Windows compatibility ([c56e0fe](c56e0fe))

### Documentation

* add comprehensive cross-platform testing guide ([423d3e0](423d3e0))

### Styles

* auto-fix linting issues ([4d9576f](4d9576f))
* auto-fix linting issues ([b24cc9a](b24cc9a))
* auto-fix linting issues ([7e97998](7e97998))
* auto-fix linting issues ([5152a71](5152a71))
* auto-fix linting issues ([a9e8460](a9e8460))
* auto-fix linting issues ([73079e0](73079e0))
* auto-fix linting issues ([97f34be](97f34be))
* auto-fix linting issues ([7d962b0](7d962b0))
* auto-fix linting issues ([b7b0575](b7b0575))
* auto-fix linting issues ([60ea599](60ea599))

### Tests

* add comprehensive tests for cross-platform utilities ([c216a00](c216a00))
* **cli:** update test to expect 7 commands including validate ([59ceb8f](59ceb8f))
* enhance path utilities with cross-platform scenarios ([21a1b0a](21a1b0a))

### Continuous Integration

* add dedicated cross-platform testing workflow ([eb91d16](eb91d16))
* add multi-OS testing matrix to main workflow ([21a79ec](21a79ec))

v1.25.3

Toggle v1.25.3's commit message
chore(release): 1.25.3 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.25.3](v1.25.2...v1.25.3) (2025-06-15)

### Bug Fixes

* change npm publishing strategy to avoid tarball path interpretation issues ([db34d7e](db34d7e))

v1.25.2

Toggle v1.25.2's commit message
chore(release): 1.25.2 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.25.2](v1.25.1...v1.25.2) (2025-06-15)

### Bug Fixes

* resolve npm publishing issues with tarball path handling ([1a94943](1a94943))

v1.25.1

Toggle v1.25.1's commit message
chore(release): 1.25.1 [skip ci]

Includes auto-generated README and updated coverage badges

## [1.25.1](v1.25.0...v1.25.1) (2025-06-15)

### Documentation

* update package.json to point to GitHub Pages documentation site ([0523631](0523631))