Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1022 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1022 Bytes

JsonData Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.0] - 2018/05/21

Added

  • Abstract JsonOptionsBase class inheriting from NodeModel, providing a reusable UI for nodes requiring JsonOption and Nesting options.
  • Change log.
  • Support for Dynamo Dictionaries (DesignScript.Builtin.Dictionary).

Changed

  • Transition to Dynamo 2.0.
  • Previous Zero Touch nodes that have been replaced by NodeModels are set as static and hidden on Dynamo library.

Removed

  • JsonArray class.
  • Dropdown node for JsonOption selector.
  • jsonOption and nested inputs on nodes requiring these options.

Known issues

  • Public JsonOption enum loaded and visible to Dynamo Library. This is a known issue on Dynamo 2.0. Once fixed, JsonOption nodes will be hidden.