Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 2.8 kB | |
v8.14.0 source code.tar.gz | 2025-07-23 | 10.6 MB | |
v8.14.0 source code.zip | 2025-07-23 | 12.1 MB | |
Totals: 3 Items | 22.7 MB | 0 |
8.14.0 (2025-07-23)
Bug Fixes
- json-mapper: enhance generics handling in deserialization and update related tests (427961f)
- mongoose: add $schema skip property to DynamicRef and Ref decorators (b92ab0c)
- schema: add @tsed/schema dependency and update related paths in configuration (4e2920b)
- schema: add isLocalSchema flag to track class schema links (2075bb8)
- schema: clean up unused code and improve parameter mapping in query operations (56fbafa)
- schema: fix deepObject style when schema.$ref is an enum (609cdcb), closes #2815
- schema: improve generics handling and update related functions (81abbe8)
- schema: refactor property checks and improve type handling in JsonSchema (2cfb81b)
- schema: remove type from readOnly schema and enhance merging logic for allOf (fe730db)
- schema: replace deprecated __isClass with isClass and add isLink getter (d5d31d2)
- schema: update deprecated __isClass usage and improve type handling in JsonSchema (4eb611e)
- schema: update schema generation for enums and pageable components (9e5ce8f)
- schema: update schema handling to use isLocalSchema and refactor related methods (0ed576b)
- schema: use uniq to ensure required fields are unique in merged schema (4fb6ecf)
Features
- schema: improve generics features and allow adding additional information on props when prop ref a model (0ce4aec)