Skip to content

Releases: metaodi/openerz

Releasse 0.11.1

03 Jan 22:13
Compare
Choose a tag to compare
  • Fix hapi-swagger, so that the format parameter works from the UI (#32)
  • Make sure all dates are parsed as UTC to avoid timezone errors

Releasse 0.11.0

03 Jan 19:26
Compare
Choose a tag to compare

Now all dates are returned with the YYYY-MM-DD format.

Releasse 0.10.0

17 Dec 17:55
Compare
Choose a tag to compare

Added types parameter to /calendar route to select a subset of all types.

Release 0.9.4

02 Dec 05:35
Compare
Choose a tag to compare

Add format parameter to stations route for consistency

Release 0.9.3

01 Dec 18:00
Compare
Choose a tag to compare

Use new bulk-update functionality of mongojs to improve initial loading of data in MongoDB.

Release 0.9.2

01 Dec 16:52
Compare
Choose a tag to compare

Upgrade node to 0.12.7

Release 0.9.1

01 Dec 16:45
Compare
Choose a tag to compare
  • CSV delimiter for 2016 data

Release 0.9.0

07 Aug 12:42
Compare
Choose a tag to compare

BC-Break: result of /api/calendar and /api/station is now a single object with two keys: _metadata and result. This makes it possible to return metadata about the request. Currently this is used to return the total number of results. This is handy to build pagination for the result.

Release 0.8.1

03 Aug 17:16
Compare
Choose a tag to compare
  • Fix version number

Release 0.8.0

03 Aug 17:12
Compare
Choose a tag to compare
  • Add 'offset' parameter for pagination