Skip to content

Commit

Permalink
release: preparation (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalics authored Aug 18, 2024
1 parent 7d7e891 commit 6acd6ef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
26 changes: 26 additions & 0 deletions .changeset/eight-glasses-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"ajv-ts": patch
---

This release contains next updates

## Fixes

- Issue [#57](https://github.com/vitalics/ajv-ts/issues/57) - `merge` construct schema with `undefined` fields.
- Extend don't update `def` property.
- Advanced TS type for `.array()` call.

## Chore

- remove benchmarks for now
- add more detailed bug report template

## Infra

- Configure vitest config file for testing and enable github actions reporter for CI
- Add `tsx` package for inspection.
- Update launch.json file for vscode debugger

## Tests

- add [#57](https://github.com/vitalics/ajv-ts/issues/57) issue test for `object` type.
21 changes: 0 additions & 21 deletions UPCOMING.md
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
# x.x.x

Fixes:

- Issue [#57](https://github.com/vitalics/ajv-ts/issues/57) - `merge` construct schema with `undefined` fields.
- Extend don't update `def` property.
- Advanced TS type for `.array()` call.

Chore:

- remove benchmarks for now
- add more detailed bug report template

Infra:

- Configure vitest config file for testing and enable github actions reporter for CI
- Add `tsx` package for inspection.
- Update launch.json file for vscode debugger

Tests:

- add [#57](https://github.com/vitalics/ajv-ts/issues/57) issue test for `object` type.

0 comments on commit 6acd6ef

Please sign in to comment.