UNPKG

serverless-package-python-functions

Version:

Serverless Framework plugin to package python functions and their requirements

28 lines (19 loc) 866 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [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