Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

70 lines (57 loc) · 1.47 KB

0.5.0 - 2023-06-13

Changed

  • change minSDK version to 2.17

0.4.2 - 2023-06-13

Changed

  • add crossAxisAlignment to jsonBody

0.4.1 - 2022-12-31

Changed

  • [FIX] fix #12, large list index error.
  • [CHORE] update minSDK version to 2.14.0

0.4.0 - 2022-12-31

Changed

  • [BREAKCHANGE] most properties now can add from JsonView or JsonViewBody.
  • fix color & style configurations merge issue.
  • add default open depth.

0.3.3 - 2022-12-31

Changed

  • fix null quotation error.

0.3.2 - 2022-12-31

Changed

  • add more quotation types.
  • custom arrowWidget on configuration.
  • add custom gap on json list.
  • openAtStart option. (original post #5)
  • fix null value text style.
  • now can expand stringTile. #10

0.3.1 - 2022-12-31

Changed

  • fix quotations display. #7 @beroso

0.3.0 - 2022-12-31

Changed

  • add animation (with duration & curves). @P-B1101
  • add null value background. @P-B1101
  • add more configuration.
  • add key & value style. @P-B1101
  • custom arrow widget. @@P-B1101
  • global configuration for arrow(WIP).

0.2.1 - 2022-12-31

Changed

  • flutter formatted.

0.2.0 - 2022-12-31

Changed

  • rewrite project.
  • display large list json data like chrome dev tool.

0.1.1 - 2022-12-31

Changed

  • add json color setting
  • add animation duration setting

0.1.0 - 2022-12-31

Changed

  • refactor json view (no api changes)

0.0.2 - 2022-12-31

Changed

  • fix path not update.

0.0.1 - 2022-12-31

Changed

  • init.