Releases: tugcanonbas/connectable-kit
Custom Error Middleware - Custom Error Handling
What's Changed
- Custom Error Middleware - Custom Error Handling by @tugcanonbas in #6
Full Changelog: 1.0.1...1.0.2
Public Release
We're excited to announce the public release of ConnectableKit, a powerful Swift package for creating generic JSON structures and connecting them with your models.
With ConnectableKit, you can easily define and serialize responses for your APIs inspired from the JSend specification, which provides a simple and consistent format for returning JSON data. Plus, with the included Connectable protocol, you can easily connect your models with your JSON responses, simplifying your code and making it easier to maintain.
Some of the key features of ConnectableKit include:
- Generic JSON structure
- Connectable protocol for easy model-to-JSON serialization
We hope that ConnectableKit will help streamline your API development and make it easier than ever to manage your JSON responses.
Initial Release
Initial Release for the ConnectableKit