Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.3 (2021-04-13)

  • fix(sanitizePath): encode plus with ixEncodeURI (#35)
  • docs: use circleci build badge
  • docs: update travis badge to travis-ci.com

1.1.2 (2020-06-17)

  • fix: percent-encode any invalid characters in URL path (adb8694)

1.1.1 (2020-03-12)

  • fix: remove residual objc interface header (#24)

1.1.0 (2020-02-12)

  • build(spm): add swift package manifest (#21)
  • refactor: use Swift CommonCrypto module to calculate md5 hashes (#22)

1.0.0 (2020-01-31)

  • build: update to support Swift 5 (#17)