Skip to content

Releases: NYUMusEdLab/ourjson

Release v1.2.1: Updated package dependencies

08 Sep 18:15
bbe211f
Compare
Choose a tag to compare

Release v1.2.0: export endpoint now takes a format parameter

19 Jun 06:02
Compare
Choose a tag to compare

The /export endpoint now takes a format=[format] parameter with two currently available options:

  • json: Outputs data in a JSON array
  • mongoexport: spawns an instance of mongoexport and pipes output back

Release v1.1.2: NPM Shrinkwrap to lock dependencies

13 Jun 18:14
Compare
Choose a tag to compare

NPM shrinkwrap to lock dependencies

Release v1.1.1: Bugfix

13 Jun 11:23
Compare
Choose a tag to compare

Simple bugfix to address issues with JSON arrays containing one or more null objects.

Release v1.1.0: Bugfixes, Node version bump and Delete

23 Apr 17:51
Compare
Choose a tag to compare

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

11 Feb 05:39
Compare
Choose a tag to compare

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

16 Jan 21:48
Compare
Choose a tag to compare

Updated export endpoint to remove mongoexport dependency

Release v1.0.0: Feature parity with myjson.com

04 Jan 21:12
Compare
Choose a tag to compare

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.