Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
w1kman committed Dec 7, 2020
1 parent 3289b94 commit a030a8b
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format has been based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.0] - 2020-12-07

### Changed

- `queryString` items are no longer added if key/value pair is already in request

### Fixed
- Invalid script generated when request protocol was missing
- Double URI encoding of `queryString` items

## [0.5.0] - 2020-09-09

### Added

- CSS-selector variable declaration support

### Changed

- Less strict validation of `postData.params`
- Warning instead of throw when `postData.params` and `postData.text` is not equal

## [0.4.0] - 2020-08-18

### Added
- Type checking support

## [0.3.3] - 2020-06-08

### Fixed
Expand Down Expand Up @@ -74,7 +100,10 @@ Broken positional arg in caporal resulting in broken `har-to-k6` command.
### Added
- Initial release

[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/loadimpact/har-to-k6/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/loadimpact/har-to-k6/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/loadimpact/har-to-k6/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/loadimpact/har-to-k6/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.3
[0.3.2]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.2
[0.3.1]: https://github.com/loadimpact/har-to-k6/compare/v0.2.0...v0.3.1
Expand All @@ -85,4 +114,4 @@ Broken positional arg in caporal resulting in broken `har-to-k6` command.
[0.1.3]: https://github.com/loadimpact/har-to-k6/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/loadimpact/har-to-k6/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/loadimpact/har-to-k6/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0

0 comments on commit a030a8b

Please sign in to comment.