Releases: pofider/node-simple-odata-server
Releases · pofider/node-simple-odata-server
1.2.2
24 Jul 14:30
Compare
Sorry, something went wrong.
No results found
update from using odata-parser to @jsreport/odata-parser. this fixes nodejs deprecation warnings
1.2.1
25 Oct 18:45
Compare
Sorry, something went wrong.
No results found
1.2.0
25 Oct 18:27
Compare
Sorry, something went wrong.
No results found
add support to ne
fix issue with get by _id
use setHeader instead of the writeHead
implement ge and le filters
1.1.1
26 Nov 16:11
Compare
Sorry, something went wrong.
No results found
1.1.0
15 Nov 14:58
Compare
Sorry, something went wrong.
No results found
implemented filtering support for nested props
$filter=a/b eq 'c'
1.0.1
02 Apr 14:28
Compare
Sorry, something went wrong.
No results found
fixed path to the $count get request, now it doesn't need to end with slash
1.0.0
19 Jan 15:22
Compare
Sorry, something went wrong.
No results found
Breaking changes
mongo and nedb adapters are now extracted into separate repositories.
See updated sample
the odataServer update, query, remove, insert hooks now accepts the original http request object as parameter before callback. See configuration .
Fix cors #31
0.3.2
27 Sep 15:54
Compare
Sorry, something went wrong.
No results found
use better test for ObjectId recognition in mongo driver
0.3.1
05 Mar 09:00
Compare
Sorry, something went wrong.
No results found
fixed setting invalid status codes to http responses
0.3.0
22 Jan 10:44
Compare
Sorry, something went wrong.
No results found
#24
cors configuration
standard linting
updated dependencies