[
    {
        "version": "1.1.2",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2017-03-22T11:00:00-05:00",
        "notes": [
            "[Improved] Updated vendor dependencies for PHP 7.1 compatibility",
            "[Fixed] Fixed a typecasting issue in the 3rd party CSSmin lib for PHP 7.1 compatibility",
            "[Improved] Updated the class names used in the updated vendor deps",
            "[Improved] Broke out the changelog to CHANGELOG.md",
            "[Improved] Updated the README.md"
        ]
    },
    {
        "version": "1.1.1",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2016-08-04T11:00:00-05:00",
        "notes": [
            "[Improved] Removing dev requirement from composer.json",
            "[Improved] Updated the README.md"
        ]
    },
    {
        "version": "1.1.0",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2016-03-12T11:00:00-05:00",
        "notes": [
            "[Added] The default minify tag now minifies all the things (html, css, js)",
            "[Added] Added Composer support",
            "[Improved] Updated the README.md"
        ]
    },
    {
        "version": "1.0.4",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2015-12-28T11:00:00-05:00",
        "notes": [
            "[Fixed] Fixed the releases.json feed URL",
            "[Improved] Changed the Minify config settings from environmentalVariables to craft.config settings",
            "[Improved] Updated the README.md"
        ]
    },
    {
        "version": "1.0.3",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2015-11-23T11:00:00-05:00",
        "notes": [
            "[Added] Added support for Craft 2.5 new plugin features",
            "[Improved] Updated the README.md"
        ]
    },
    {
        "version": "1.0.2",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2015-11-22T12:00:00-05:00",
        "notes": [
            "[Added] Added `environmentVariables` to let you control Minify's behavior"
        ]
    },
    {
        "version": "1.0.1",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2015-11-22T11:00:00-05:00",
        "notes": [
            "[Fixed] Fixed an issue with the minify submodule not being included in the git repo",
            "[Improved] Updated the README.md"
        ]
    },
    {
        "version": "1.0.0",
        "downloadUrl": "https://github.com/khalwat/minify/archive/master.zip",
        "date": "2015-11-21T11:00:00-05:00",
        "notes": [
            "[Added] Initial release"
        ]
    }
]