* fix issue #406 Changing url when files are selected does not work
* fix issue #406 Changing url when files are selected does not work
* fix issue #406 Changing url when files are selected does not work
fixes#406
* Changed tsconfig.json to match tsconfig schema
* Change package.json to include all necessary packages for this package
* Added type for EventEmitter
* Fix for zone.js error "More tasks executed then were scheduled" in Safari, explicit call of NgZone not required in zone.js ^0.6.12
* Added type information for methods in FileUploader
* Added type information for methods in FileItem
* Added type information for methods in FileUploader
* Removed codelyzer / eslint according to PR valor-software/ng2-file-upload#221
# The first commit's message is:
feat(uploader): huge uploader update
- creted uploader options
- added `file type` support
- added headers to xhr
- rename FileUploaderSettings => FileUploaderOptionsInterface
- added public methods set Options
- created filter from set options
- added demo component
# The 2nd commit message will be skipped:
# rename FileUploaderSettings => FileUploaderOptionsInterface
# The 3rd commit message will be skipped:
# added public method setOptions
* Upgrade to angular 2.0.0-rc.1
* Add a simple .travis.yml
closes#180
* Upgrade to ng2-bootstrap 1.0.16
* Install typings on prepublish
* (chore) Fix rxjs dependency, moved it to dev dep
* (chore) Upgrade to node 6. Keep mandatory deps.
If you don't set the queueLimit manually, then it's undefined, so the queueLimitFilter never allows any files by default. I modified the filter to ignore the queueLimit if it's undefined.
Added node_modules to .npmignore - node modules shouldn't be installed with npm and cause Typscript duplicate definition errors
Removed reference to _destroy in removeFromQueue (this was removed from the FileItem class but was still being called)
Put in required type for EventEmitter
Moved peer dependencies from dependencies to peer dependencies