All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 202-05-22
- Support for api key authorization.
1.0.0 - 2020-05-14
- Switched code style from standardjs to eslint and prettier
- ci workflows moved to github actions
- Automated deployment of version tags to dockerhub and npm registry
0.5.0 - 2020-03-24
- Support for tags
- Body in aws4 auth calls
- Dependency versions
0.4.0 - 2019-11-21
- Support for file uploads.
- Support empty query string in requests using AWSv4 signature authentication
0.3.1 - 2019-10-28
- Polyfill for Object.setPrototypeOf method when a conversion uses any dependency requiring it.
0.3.0 - 2019-08-23
- Support GraphQL variables.
0.2.0 - 2019-08-22
- Dockerfile and installation instructions on how to use Docker image from DockerHub.
- Support for injecting OAuth1 credentials when converting a collection.
- Support for splitting requests into separate JS files for easier rearrangement of logic post-conversion.
- Support for GraphQL body mode.
- Resolution of variables in request bodies.
0.1.2 - 2019-03-28
- Support alternate no-body encoding.
0.1.1 - 2019-03-26
- Postinstall command.
- Don't ignore scripts folder when packaging npm package.
0.1.0 - 2019-03-26
- Support for prerequest scripts.
- Support for test scripts.
- Support for variables (at all scopes + dynamic).
- Support for data files.
- Support for authentication methods (except Hawk).
- Support for postman.* interface.
- Support for pm.* interface.
- Support for global variables exposed by Postman: globals environment data iteration.
- Support for xml2Json conversion.
- Support for file formats v2 and v2.1.
- Installation and usage instructions to recommend nvm to avoid filesystem permission issues when installing the tool globally with
npm install -g ...