JKISoftware / JKI-JSON-Serialization

JSON Serialization & Deserialization Library for LabVIEW
http://jki.net/tools#json
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

update release notes for 2.1.0, add subVI to palette #48

Closed nate-moehring closed 2 months ago

nate-moehring commented 2 months ago

Updated release notes and palette for PRs 39 and 41, improved error reporting. image

nate-moehring commented 2 months ago

Tested install of newly built package. image

nate-moehring commented 2 months ago

Built package jki_lib_json_serialization-2.1.0.40.vip.zip

nate-moehring commented 2 months ago

To be clear, I think the ball is in your park to review the built package when you get a chance.

jimkring commented 2 months ago

Thanks, Nate! I’ll give it a try this weekend

jimkring commented 2 months ago

@nate-moehring looking great! I am making a few other minor tweaks and I'll just add them to this PR, if that's OK...

jimkring commented 2 months ago

1) I moved the utility VIs into subpalette image

2) Made both error inputs of "Add Source Path if Error" required. image

3) Made some edits to the VI Description (see above) -- started by explaining when to use this VI and why.

4) renamed error in (no error) to simple error in (see above), since less is more (and it's a recommendation of dnatt I believe).

jimkring commented 2 months ago

5) marked Get UTC Offset.vi as source only (seems we missed that one)

jimkring commented 2 months ago

6) renamed error in (no error) to no error for public VIs (only a few were affected)

jimkring commented 2 months ago
  1. Added a new example VI that HTTP GET's some JSON and shows how to use the new error handling util.

image