Skip to content

Releases: DevKitOrganization/DevConfiguration

0.11.0

13 Apr 22:32

Choose a tag to compare

0.11.0 Pre-release
Pre-release

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

05 Apr 03:26

Choose a tag to compare

0.10.1 Pre-release
Pre-release

This release only contains small fixes in the project’s DocC documentation.

0.10.0

30 Mar 01:08

Choose a tag to compare

0.10.0 Pre-release
Pre-release

This is a tiny release that simply exports Configuration so that consumers don’t have to import both DevConfiguration and Configuration.

0.9.0

29 Mar 20:58

Choose a tag to compare

0.9.0 Pre-release
Pre-release

This release makes the following changes:

  • ConfigVariableEditor now takes an optional dismiss closure instead of an onSave closure. This closure takes an array of modified variables just like onSave. However, if the dismiss closure 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 requiresRelaunch config 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

19 Mar 05:09

Choose a tag to compare

0.8.1 Pre-release
Pre-release

This is a small release that updates to DevFoundation 1.8.1 and makes RegisteredConfigVariable’s metadata subscript public.

0.8.0

17 Mar 23:03
6dc7145

Choose a tag to compare

0.8.0 Pre-release
Pre-release

This is a small release the sorts metadata keys on the variable detail view of the editor.

0.7.0

17 Mar 22:42
77b5f1f

Choose a tag to compare

0.7.0 Pre-release
Pre-release

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

11 Mar 16:10
ab10717

Choose a tag to compare

0.6.0 Pre-release
Pre-release

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

10 Mar 19:06
4c309ca

Choose a tag to compare

0.5.0 Pre-release
Pre-release

This release adds the ability for consumers to add a custom section to the config variable editor.

0.4.1

10 Mar 00:44
9628b36

Choose a tag to compare

0.4.1 Pre-release
Pre-release

This release fixes a bug in which editor overrides were read from one UserDefaults instance, but saved to another.