| 1 | # Changelog
|
|---|
| 2 |
|
|---|
| 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|---|
| 4 |
|
|---|
| 5 | ## [0.1.6](https://github.com/istanbuljs/schema/compare/v0.1.5...v0.1.6) (2026-04-13)
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | ### Bug Fixes
|
|---|
| 9 |
|
|---|
| 10 | * Undo change to schema in 0.1.x series ([440f977](https://github.com/istanbuljs/schema/commit/440f977adc826fa51aa5eba06ee4d89065ca4261))
|
|---|
| 11 |
|
|---|
| 12 | ## [0.1.5](https://github.com/istanbuljs/schema/compare/v0.1.4...v0.1.5) (2026-04-13)
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | ### Bug Fixes
|
|---|
| 16 |
|
|---|
| 17 | * Re-add release-please ([7c25461](https://github.com/istanbuljs/schema/commit/7c25461ac00d69b843d6a3e112a279164fc972b9))
|
|---|
| 18 |
|
|---|
| 19 | ## [0.1.4](https://github.com/istanbuljs/schema/compare/v0.1.3...v0.1.4) (2026-04-13)
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | ### Bug Fixes
|
|---|
| 23 |
|
|---|
| 24 | * Remove development dependencies ([a24b4c1](https://github.com/istanbuljs/schema/commit/a24b4c1bccf65f63e7f1fe6bd82bed82e57abc80))
|
|---|
| 25 |
|
|---|
| 26 | ### [0.1.3](https://github.com/istanbuljs/schema/compare/v0.1.2...v0.1.3) (2021-02-13)
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | ### Features
|
|---|
| 30 |
|
|---|
| 31 | * Add `classPrivateMethods` and `topLevelAwait` default support ([#17](https://github.com/istanbuljs/schema/issues/17)) ([e732889](https://github.com/istanbuljs/schema/commit/e7328894ddeb61da256c1f13c2c2cc2e04f181df)), closes [#16](https://github.com/istanbuljs/schema/issues/16)
|
|---|
| 32 | * Add `numericSeparator` to default `parserPlugins` ([#12](https://github.com/istanbuljs/schema/issues/12)) ([fe32f00](https://github.com/istanbuljs/schema/commit/fe32f002f54c61467b1c1a487081f51c85ec8d10)), closes [#5](https://github.com/istanbuljs/schema/issues/5)
|
|---|
| 33 | * Add babel.config.mjs to default exclude ([#10](https://github.com/istanbuljs/schema/issues/10)) ([a4dbeaa](https://github.com/istanbuljs/schema/commit/a4dbeaa7045490a4d46754801ac71f5d99c9bd79))
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 | ### Bug Fixes
|
|---|
| 37 |
|
|---|
| 38 | * Exclude tests with `tsx` or `jsx` extensions ([#13](https://github.com/istanbuljs/schema/issues/13)) ([c7747f7](https://github.com/istanbuljs/schema/commit/c7747f7a7df8a2b770036834af77dfd0ee445733)), closes [#11](https://github.com/istanbuljs/schema/issues/11)
|
|---|
| 39 |
|
|---|
| 40 | ### [0.1.2](https://github.com/istanbuljs/schema/compare/v0.1.1...v0.1.2) (2019-12-05)
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | ### Features
|
|---|
| 44 |
|
|---|
| 45 | * Ignore *.d.ts ([#6](https://github.com/istanbuljs/schema/issues/6)) ([d867eaf](https://github.com/istanbuljs/schema/commit/d867eaff6ca4abcd4301990e2bdcdf53e438e9c4))
|
|---|
| 46 | * Update default exclude of dev tool configurations ([#7](https://github.com/istanbuljs/schema/issues/7)) ([c89f818](https://github.com/istanbuljs/schema/commit/c89f8185f30879bcdf8d2f1c3b7aba0ac7056fa9))
|
|---|
| 47 |
|
|---|
| 48 | ## [0.1.1](https://github.com/istanbuljs/schema/compare/v0.1.0...v0.1.1) (2019-10-07)
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | ### Bug Fixes
|
|---|
| 52 |
|
|---|
| 53 | * Add missing `instrument` option ([#3](https://github.com/istanbuljs/schema/issues/3)) ([bf1217d](https://github.com/istanbuljs/schema/commit/bf1217d))
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | ### Features
|
|---|
| 57 |
|
|---|
| 58 | * Add `use-spawn-wrap` nyc option ([#4](https://github.com/istanbuljs/schema/issues/4)) ([b2ce2e8](https://github.com/istanbuljs/schema/commit/b2ce2e8))
|
|---|
| 59 |
|
|---|
| 60 | ## 0.1.0 (2019-10-05)
|
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 | ### Features
|
|---|
| 64 |
|
|---|
| 65 | * Initial implementation ([99bd3a5](https://github.com/istanbuljs/schema/commit/99bd3a5))
|
|---|