Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 787 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 787 Bytes

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.

[1.1.1] - 2020-04-20

Changed

  • Return a non-zero return code on validation failure.

[1.1.0] - 2020-04-18

Added

  • Added Property List validation using PropertyListSerialization. Validator used to validate plist files may be toggled using the -p or --plist-validator switches. Valid values are plutil and propertylistserialization (default).

Changed

  • Updated Swift package to use latest tools.

[1.0.0] - 2019-07-25

Changed

  • Updated to Swift 5.0

[0.0.1] - 2018-11-12

Added

  • Initial release