Skip to content

Latest commit

 

History

History
98 lines (60 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

98 lines (60 loc) · 1.55 KB

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.

[0.2.5] - 2024-11-15

Fixed

  • Automackable support to handle tupples

[0.2.4] - 2024-11-14

Fixed

  • Add support to thrown functions
  • Fix support to no optional properties

[0.2.3] - 2024-11-06

Fixed

  • Allow Automackable to support protocolos with other inherited protocols
  • Allow Automackable to support variables with setters

[0.2.2] - 2024-11-06

Fixed

  • Allow Automackable to support more cases

[0.2.1] - 2024-10-23

Fixed

  • Fix unsuported optionals to StringOrInt and StringOrDouble macros

[0.2.0] - 2024-10-23

Added

  • StringToDouble macro

[0.1.1] - 2024-10-21

Fixed

  • Automockable to support functions with same name
  • Automackable to support all kind of variables

[0.1.0] - 2024-10-18

Added

  • JsonMockable macro

[0.0.4] - 2024-09-13

Added

  • Security markdown

[0.0.3] - 2024-09-06

Changed

  • SwiftLint settings

[0.0.2] - 2024-09-05

Changed

  • SwiftLint settings

Fixed

  • Lint issues

[0.0.1] - 2024-09-05

Added

  • Macro wip
  • Macro DefaultInit
  • Macro debug_print
  • Macro CustomCodableKey
  • Macro CustomDefault
  • Macro CustomDate
  • Macro CustomCodable
  • Macro CustomHashable
  • Macro CustomEquatable
  • Macro StringOrInt
  • Macro StringToDouble
  • Macro CustomURL
  • Macro AutoMockable
  • Macro NodePrinter