Version 1.0.0.2 Enum support
Pre-release
Pre-release
While installation it does not automatically upgrade dependent packages because of incorrect dependency on version 1.0.0.1, need to upgrade manually in VIPM
- adding Enum support
- making some VI's source only
What's Changed
- Set connector pane terminals for Main.vi by @pratheekshasn in #234
- Parse enums in proto files by @pratheekshasn in #232
- Updated QuickStart.md with updating lvclass by @jyamada in #233
- Clean up code for enum creation by @pratheekshasn in #236
- Show errors from proto parser by @pratheekshasn in #238
- Support enum aliasing and error handling by @pratheekshasn in #237
- Create enum mappers between LV enums and proto values by @pratheekshasn in #240
- Propagate proto parser errors by @pratheekshasn in #242
- Create enum directly under a typedef, without a cluster by @pratheekshasn in #241
- Enabling source only on VIs. by @chethanravindranath in #246
New Contributors
- @pratheekshasn made their first contribution in #234
- @jyamada made their first contribution in #233
- @chethanravindranath made their first contribution in #246
Full Changelog: v1.0.0.1...v1.0.0.2