Releases: KnisterPeter/pretend
Releases · KnisterPeter/pretend
v4.0.0
4.0.0 (2023-03-28)
Bug Fixes
- add the ability to pass an array to a formData parameter. (af37fd0)
- use lowercase encoding name (1398cd0)
chore
BREAKING CHANGES
- Drop support for node 10 and 12
v3.1.0
3.1.0 (2020-06-22)
Bug Fixes
Features
v3.0.2
3.0.2 (2020-06-15)
Bug Fixes
v3.0.1
3.0.1 (2020-06-15)
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
v2.0.0
Features
- allow form encoding of body data (8b7acb1)
- drop node 4 support (51735b2)
BREAKING CHANGES
v1.5.1
Bug Fixes
- allow empty form-data requests (323ed3a)
v1.5.0
Features
- add query parameter on form data request (4314952)
v1.4.2
Bug Fixes
- set isomorphic-fetch and isomorphic-form-data as optional dependencies (cb18e86)