Skip to content

Commit aecda70

Browse files
author
Reed Es
committed
various improvements; removed stability warning banner
1 parent bbfe88d commit aecda70

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
A multi-platform SwiftUI component for editing fielded data.
44

5-
**NOTE** <em>this component is BRAND NEW and under active development. If you need stability, you should fork, at least until the API has stabilized with version 1.x.x.</em>
6-
7-
85
Available as an open source library to be incorporated in SwiftUI apps.
96

107
_SwiftDetailer_ is part of the [OpenAlloc](https://github.com/openalloc) family of open source Swift software tools.
@@ -16,12 +13,13 @@ macOS | iOS
1613
## Features
1714

1815
* Convenient editing (and viewing) of fielded data in your app
19-
* Can be used with various collection container types, such as `List`, `Table`, `LazyVStack`, etc.\*
2016
* Presently targeting macOS v11+ and iOS v14+\*\*
17+
* Can be used with various collection container types, such as `List`, `Table`, `LazyVStack`, etc.\*
2118
* Both bound (`editDetailer`) and unbound (`viewDetailer`) views available
22-
* Optional support for operations to add new records and delete them
23-
* Optional support for field-level validation, with indicators
24-
* Optional support for record-level validation, with alert view
19+
* Option to add new item
20+
* Option to delete item
21+
* Option to validate at field-level, with indicators
22+
* Option to validate at record-level, with alert view
2523
* Minimal use of View type erasure (i.e., use of `AnyView`)
2624
* No external dependencies!
2725

@@ -227,7 +225,7 @@ If this validation is used, the user will not be able to save changes until it r
227225

228226
Swift open-source libraries (by the same author):
229227

230-
* [SwiftTabler](https://github.com/openalloc/SwiftTabler) - multi-platform SwiftUI component for displaying (and interacting with) tabular data
228+
* [SwiftTabler](https://github.com/openalloc/SwiftTabler) - multi-platform SwiftUI component for tabular data
231229
* [AllocData](https://github.com/openalloc/AllocData) - standardized data formats for investing-focused apps and tools
232230
* [FINporter](https://github.com/openalloc/FINporter) - library and command-line tool to transform various specialized finance-related formats to the standardized schema of AllocData
233231
* [SwiftCompactor](https://github.com/openalloc/SwiftCompactor) - formatters for the concise display of Numbers, Currency, and Time Intervals

0 commit comments

Comments
 (0)