Skip to content

Releases: tugcanonbas/connectable-kit

Custom Error Middleware - Custom Error Handling

07 Dec 11:56
3d3a17d
Compare
Choose a tag to compare

What's Changed

  • Custom Error Middleware - Custom Error Handling by @tugcanonbas in #6

Full Changelog: 1.0.1...1.0.2

Public Release

09 Apr 15:57
13e608e
Compare
Choose a tag to compare

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

09 Apr 06:02
6e14f43
Compare
Choose a tag to compare

Initial Release for the ConnectableKit