Skip to content

Releases: big-building-data/bbdata-api

v2.0.0-alpha

28 Feb 17:38
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Stable (?) version of BBData V2 !

Deployed and running at the SmartLivingLab

Latest sucessful build

06 Jun 07:10
Compare
Choose a tag to compare
TEMPORARY FIX: allow "values" to by of type array or object in input api

- this is to conform with the old api
- the old api accepted the value (no error), but didn't store what was expected: "value": [1,2,true] stored "value": "true" ...
- here, at least we both accept AND store the correct value