Daniel Arantes Loverde
1743bc2d24
[docs] Cross-link API.md to the other reference guides
2026-08-29 19:36:03 -03:00
Daniel Arantes Loverde
872d70dc21
[docs] UIKit.md: Media & Components section (UIKit.md complete)
2026-08-29 19:34:51 -03:00
Daniel Arantes Loverde
6eb57f5c44
[docs] UIKit.md: Collections & Tables section
2026-08-29 19:33:59 -03:00
Daniel Arantes Loverde
ac9d010b8e
[docs] UIKit.md: Navigation & Controllers section
2026-08-29 19:33:22 -03:00
Daniel Arantes Loverde
255e5cfe1a
[docs] UIKit.md: Views & Controls section
2026-08-29 19:32:31 -03:00
Daniel Arantes Loverde
f57dc50975
[docs] UIKit.md: Layout & Constraints section
2026-08-29 19:31:43 -03:00
Daniel Arantes Loverde
971278fa3c
[docs] SwiftUI.md: LCENavigationView (complete)
2026-08-29 19:30:30 -03:00
Daniel Arantes Loverde
ec3442ed1c
[docs] Extensions.md: Encoding & Errors + Core sections (Extensions.md complete)
2026-08-29 19:29:42 -03:00
Daniel Arantes Loverde
4f6a83556d
[docs] Extensions.md: Date, Data & Files section
2026-08-29 19:28:35 -03:00
Daniel Arantes Loverde
d16a42fddc
[docs] Extensions.md: Numbers & Geometry section
2026-08-29 19:27:31 -03:00
Daniel Arantes Loverde
c459c9eaf6
[docs] Extensions.md: Collections & Sequences section
2026-08-29 19:26:46 -03:00
Daniel Arantes Loverde
1d2c595c78
[docs] Extensions.md: Strings & Text section
2026-08-29 19:25:15 -03:00
Daniel Arantes Loverde
9f1db7c121
[docs] Extensions.md: API overview + Crypto section
2026-08-29 19:23:23 -03:00
Daniel Arantes Loverde
705639b2f5
[docs] Scaffold reference guides + README Documentation section
...
- Documentation/{Extensions,SwiftUI,UIKit}.md shells with category headings + TOC
- README: Documentation table linking all 4 guides
- footer: drop the second github badge, keep the resume link
2026-08-29 19:22:12 -03:00
Daniel Arantes Loverde
6acec0ff3a
[api-upload-refactor] Set deployment target to iOS 15, simplify upload
...
- Package.swift: .iOS(.v13) -> .iOS(.v15), .watchOS(.v6) -> .v8
(README already stated iOS 15; watchOS 8 needed for URLSession.upload(for:fromFile:))
- drop the iOS-13 uploadTask continuation bridge; both upload overloads now
share one runUpload using session.upload(for:fromFile:delegate:)
- remove now-redundant @available(iOS 15) from the progress overload and test
- Documentation/API.md: drop iOS-version caveats
2026-08-29 18:51:49 -03:00
Daniel Arantes Loverde
20d761b361
[api-upload-refactor] Document API usage, link from README
2026-08-29 18:10:30 -03:00