Skip to content

Releases: Spicy-Acorn/fusionjson

v0.7.0

30 Mar 20:37
Compare
Choose a tag to compare
  • Features:
    • #23: Drop FusionTypes dependency
    • migrate to organization
    • update license
    • update readme

v0.6.0

16 Mar 18:32
3d95f59
Compare
Choose a tag to compare
  • Features:
    • #21: Implement JsonFromFile "Show Input" driving "File" control

v0.5.1

09 Mar 15:39
df64ce8
Compare
Choose a tag to compare

Bug Fixes:

  • #19: Remove width setting from JSONGet "Show Input" control

v0.5.0

09 Mar 14:22
427185d
Compare
Choose a tag to compare

Features:

  • #17: Implement JSONGet "Show Input" driving "Key" control

v0.4.1

19 Feb 21:47
3b78930
Compare
Choose a tag to compare
  • Bug Fixes:
    • #15: JSONGet fuse does not support nested data

v0.4.0

14 Feb 22:51
Compare
Choose a tag to compare
  • Features
    • #13: use typeutils.to_fusion_text to cast Lua string variables to Fusion Text objects.

v0.3.1

14 Feb 12:22
b671002
Compare
Choose a tag to compare
  • Bug Fixes
    • #11: JSONToFile not set as saver

v0.3.0

13 Feb 12:24
Compare
Choose a tag to compare
  • Features
    • #7: Filter JSON files (*.json) in JSONFromFile browser
    • #9: Implement JSONToFile fuse to write a JSON string into a file

v0.2.0

10 Feb 15:15
Compare
Choose a tag to compare
  • Features
    • Implement JSONGet fuse to get a value from a JSON table.
    • Implement JSONSet fuse to set a key value pair in a JSON table.

v0.1.0

10 Feb 11:14
Compare
Choose a tag to compare
  • Feautures
    • Implement JSONFromFile fuse to read a JSON string from a file.