File: CHANGELOG.md

package info (click to toggle)
node-to-regex 3.0.2%2B~cs6.3.28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,252 kB
  • sloc: javascript: 10,225; sh: 10; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# v2

## v2.0

## v2.0.0

1. Update README.
2. Switch AST library from ret to regexp-tree.
3. Fix incorrect handling of nested quantifiers in disjunctions.
4. Enhance test suite.

Contributors:
- [davisjam](https://github.com/davisjam)

# v1

This is the historic release.

Contributors:
- [substack](https://github.com/substack)