Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 919 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.4] - 2021-09-09

Codebase

Fixed

  • Exclude Info.plist in sources to avoid warning for SPM

[1.0.3] - 2021-09-06

Features

Fixed

  • Resources that doesn't directly inherit from base Resource class can now be correctly deserialized within includes.

[1.0.2] - 2021-03-17

Codebase

Added

  • Possibility to install the library with the Swift Package Manager

[1.0.1] - 2021-02-07

Codebase

Fixed

  • Fix Podfile

[1.0.0] - 2020-05-06

Feature

Added

  • Swift representation of JSON:API objects
  • Resource open class to transform a model to a JSON:API resource
  • Network abilities to discuss with a JSON:API server