Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jan 18, 2021
1 parent 988bccd commit 26b3ce9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 7 additions & 12 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6 - 2021-01-18

1. Document template helpers: random, dates, names, addresses etc
1. Better error reporting for wrong templates
1. Polish and document `faker` usage
1. Allow overriding port via env var `MOCKINTOSH_FORCE_PORT`

## v0.5.1 - 2021-01-13

1. Dataset support
Expand Down Expand Up @@ -64,18 +71,6 @@

# Roadmap

## Milestone 7 - WIP

1. Document template helpers: dates, names, addresses etc
- int timestamp
- float timestamp
- milliseconds timestamp
- date with format
- all above with time shift into future/past
1. Better error reporting for wrong templates
1. Polish and document `faker` usage
1. Allow overriding port via env var `MOCKINTOSH_FORCE_PORT`

## Milestone N

1. referencing multipart/urlencoded fields in matchers and templates
Expand Down
2 changes: 2 additions & 0 deletions Configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ services:
- path: /
```

_Note: There is special `MOCKINTOSH_FORCE_PORT` environment variable that allows to force all services to have certain port (same for all) listened. This is meant for advanced use when "pick service by name" feature is used (see [here](README.md#command-line-arguments))._

### SSL Support

Enabling SSL for service is as easy as specifying `ssl: true` for it:
Expand Down

0 comments on commit 26b3ce9

Please sign in to comment.