Skip to content

v0.1.3

Latest

Choose a tag to compare

@alexandrecuer alexandrecuer released this 16 Sep 13:51

use "fulljson" in input_post method

the original design of emoncms used ‘json’ as the parameter even though it was not valid JSON. When the ability to post a validated JSON was introduced, json was left for backwards compatibility and fulljson is now used for validated JSON.

Full Changelog: v0.1.2...v0.1.3

co-authored with @borpin