Skip to content

Commit 5c92e56

Browse files
update changelog & version
1 parent a7dfa4f commit 5c92e56

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
## Version 1.5
2+
3+
- [**FEATURE**] Make configuration more convenient & flexible (#101)
4+
- [**FEATURE**] Support recursively nested objects in the `included` array (#110 by @rhyek)
5+
- [**BUGFIX**] Don't handle non JSON API requests (#118 by @nukefusion)
6+
7+
## Version 1.4.2
8+
9+
- [**BUGFIX**] GUID ids do not work for relationships (#96)
10+
11+
## Version 1.4.1
12+
13+
- [**REGRESSION**] `HttpError` not passed through; Saule specific error is serialized instead.
14+
115
## Version 1.4
216

317
- [**FEATURE**] Filtering of attributes through user queries
418
- You can specify the expression that will be executed for specific types, allowing
519
e.g. case-insensitive filtering, and much more.
620
- [**FEATURE**] Custom properties to specify the Id of a resource (using `WithId`)
7-
- [**FEATURE**] New way to set up Saule: use the extension method `ConfigureJsonApi`
21+
- [**FEATURE**] New way to set up Saule: use the extension method `ConfigureJsonApi`
822
instead of manually adding the `JsonApiMediaTypeFormatter`.
923
- [**FEATURE**] Better response code handling; Saule will now always send a 4xx or 5xx when an exception occurs
1024
(requires the new setup)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.5.0.{build}
1+
version: 1.6.0.{build}
22
configuration: Release
33
skip_tags: true
44
assembly_info:

0 commit comments

Comments
 (0)