Packages

Erlang wrapper for Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

Current section

Files

Jump to
pact_erlang CHANGELOG.md
Raw

CHANGELOG.md

# 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/).
## [Unreleased]
## [0.2.2] - 2023-11-03
### Fixed
- Support for missing linux aarch64 architecture
## [0.2.1] - 2023-08-17
### Added
- Introduced pact:write/1 variant (#17).
## [0.2.0] - 2023-08-15
Major change in the API (#11).
Supports:
- Consumer tests
- Specifying provider states
## [0.1.2] - 2023-06-29
### Added
- Function to get mock server mismatches
## [0.1.1] - 2023-06-23
Initial POC with basic support.