-
released this
2023-04-19 14:20:36 +00:00 | 14 commits to main since this releaseThis release contains a small fix and also, a tiny addition:
- adds a missing public initialiser to the
MockURLRequeststruct of the Communications library; - implements the
gmtstatic property for theTimeZone+Zoneextension included in the Core library.
Downloads
- adds a missing public initialiser to the
-
released this
2023-04-18 22:56:52 +00:00 | 15 commits to main since this releaseThis release contains the work done to implement some bugfixes to the existing source code related to the
Communicationslibrary of this package.To provide further details about the work done:
- removed an unnecessary function from the
Clientpublic protocol; - moved the
MakeURLRequestErrorpublic error to its own file; - added the
parametersproperty to theEndpointpublic protocol; - added support for the parameters handling in the
MakeURLRequestUseCaseuse case.
Downloads
- removed an unnecessary function from the
-
released this
2023-04-18 14:23:49 +00:00 | 16 commits to main since this releaseThis release contains the work done to set this multi-platform library, its license and, of course, some basic but handy features, patterns, protocols, classes, structs and enumerations to:
- enhance a few primitives of the Foundation framework;
- implement the Coordinator pattern with Routers (focused on the iOS platform);
- use a simple but effective Dependency injection mechanism in your code;
- define communications to remote APIs endpoints with clients;
- help setting up a Core Data stack and simplify the use of a
NSFetchedResultControllercontroller.
Downloads