Releases: dmitriy-nz/nestjs-form-data
Releases · dmitriy-nz/nestjs-form-data
v1.9.91
- Resolved [Issue 55](https://github.com/dmitriy-nz/nestjs-form-data/…
v1.9.9
- Resolved Issue 60
- Added test cases for
enableImplicitConversion
field in the class-validator
transform options
- Modified
IsFile
validator to handle enableImplicitConversion
param
- Some other test cases were improved
v1.9.7
autoDeleteFile
config field separated to two fields: cleanupAfterSuccessHandle
and cleanupAfterFailedHandle
- Extended
HasMimeType
validator, added regex support and asterisk match
- Extended tests for cover a new functionality
- Resolved Issue 56
- Resolved Issue 57
- Updated README.md - described additional information about the usage of new config fields and validations
v1.9.6
- Updated peer deps:
reflect-metadata^0.2.0
- Resolved Issue 58
v1.9.1
Resolved #41
Added tests for reproduce #49
Fixed issue with mappings files to same field
Removed node-append-field library from dependencies and placed in the project (for modification)