File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 1- version : 1.5 .0.{build}
1+ version : 1.6 .0.{build}
22configuration : Release
33skip_tags : true
44assembly_info :
You can’t perform that action at this time.
0 commit comments