You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way: This is a much needed and amazing library.
I will use it to create openAPI-Specification „on the fly“, by intercepting all requests in an express middleware and turning these into an openAPI document just by using the api.
Unfortunately my code is full of try/catch, since I have to check if a path/operation entry already exists. A simple check for „false“ would greatly improve my code.
The text was updated successfully, but these errors were encountered:
# [2.2.0](v2.1.5...v2.2.0) (2023-04-09)
### Bug Fixes
* **Array:** Fix issue with array that have numerical property key ([db7b5cb](db7b5cb)), closes [#571](#571)
### Features
* **getObjectDefault:** Add method `getObjectDefault` to get an object or a default value when the path is leading to non existing data. ([d47786b](d47786b)), closes [#582](#582)
By the way: This is a much needed and amazing library.
I will use it to create openAPI-Specification „on the fly“, by intercepting all requests in an express middleware and turning these into an openAPI document just by using the api.
Unfortunately my code is full of try/catch, since I have to check if a path/operation entry already exists. A simple check for „false“ would greatly improve my code.
The text was updated successfully, but these errors were encountered: