Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

68 lines (45 loc) · 4.57 KB

Changelog

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

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

If applicable, start each entry with one of the following keywords:

  • API: For highlighting breaking API changes that require people to change their implementations
  • Adds: For listing new features
  • Fixes: For listing bugfixes
  • Changes: For listing improvements and other changes
  • Deprecates: For listing API deprecations
  • Security: For highlighting changes related to security vulnerabilities

Include references to issue- or pull-request numbers. Use active language and present tense. For convenience, please track any of your changes in the Unreleased section so they can be moved to a respective version upon release.

Unreleased

Add your changes here.

[1.8.2] - 2019-09-19

[1.8.1] - 2019-06-27

[1.8.0] - 2019-03-18

[1.7.0] - 2019-02-19

[1.6.0] - 2019-01-25

[1.5.0] - 2019-01-23

[1.4.0] - 2018-12-04

  • Changes Swift version from 4.0 to 4.2 (#127) via @xavierLowmiller
  • Changes CommonCrypto import to use Swift’s new builtin CommonCrypto module instead of the custom SJCommonCrypto module (#127, #131) via @daniel-mohemian

TODO: Add old versions and especially contributors from old versions! See #144.