diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b8aae93 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + + +## v1.1.0 - 2016-11-12 +### Added +- Bower and npm support +- SemVer compliant +- Changelog + + + +## v1.0 - 2015-05-04 +*First public release* diff --git a/LICENSE b/LICENSE index e23e9fa..d796948 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Gaspare Sganga +Copyright (c) 2015-2016 Gaspare Sganga Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1eac9e3 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "gasparesganga-jquery-ajax-downloader", + "description": "A jQuery Plugin to perform Ajax style downloads", + "homepage": "http://gasparesganga.com/labs/jquery-ajax-downloader/", + "authors": [ + "Gaspare Sganga (http://gasparesganga.com)" + ], + "license": "MIT", + "keywords": [ + "ecosystem:jquery", + "jquery-plugin", + "jquery", + "plugin", + "ajax", + "downloader" + ], + "main": [ + "src/ajaxdownloader.js" + ], + "repository": { + "type": "git", + "url": "https://github.com/gasparesganga/jquery-ajax-downloader.git" + }, + "moduleType": [ + "globals" + ], + "dependencies": { + "jquery": ">=1.7.0" + }, + "ignore": [ + "package.json" + ] +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..bd64c39 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "gasparesganga-jquery-ajax-downloader", + "version": "1.1.0", + "description": "A jQuery Plugin to perform Ajax style downloads", + "homepage": "http://gasparesganga.com/labs/jquery-ajax-downloader/", + "author": "Gaspare Sganga (http://gasparesganga.com)", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/gasparesganga/jquery-ajax-downloader.git" + }, + "bugs": { + "url": "https://github.com/gasparesganga/jquery-ajax-downloader/issues" + }, + "keywords": [ + "ecosystem:jquery", + "jquery-plugin", + "jquery", + "plugin", + "ajax", + "downloader" + ], + "dependencies": { + "jquery": ">=1.7.0" + } +} \ No newline at end of file diff --git a/src/ajaxdownloader.js b/src/ajaxdownloader.js index 0ea274e..744217a 100644 --- a/src/ajaxdownloader.js +++ b/src/ajaxdownloader.js @@ -1,7 +1,7 @@ /*************************************************************************************************** AjaxDownloader - A jQuery Plugin to perform Ajax style downloads Author : Gaspare Sganga - Version : 1.0 + Version : 1.1.0 License : MIT Documentation : http://gasparesganga.com/labs/jquery-ajax-downloader/ ****************************************************************************************************/ diff --git a/src/ajaxdownloader.min.js b/src/ajaxdownloader.min.js index c054084..8519132 100644 --- a/src/ajaxdownloader.min.js +++ b/src/ajaxdownloader.min.js @@ -1,7 +1,7 @@ /*************************************************************************************************** AjaxDownloader - A jQuery Plugin to perform Ajax style downloads Author : Gaspare Sganga - Version : 1.0 + Version : 1.1.0 License : MIT Documentation : http://gasparesganga.com/labs/jquery-ajax-downloader/ ****************************************************************************************************/