Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspare Sganga committed Nov 12, 2016
1 parent e534adf commit 5a5bb26
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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"
]
}
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (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"
}
}
2 changes: 1 addition & 1 deletion src/ajaxdownloader.js
Original file line number Diff line number Diff line change
@@ -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/
****************************************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion src/ajaxdownloader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a5bb26

Please sign in to comment.