Skip to content

Commit

Permalink
update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
joukevandermaas committed Jun 15, 2016
1 parent a7dfa4f commit 5c92e56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
## Version 1.5

- [**FEATURE**] Make configuration more convenient & flexible (#101)
- [**FEATURE**] Support recursively nested objects in the `included` array (#110 by @rhyek)
- [**BUGFIX**] Don't handle non JSON API requests (#118 by @nukefusion)

## Version 1.4.2

- [**BUGFIX**] GUID ids do not work for relationships (#96)

## Version 1.4.1

- [**REGRESSION**] `HttpError` not passed through; Saule specific error is serialized instead.

## Version 1.4

- [**FEATURE**] Filtering of attributes through user queries
- You can specify the expression that will be executed for specific types, allowing
e.g. case-insensitive filtering, and much more.
- [**FEATURE**] Custom properties to specify the Id of a resource (using `WithId`)
- [**FEATURE**] New way to set up Saule: use the extension method `ConfigureJsonApi`
- [**FEATURE**] New way to set up Saule: use the extension method `ConfigureJsonApi`
instead of manually adding the `JsonApiMediaTypeFormatter`.
- [**FEATURE**] Better response code handling; Saule will now always send a 4xx or 5xx when an exception occurs
(requires the new setup)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.5.0.{build}
version: 1.6.0.{build}
configuration: Release
skip_tags: true
assembly_info:
Expand Down

0 comments on commit 5c92e56

Please sign in to comment.