darkroom v0.0.5 Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • 🔄 Changelog

    📚 21c61f2 Add Documentation (#22)
    👍 3553f8b Add basic webp encode and decode support without custom options
    🏗 d437530 Add builder functions for Processor and Encoder resulting in deletion of custom Compression struct
    👕 890509e Add silent to make lint
    👍 917122f Add spec for IsWebPSupported returning false in case of returning WebP extension is not supported
    a186a61 Add test case for testing decoding webp image
    bf98288 Clean up + simplify codes, goimports, and extract extension values to constant file
    3be262f Cleanup innefective assignment
    🏗 8512126 Complete the creational functions for spec builder
    🏗 21aa36c Create initial structure of spec builder with allowing scope modification
    ecd78ca Create new struct for Spec with accepted formats property
    🚀 f9f620f Enable CGO_ENABLED in .goreleaser for chai2010/webp support
    🚀 f766947 Enable Windows 32bit deployment
    🚀 7dff823 Expose docker in ci-goreleaser docker
    🚀 9d9631a Fix .goreleaser.yml due to cobra cli changes
    a299b26 Fix blur test
    cc2ebba Fix comment
    024d8be Fix comment
    eb47d84 Fix creation of private struct
    🚀 c98330d Fix failing deployment task due to required CGO_ENABLED flag
    09bde9e Fix returned cache control header inside image handler
    6f4f209 Fix typo in comments
    0fd3088 Format code identation
    🚀 1527990 Ignore website/ changes in goreleaser changelog
    👍 92a0691 Make formats property private, add spec for IsWebPSupported returning true in case of returning WebP extension is supported
    🔀 a60a642 Merge pull request #23 from adalberht/master
    ⚡️ 6cb5ffa Merge pull request #24 from ajatprabha/cli-update
    🔀 d1725c3 Merge pull request #26 from kavishgambhir/blur
    🔀 a71300c Merge pull request #27 from adalberht/webp-support
    🔀 a2d82c8 Merge pull request #32 from baskarap/support-webp-based-on-request-headers
    👕 8681090 Merge pull request #33 from imjuanleonard/cleanup-lint
    🔀 39c6e91 Merge pull request #35 from adalberht/master
    03ebbb3 Normalize host and path in cloudfront storage get
    🚀 a273107 Pass environment variables for goreleaser using docker image
    🚀 ec76230 Prettify deploy script in .travis.yml
    🔨 4abef8b Refactor tests code
    🚚 e3fe7d8 Remove GIT_USER global env and set it to local in travis-ci
    🐳 f8d1961 Remove unnecessary docker pulling images on git branches
    🚚 dcfffb6 Remove unnecessary import
    🔒 3503025 Remove yarn.lock
    93c8ea9 Rename Spec -> ProcessSpec, fix failing tests due to the renaming stuff
    8c9a51d Rename cloud source to data source
    83e1653 Rename config file
    d9f3b1e Replace ProcessSpec with Spec
    8ccc8b4 Replace ProcessSpec with Spec in handler
    e03d3f6 Respond with Vary header on all successful requests
    👍 36117f7 Return image as png if webp is not supported by client
    👍 d914120 Return image as webp if webp is supported by client
    🚀 bb083e5 Run multiple scripts inside the ci-goreleaser instead of travis local
    59bea6e Serve as webp if the caller passes auto=format parameter
    2a4facf Simplify code with gosimple
    🚀 bf39c53 Temporarily comment docs deployment jobs
    🚀 f16c3b6 Uncomment docs website deployment jobs
    🚀 ed7d0c8 Update node to latest before_deploy
    ⚡️ 48fc5a3 Update node version
    10766c4 Use named return values for Decode() function in Processor interface
    c90df73 Use npm instead of yarn
    87aefdc add Blur function to processor
    d2da931 add blur functionality
    969663a add test files
    d5ed9ed add unit test for blur
    d71a145 fix comment
    ee7ca7a format manipulator.go
    12b0259 modify test images for blur
    🔧 c02c536 remove app specific configuration reads from environment
    a2730c2 reuse value from CleanFloat and mention upper bound in doc string
    ⚡️ 69f4dd8 update Dockerfile
    🗄 d8a2d5d use cobra to manage cli commands and deprecate urfave/cli

    🐳 Docker images

    • 🐳 docker pull gojektech/darkroom:latest
    • 🐳 docker pull gojektech/darkroom:v0.0.5