Skip to content

Releases: pofider/node-simple-odata-server

1.2.2

24 Jul 14:30

Choose a tag to compare

  • update from using odata-parser to @jsreport/odata-parser. this fixes nodejs deprecation warnings

1.2.1

25 Oct 18:45

Choose a tag to compare

  • fix npm audit

1.2.0

25 Oct 18:27

Choose a tag to compare

  • 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

Choose a tag to compare

  • fix $filter eq null

1.1.0

15 Nov 14:58

Choose a tag to compare

  • implemented filtering support for nested props
    $filter=a/b eq 'c'

1.0.1

02 Apr 14:28

Choose a tag to compare

  • fixed path to the $count get request, now it doesn't need to end with slash

1.0.0

19 Jan 15:22

Choose a tag to compare

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

Choose a tag to compare

  • use better test for ObjectId recognition in mongo driver

0.3.1

05 Mar 09:00

Choose a tag to compare

  • fixed setting invalid status codes to http responses

0.3.0

22 Jan 10:44

Choose a tag to compare

  • #24
  • cors configuration
  • standard linting
  • updated dependencies