Skip to content

Releases: yoavniran/cypress-intercept-formdata

0.6.0 (2022-10-02)

02 Oct 11:08
Compare
Choose a tag to compare
  • feat: support multiple files in one request

  • feat: load file content with options.loadFileContent set to true (#13)

  • chore: move from yarn to pnpm

  • chore: move from mocha to vitest

0.5.2 (2022-12-05)

05 Dec 13:22
Compare
Choose a tag to compare

fix: parse field name with . (dot) (#12)

0.5.1 (2022-06-11)

04 Sep 08:26
Compare
Choose a tag to compare

feat: added support for fields with name in kebab-case
feat: added support for fields with name in snake_case

0.5.0 (2022-06-04)

04 Jun 14:10
Compare
Choose a tag to compare

feat: Support deeply nested (ala object-to-formdata) path in field names
test: 100% unit-test coverage (mocha & istanbul)
fix: refactored code for better maintainability & testability
test: circleci builds configured to run tests on PR