Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Adding typescript definition file #1689

Merged
merged 20 commits into from
Jan 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
043f59e
Adding typescript definition file
singhjusraj Nov 14, 2016
f9b7ad3
Added all Core, S3 and Azure methods.
singhjusraj Nov 14, 2016
113e4d2
pushing with my github email address instead of my work email.
singhjusraj Nov 14, 2016
c739255
All core options added
singhjusraj Nov 15, 2016
bbfddbd
Merge branch 'master' into master
rnicholus Nov 15, 2016
0493251
Merge branch 'develop' into master
rnicholus Nov 15, 2016
7c1df31
All options added. Events and Utilities still remaining.
singhjusraj Nov 15, 2016
7ff6947
Merge branch 'master' of https://github.com/SinghSukhdeep/fine-uploader
singhjusraj Nov 15, 2016
51039ab
All Events Added
singhjusraj Nov 16, 2016
8491cb8
Merge branch 'develop' into master
singhjusraj Nov 16, 2016
7c0ad22
All API methods, events, options, utils added.
singhjusraj Nov 17, 2016
a3a77c8
Some comments formatting for VS Code
singhjusraj Nov 18, 2016
59d5cc2
Tested basic functionality
singhjusraj Nov 18, 2016
e4dc046
Merge branch 'develop' into master
singhjusraj Nov 29, 2016
8d4c621
Merge branch 'develop' into master
rnicholus Dec 11, 2016
32fe69c
Merge branch 'develop' into master
singhjusraj Jan 3, 2017
8a3bf81
Merge branch 'develop' into master
singhjusraj Jan 8, 2017
e3d2a4c
Fixing some required/optional options bugs
singhjusraj Jan 8, 2017
838c8ef
Merge branch 'master' of https://github.com/Netex-Enterprises/fine-up…
singhjusraj Jan 8, 2017
571091a
types property declaration added in package.json
singhjusraj Jan 9, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "fine-uploader",
"title": "Fine Uploader",
"main": "lib/traditional.js",
"types" : "typescript/fine-uploader.d.ts",
"version": "5.12.0",
"description": "Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.",
"keywords": [
Expand Down
Loading