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

Feature/typescript definitions #1719

Merged
merged 35 commits into from
Feb 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 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
3a545df
Merge pull request #1689 from Netex-Enterprises/master
singhjusraj Jan 13, 2017
92dcd08
Merge branch 'develop' into Feature/TypeScript-Definitions
singhjusraj Jan 16, 2017
35ce907
Merge branch 'develop' into Feature/TypeScript-Definitions
singhjusraj Jan 30, 2017
4969461
removeFileRef method definition added
singhjusraj Jan 31, 2017
ef09331
Merge branch 'develop' into Feature/TypeScript-Definitions
singhjusraj Feb 5, 2017
e2e3f0d
Promise return types changed from native to FineUploader's Promise
singhjusraj Feb 5, 2017
f688801
Merge branch 'develop' into Feature/TypeScript-Definitions
rnicholus Feb 7, 2017
f060752
Updated Makefile to include typescript directory
singhjusraj Feb 12, 2017
d0af118
Merge branch 'Feature/TypeScript-Definitions' of https://github.com/F…
singhjusraj Feb 12, 2017
951d90e
Pushing missed changes in previous commit
singhjusraj Feb 12, 2017
4d506a8
Merge branch 'develop' into Feature/TypeScript-Definitions
rnicholus Feb 13, 2017
a1ffb5e
add setStatus method definition from 5.14.0-beta2
rnicholus Feb 13, 2017
12dccbe
forgot to update setStatus 2nd param docs
rnicholus Feb 13, 2017
b276800
docs(methods.jmd): Wrong description for 2nd setStatus param
rnicholus Feb 13, 2017
5887096
Merge branch 'develop' into Feature/TypeScript-Definitions
rnicholus Feb 13, 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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ setup-dist:
mkdir -p $(pub-dir)
cp LICENSE README.md package.json $(pub-dir)
cp -pR $(src-dir)/commonjs/ $(pub-dir)/lib/
cp -pR $(src-dir)/typescript $(pub-dir)/

copy-build-to-dist:
mkdir -p $(pub-dir)/$(PUB-SUBDIR)
Expand Down
Loading