File: CHANGELOG.md

package info (click to toggle)
node-tap-parser 13.0.1%2B~cs4.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,176 kB
  • sloc: javascript: 275; sh: 48; makefile: 30
file content (16 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Log of Changes Which Modify This Library and are Logged Here

## 2.1

- Add `!!bigint` tag

## 2.0

- Update to yaml version 2.
- Stringify dates using the `!!timestamp` tag (while still
  supporting parsing `!date` tags)
- Use the `yaml-types` implementations for most things.

## 1.0

Initial version