Skip to content

Commit 71d0e9f

Browse files
committed
Prepare for 1.3.0 release
1 parent acb8d28 commit 71d0e9f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- Add unreleased items here.
9+
10+
## [1.3.0] - 2019-03-18
811
- Add `--add-server` to add a custom server when using `--validate-server`.
912
This allows quickly adding a custom domain or base path that will properly
1013
validate.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<img src="https://user-images.githubusercontent.com/106826/43119494-78be9224-8ecb-11e8-9d1a-9fc6f3014b91.png" width="300" alt="API Sprout"/>
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/danielgtaylor/apisprout)](https://goreportcard.com/report/github.com/danielgtaylor/apisprout) [![Build Status](https://travis-ci.org/danielgtaylor/apisprout.svg?branch=master)](https://travis-ci.org/danielgtaylor/apisprout) [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/danielgtaylor/apisprout.svg)](https://github.com/danielgtaylor/apisprout/releases) [![Docker Pulls](https://img.shields.io/docker/pulls/danielgtaylor/apisprout.svg)](https://hub.docker.com/r/danielgtaylor/apisprout/)
4+
35
A simple, quick, cross-platform API mock server that returns examples specified in an API description document. Features include:
46

57
- OpenAPI 3.x support
@@ -25,6 +27,9 @@ Usage is simple:
2527
# Load from a local file
2628
apisprout my-api.yaml
2729

30+
# Validate server name and use base path
31+
apisprout --validate-server my-api.yaml
32+
2833
# Load from a URL
2934
apisprout https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/api-with-examples.yaml
3035
```
@@ -74,6 +79,6 @@ The following describes the steps to make a new release of API Sprout.
7479

7580
## License
7681

77-
Copyright &copy; 2018 Daniel G. Taylor
82+
Copyright &copy; 2018-2019 Daniel G. Taylor
7883

7984
http://dgt.mit-license.org/

0 commit comments

Comments
 (0)