Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 758 Bytes

Revision history for shwifty

TBD

  • Add 'OtherProtocol' protocol constructor

0.0.2.0 - 2020-02-26

  • Primitive lower bound: 0.7 -> 0.6.4
  • Fix issue with type defaulting in disambiguate
  • Add docs to 'toSwift'
  • Add 'Codec' API for cleaner deriving
  • Remove usage of -XDuplicateRecordFields
  • Add getShwiftyCodecTags
  • Cleanup internal code (organise but maintain external API)
  • Add support for private enums/structs
  • Add support for 'base' types
  • Add support for omitting fields and cases
  • Remove indent option
  • Fix pretty-printing for functions in swift
  • Remove instance for Void
  • Make 'prettySwiftData' a top-level function
  • Remove 'Comparable' protocol

0.0.1.0 -- 2020-02-03

  • First version. Released on an unsuspecting world.