Releases: DevKitOrganization/DevConfiguration
0.11.0
This release adds a confirm keyboard button on the variable detail screen so that users who edit numeric types can actually commit the edit.
0.10.1
This release only contains small fixes in the project’s DocC documentation.
0.10.0
This is a tiny release that simply exports Configuration so that consumers don’t have to import both DevConfiguration and Configuration.
0.9.0
This release makes the following changes:
ConfigVariableEditornow takes an optionaldismissclosure instead of anonSaveclosure. This closure takes an array of modified variables just likeonSave. However, if thedismissclosure is provided, it is the caller’s responsibility to dismiss the editor. If no closure is provided, the editor will use the environment's dismiss action.- The
requiresRelaunchconfig variable metadata key has been removed. In general, consumers should try to respond to variable changes at runtime. If this is not possible, you can create your own similar metadata key.
0.8.1
This is a small release that updates to DevFoundation 1.8.1 and makes RegisteredConfigVariable’s metadata subscript public.
0.8.0
This is a small release the sorts metadata keys on the variable detail view of the editor.
0.7.0
This release adds the isEditable metadata value to config variables. When false, a config variable will not be editable in the Config Variable Editor. true by default.
0.6.0
This release enhances the editor UI to show pickers for CaseIterable integers and strings, allow editing arrays and JSON payloads in text editors, and handling formatting better for scalar types.
0.5.0
This release adds the ability for consumers to add a custom section to the config variable editor.
0.4.1
This release fixes a bug in which editor overrides were read from one UserDefaults instance, but saved to another.