Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

78 lines (46 loc) · 2.04 KB

Change Log

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

4.0.0 (2024-06-13)

  • Refine interface for specifying variables
  • Add docc documentation
  • Move to swift 5.9 as minimum supported version

3.1.0 (2023-01-20)

  • Allow single-quote as literal, refer RFC errata 6937
  • Add Sendable conformance
  • Do not encode percent-encoded-triplets in reserved or fragment expansion
  • Update test suite

3.0.1 (2023-01-08)

  • Add SwiftLint, SwiftFormat, Dependabot

3.0.0 (2023-01-02)

  • Present as a modern Swift Package

2.1.0 (2019-05-23)

  • Update Swift version to 4.2

2.0.2 (2018-08-03)

  • Update README

2.0.1 (2018-07-10)

  • Update README

2.0.0 (2018-07-09)

  • Provide Static Framework Targets
  • Remove Static Library and Dynamic Framework Targets

1.1.1 (2018-07-01)

  • Support back to iOS 9, tvOS 9, watchOS 2, macOS 10.11
  • Correct dynamic framework packaging

1.1.0 (2018-05-19)

  • Support Codable
  • Provide README.md
  • Add Dynamic Framework Targets
  • Support Carthage
  • Integrate with CodeCov for code coverage analysis

1.0.0 (2018-05-09)

  • Full Level 4 template support