Releases: yoavniran/cypress-intercept-formdata
Releases · yoavniran/cypress-intercept-formdata
0.6.0 (2022-10-02)
0.5.2 (2022-12-05)
fix: parse field name with . (dot) (#12)
0.5.1 (2022-06-11)
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)
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