has-named-captures
Version:
Does the JS environment support named capture groups in regexes?
17 lines (11 loc) • 964 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v1.0.0 - 2024-01-29
### Commits
- Initial implementation, tests, readme [`3c77772`](https://github.com/inspect-js/has-named-captures/commit/3c77772f4a211295680beacbb7e6e92fe342487b)
- Initial commit [`681eedd`](https://github.com/inspect-js/has-named-captures/commit/681eedd5d07ff4d940b98a861cc0aadf45dff113)
- npm init [`0280a7e`](https://github.com/inspect-js/has-named-captures/commit/0280a7e0528813160524605871d9e0dd540b9b73)
- [Tests] add coverage [`327bec0`](https://github.com/inspect-js/has-named-captures/commit/327bec0cd8a49773ce063b6a1e0f480047e2ffe7)
- Only apps should have lockfiles [`ec33148`](https://github.com/inspect-js/has-named-captures/commit/ec33148063f6bd68f1479341422ac312154c91e6)