ObjFW  Changes To API Review for 1.0

Changes to "API Review for 1.0" between 2022-09-10 09:25:07 and 2022-09-10 09:38:57

223
224
225
226
227
228
229
230
223
224
225
226
227
228
229








-
* ✅ `ObjFWTLS/ObjFWTLS.h`

Some things still need to be checked on a global level:

* ❌ Classes that already reserve ivars need to be considered to be changed to restricted subclassing
* ❌ All classes either restrict subclassing or reserve ivars
* ❌ All exception throws need to be audited (they're part of the API, too!)
* ❌ OFSerialization is up for consideration to be removed