NAP 0.5.3
Minor release that fixes a critical bug in Napkin and unifies parameter group behavior.
Improvements
- Converted
nap::ParameterGroup
into a regularnap::Group<Parameter>
Fixes
- Fix access violation in
getParent
ofPropertyPath
when property is nested.
Breaking Changes
The new parameter group is backwards compatible with the old parameter group. The property names (in json) are the same. But because nap::ParameterGroup
is now a regular nap::Group<Parameter>
, the mGroups
and mParameters
members have been renamed to mMembers
and mChildren
. If you directly access these members in your code you must refactor them accordingly.
Download
- NAP-0.5.3-Win64-x86_64.zip
- NAP-0.5.3-Linux-x86_64.tar.bz2
- NAP-0.5.3-macOS-x86_64.zip
- NAP-0.5.3-Linux-armhf.tar.bz2