Skip to content

Commit

Permalink
Version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Feb 1, 2019
1 parent 4007fa9 commit b585700
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Changelog

### [Unreleased]

### [0.9.0] - 2019-01-31
* ADDED: Support for paging with page and per_page
* ADDED: User defined location for the static files (including SPAs)
* ADDED: Console parameter for help and version
* FIXED: Adding to the empty collection will use the value of the id-field if it is set
* FIXED: Value parsing for DateTime and double to culture invariant

### [0.8.0] - 2018-10-14
* Release as a dotnet tool
* Use executable location as a base path for settings files
* Add Serilog to appsettings and required package for console logging
* ADDED: Release as a dotnet tool
* CHANGED: Use executable location as a base path for settings files
* CHANGED: Add Serilog to appsettings and required package for console logging

### [0.7.0] - 2018-09-30
* JWT blacklist to check token identifier from JWT ID (jti)
Expand Down
2 changes: 1 addition & 1 deletion FakeServer/FakeServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Tomi Tuhkanen</Authors>
<Company />
<Description>Fake JSON Server</Description>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<PackageProjectUrl>https://github.com/ttu/dotnet-fake-json-server</PackageProjectUrl>
<RepositoryUrl>https://github.com/ttu/dotnet-fake-json-server</RepositoryUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/ttu/dotnet-fake-json-server/master/LICENSE</PackageLicenseUrl>
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,9 @@ Fake JSON Server is a Fake REST API that can be used as a Back End for prototypi
- [Contributing](#contributing)
- [License](#license)


</details>




## Get started

#### Start with .NET CLI
Expand Down Expand Up @@ -193,11 +190,11 @@ The self-contained application archive contains Fake JSON Server, .NET Core runt
1) Download correct archive matching your OS
1) Extract files and execute

E.g. download and execute version _0.8.0_ for _macOS_
E.g. download and execute version _0.9.0_ for _macOS_

```sh
$ mkdir FakeServer && cd FakeServer
$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.8.0/fakeserver-osx-x64.tar.gz
$ wget https://github.com/ttu/dotnet-fake-json-server/releases/download/0.9.0/fakeserver-osx-x64.tar.gz
$ tar -zxvf fakeserver-osx-x64.tar.gz
$ chmod +x FakeServer
$ ./FakeServer
Expand Down

0 comments on commit b585700

Please sign in to comment.