Releases: NYUMusEdLab/ourjson
Release v1.2.1: Updated package dependencies
Release v1.2.0: export endpoint now takes a format parameter
The /export
endpoint now takes a format=[format]
parameter with two currently available options:
json
: Outputs data in a JSON arraymongoexport
: spawns an instance of mongoexport and pipes output back
Release v1.1.2: NPM Shrinkwrap to lock dependencies
NPM shrinkwrap to lock dependencies
Release v1.1.1: Bugfix
Simple bugfix to address issues with JSON arrays containing one or more null
objects.
Release v1.1.0: Bugfixes, Node version bump and Delete
Added Delete functionality on the /bins/{binId}
endpoint, cleaned up code and bump node version in Dockerfile.
Release v1.0.2: Bugfix to handle for objects that are initialized with null
Fixes a bug where fields of the type:
{...
fieldname: null
}
would cause errors.
Release v1.0.1: Bugfixes and increased error handling robustness + /export endpoint
Updated export endpoint to remove mongoexport dependency
Release v1.0.0: Feature parity with myjson.com
This is the initial release of OurJSON, a self-hosted, Dockerized simple JSON bin API inspired by https://myjson.com and the needs of the MusEDlab apps.
v1.0.0 has full feature parity with myjson.com and will not have any further features implemented, only bug-fixes. ALL NEW DEVELOPMENT will be in the v2 branch and master.