diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8ddfc..2f21b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Add unreleased items here. + +## [1.3.0] - 2019-03-18 - Add `--add-server` to add a custom server when using `--validate-server`. This allows quickly adding a custom domain or base path that will properly validate. diff --git a/README.md b/README.md index ebe83c1..520c202 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ API Sprout +[![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/) + A simple, quick, cross-platform API mock server that returns examples specified in an API description document. Features include: - OpenAPI 3.x support @@ -25,6 +27,9 @@ Usage is simple: # Load from a local file apisprout my-api.yaml +# Validate server name and use base path +apisprout --validate-server my-api.yaml + # Load from a URL apisprout https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/api-with-examples.yaml ``` @@ -74,6 +79,6 @@ The following describes the steps to make a new release of API Sprout. ## License -Copyright © 2018 Daniel G. Taylor +Copyright © 2018-2019 Daniel G. Taylor http://dgt.mit-license.org/