Skip to content

Commit

Permalink
Merge 82763f3 into 43cb9ba
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertanyj committed May 7, 2023
2 parents 43cb9ba + 82763f3 commit c08185f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.3.0](https://github.com/dextertanyj/object-reshaper/compare/v0.2.0...v0.3.0) (2023-05-07)


### ⚠ BREAKING CHANGES

* improve null and undefined handling

### Features

* implement support for multidimensional arrays ([5a7dced](https://github.com/dextertanyj/object-reshaper/commit/5a7dceda4dd9918428d2c453c4c797ab0c5a4f66))
* improve null and undefined handling ([9607dcd](https://github.com/dextertanyj/object-reshaper/commit/9607dcd64111ddadcddac852a51858c120905e41))
* improve support for union input types ([a9ab9b3](https://github.com/dextertanyj/object-reshaper/commit/a9ab9b3d4635a02a5a16a1deaab9202680dffcd5))


### Bug Fixes

* isolate nested array element types to prevent path pollution ([9c4acd0](https://github.com/dextertanyj/object-reshaper/commit/9c4acd0bcb58b3b7bad34e1a6878ede68d162d33))

## [0.2.0](https://github.com/dextertanyj/object-reshaper/compare/v0.1.0...v0.2.0) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-reshaper",
"version": "0.2.0",
"version": "0.3.0",
"description": "TypeScript-first schema-based object transformation",
"license": "MIT",
"main": "lib/cjs/index.js",
Expand Down

0 comments on commit c08185f

Please sign in to comment.