All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2024-03-18
- Comprehensive test suites (
tests/tags.test.js,tests/list.test.js,tests/integration.test.js) - TypeScript definitions (
src/index.d.ts) for all exported regex patterns CONTRIBUTING.mdwith development guidelinesCHANGELOG.mdfor release history trackingexamples/basic-usage.jsdemonstrating all major patterns- GitHub Actions CI workflow (
test.yml) for automated testing - Code coverage thresholds in
jest.config.js
- Repository URL in
package.jsoncorrected fromatherdon/markdown-regextoLLazyEmail/markdown-regex - Updated
bugsandhomepageURLs inpackage.json
- Enhanced
README.mdwith installation instructions, API reference table, and usage examples - Updated
package.jsonwithtypes,exports, and proper metadata fields - Optimized
.npmignoreto reduce published package size
1.1.0 - 2023-02-10
- Initial regex patterns for headers, images, links, strong, del, q, code, blockquote, hr, paragraph, br, empty-blockquote, em
- Unordered and ordered list patterns
- Rollup build system (CommonJS, ES module, IIFE outputs)
- ESLint and Prettier configuration
- MIT License