Skip to content

Releases: dmitriy-nz/nestjs-form-data

v1.9.91

23 Jun 20:46
Compare
Choose a tag to compare
- Resolved [Issue 55](https://github.com/dmitriy-nz/nestjs-form-data/…

v1.9.9

23 Jun 09:54
Compare
Choose a tag to compare
  • 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

01 Apr 20:30
Compare
Choose a tag to compare
  • 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

29 Feb 20:56
Compare
Choose a tag to compare
  • Updated peer deps: reflect-metadata^0.2.0
  • Resolved Issue 58

v1.9.2

19 Nov 19:59
Compare
Choose a tag to compare

v1.9.1

07 Oct 14:18
Compare
Choose a tag to compare

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)