Skip to content

0.0.5

Compare
Choose a tag to compare
@ajself ajself released this 12 Nov 17:05
· 60 commits to master since this release

Changes:

  • Remove PopTop's internal caching.
  • Utilizing protocols over class inheritance.
  • Refactor Image and JSON convenience types.

Summary:
PopTop's internal caching proved to not be very useful for APIs that do not follow REST very strictly. Removing this feature allows types that inherit the ResourceProtocol to manage their own state and return relevant data as they see fit.

Also changed is how Resources are registered with PopTop. Now relying on a method instead of direct access to its internal store of Resource types.