Releases: metaodi/openerz
Releases · metaodi/openerz
Releasse 0.11.1
- 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
Now all dates are returned with the YYYY-MM-DD format.
Releasse 0.10.0
Added types
parameter to /calendar route to select a subset of all types.
Release 0.9.4
Add format parameter to stations route for consistency
Release 0.9.3
Use new bulk-update functionality of mongojs to improve initial loading of data in MongoDB.
Release 0.9.2
Upgrade node to 0.12.7
Release 0.9.1
- CSV delimiter for 2016 data
Release 0.9.0
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
- Fix version number
Release 0.8.0
- Add 'offset' parameter for pagination