All notable changes to this project will be documented in this file.
The format has been based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Less inclusive variable recognition RegExp (whitespace characters except space are now ignored)
0.10.0 - 2021-07-13
- Add custom property
name
to pages. Changes group name rendering logic to use page.name with fallback to page.id.
0.9.1 - 2021-05-31
- No support for variable usage in check value.
0.9.0 - 2021-03-18
--add-sleep
flag for CLI- New export
normalizeHAR
- Entries are sorted
0.8.0 - 2021-02-22
- Remove usage of emailjs-mime-builder to generate
multipart/form-data
payloads, use jslib-formdata-polyfill instead
- Duplicate
Content-Type
header when using customboundary
inmultipart/form-data
0.7.0 - 2021-01-18
- Warn instead of throwing when incoming
postData.mimeType
andContent-Type
does not align.
0.6.0 - 2020-12-07
queryString
items are no longer added if key/value pair is already in request
- Invalid script generated when request protocol was missing
- Double URI encoding of
queryString
items
0.5.0 - 2020-09-09
- CSS-selector variable declaration support
- Less strict validation of
postData.params
- Warning instead of throw when
postData.params
andpostData.text
is not equal
0.4.0 - 2020-08-18
- Type checking support
0.3.3 - 2020-06-08
- Set engine node >= 11.0.0
0.3.2 - 2020-06-05
- Empty name queryString item throws validation error.
- Make cookie validation less strict.
0.3.1 - 2020-05-28
- Variables not being resolved in correct order
0.3.0 - 2020-04-03
- Support fixed cases of multipart/form-data
- Empty postData param value causes converter crash
0.2.0 - 2020-03-13
- Less strict validation for postData
- Prioritize postData.params over postData.text
- Run babel on standalone bundle
0.1.5 - 2020-02-17
- Remove pseudo headers
- Remove cookies
- Remove Content-Length header
0.1.4 - 2020-02-05
- Allow charset in postData mimeType
- Use both id and title for group name
0.1.3 - 2019-08-05
Start using scheme for jslib module imports.
0.1.2 - 2019-07-10
Missing sleep import.
0.1.1 - 2019-07-09
- add CHANGELOG
Broken positional arg in caporal resulting in broken har-to-k6
command.
0.1.0 - 2019-07-09
- Initial release