Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 866 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 866 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.

[0.2.1] - 2017-08-01

Changed

  • Zip-dir to Zip-local to implement synchronous zipping, while I figure out how to async properly
  • Fixed ensureImage to properly filter Docker images

[0.2.0] - 2017-07-23

Added

  • Support for compiling platform-dependent packages using Docker. Even Santa isn't this nice.

Changed

  • Included Docker integration instructions in README.md. If you build it and tell them how to use it, they will come.

Removed

[0.2.4] - 2017-10-24

Added

  • Normalized path for building on windows courtesy @wsteimel77

[0.2.5] - 2017-11-11

  • Bug fix for #21 courtesy @JFox