WANetworkRouting v0.0.6 Release Notes

Release Date: 2016-03-25 // about 8 years ago
    • โž• Added Batch manager
    • ๐Ÿ›  Fixed an issue on route and DELETE: the object is no longer mapped as a request
    • ๐Ÿ›  Fixed an issue on request descriptors and routes with keypath. You can now write meetings/:meeting.itemID/privatenotes/:itemID
    • โž• Added reachability on WARequestManagerProtocol and WAAFNetworkingRequestManager: isReachable
    • ๐Ÿ“œ When you delete an object without using routes|request descriptors, the path is parsed to get the object ID to delete. It was not deleted before
    • ๐Ÿ›  Fixed crashes when object requests have no success or failure blocks
    • ๐Ÿ›  Fixed a crash when your request descriptor have no shouldMapBlock