This is a backwards compatible preview release * Switching to semantic versioning * Switching to CircleCI for continuous integration * Adding preview version of Lambda API deployment * Refactoring of documentation into Maven site-worthy setup
This is a broken version - DON’T USE IT * Failed in attempt to move to semantic versioning atop CircleCI
This is a backwards compatible bugfix release * Version 0.7 didn’t read all pages of an S3 bucket on delta calculation - fixed in this version * Reduced some logging spewage as well
This is a backwards compatible feature release * Added ability to do Delta comparisons and only upload files that are different * Added ability to delete files on S3 that don’t exist locally * Added ability to compress HTML * Added ability to do general search-and-replace in uploaded text * Added ability to compute MD5 and stick into a metadata field
This is a backwards compatible feature release * Extracted file processing from S3 Upload into its own library so it can be used standalone (Drigo, in wrench-drigo) * Added ability to run Babel processing prior to s3 upload (mainly for JSX processing) * Added ability to exclude files from upload * Added dynamic include capability (parse files and replace tags with contents of other files, like server side includes) * Finally started to fix this documentation
This is a maintenance release. (2015-03-30) * Upgraded Closure to version v20150315, and fixed it just crashing on some input - now bad input may result in uncompressed JS but everything should still work. Also pays attention to the compilation level now, and no longer has to disable system.exit to work. At some point will extend this to allow custom externs, but not right now.
This is a backwards compatible feature release. (2015-03-07) * Added the ‘assumedRoleArn’ and ‘assumedRoleExternalId’ properties to all mojos to allow Seedy to deploy to a different AWS account than the one on the current machine. Typical use case is when the build server is on account but is deploying to another account. See http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-usingrole-switchapi.html for some details.