Skip to content

Commit

Permalink
Update to v0.3.3 (#128)
Browse files Browse the repository at this point in the history
- Added v0.0.3 changelog data to `CHANGELOG.md`.
- Updated version of library in `pubspec.yaml`.
- Updated version of library in `README.md`.
  • Loading branch information
theiskaa authored Mar 23, 2022
1 parent 24ffff2 commit a1a5209
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

---

## [v0.3.3] (2022-03-23)

- **Added**
- `delay` property to `MockServer` methods: (reply & throws)
- `HttpRequestMatcher` super class & its implementations `FullHttpRequestMatcher`, `UrlRequestMatcher`.
- Utilities file for tests.

- **Updated**
- Docs in `README.md` and `example/main.dart`.
- Tests for `DioAdapter`.

## [v0.3.2] (2021-07-26)

- **Added**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dev_dependencies:
http_mock_adapter: ^0.3.2
http_mock_adapter: ^0.3.3
```
#### Install it
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: http_mock_adapter
description: A simple to use mocking package for Dio intended to be used in tests. It provides various types and methods to declaratively mock request-response communication.
version: 0.3.2
version: 0.3.3
homepage: https://lomsa.com
repository: https://github.com/lomsa-dev/http-mock-adapter
issue_tracker: https://github.com/lomsa-dev/http-mock-adapter/issues
Expand Down

0 comments on commit a1a5209

Please sign in to comment.