Skip to content

Files

Latest commit

aae68db · Nov 14, 2017

History

History
314 lines (288 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

314 lines (288 loc) · 18.5 KB

CHANGELOG

[Current] / 2017-11-10

  • 0fdeb29 - maintenance infos; small bug fixed in specs.
  • 8156bbb - Merge pull request #382 from jkuri/style-handlefiles
  • 7261a26 - style(): update code style for handling allowed extensions
  • 3ed40e6 - Merge pull request #381 from retailify/master
  • b0fdb3f - Updated Readme
  • ee0fc06 - Merge pull request #380 from retailify/master
  • 875b4b0 - refactoring
  • ecb9959 - test(karma): karma integration, refactor current specs
  • 283a905 - Merge pull request #378 from retailify/master
  • 2f7337c - hot reloading
  • f6954cb - fix(): fix build scripts
  • 923a4f4 - Merge pull request #377 from retailify/master
  • 49dc2db - Tests for humanizeBytes
  • 9a72624 - small code corrections
  • f729de8 - docs(readme): add ci status badge
  • 281f516 - build(abstruse): add abstruse.yml continuous integration config

4.2.1 / 2017-11-10

  • cb55411 - chore(release): 4.2.1
  • b5e8f6e - moca/chai tests and new NgUploaderService setContentTypes method

4.2.0 / 2017-11-10

  • 53780d7 - chore(release): 4.2.0
  • 3d900b6 - fixed indents
  • d12aaca - bug fix
  • a52cf20 - changed url back to ngx-uploader.com/upload
  • f13c1bd - Added allowedContentTypes. If the Content-Type of a file is not allowed, the file will rejected.

4.1.2 / 2017-11-09

4.1.1 / 2017-11-09

4.1.0 / 2017-11-02

  • b036c02 - chore(release): 4.1.0
  • 245f697 - chore(update): update deps, Angular5 & @ngtools/webpack

4.0.2 / 2017-10-22

  • 292d6da - chore(release): 4.0.2
  • cb7ed30 - fix(compatibility): 'FileReader is not defined' bug fix with removing reader variable
  • 29d9af7 - use subscription array & remove EventEmitter unsubscribe

4.0.1 / 2017-10-22

  • 5ba36ad - chore(release): 4.0.1
  • 5ec9801 - chore(readme): Fix html ampersand entity in example
  • 6bce625 - chore(demo): update demo
  • ec5deaf - chore(demo): progress chart

4.0.0 / 2017-09-28

  • 549fa83 - chore(release): 4.0.0
  • eefdc5f - docs(readme): update readme.md
  • 77cae6e - chore(demo): update demo to 4.0.0
  • cfc7e3d - feat(scheduler): reimplement scheduler
  • 0a99847 - Update README.md
  • c34a7f1 - chore(): remove typings (closes #335)
  • 283b485 - chore(): add declarations to npm
  • 516141d - Update version
  • c243b31 - use nativeFile in files array instead of FilesList, fix subscription error on cancel
  • ca91ef7 - chore(): update deps
  • 1e1c37a - update Readme
  • 68522ec - Expose FormData object to UploadFile object
  • 52f4d7f - Fix non-advancing index bug (duplicate upload error)
  • 795b5f7 - Expose xhr response status in UploadFile object

3.3.7 / 2017-08-06

  • 5b447cb - chore(release): 3.3.7
  • ca746de - feat(concurrency): fix concurrency
  • ce693cf - chore(deps): update deps
  • 207fe19 - feat(demo-page): redesign demo page
  • 72e1731 - feat(eta): estimated time remaining

3.3.5 / 2017-08-06

  • 59043b2 - chore(release): 3.3.5
  • 694f2d6 - docs(readme): update README.md
  • 5628870 - Made the library portions (src/ngx-uploader) strict compliant (by adding undefined checks where necessary, and fixing the initial speed and speedHuman values).

3.3.4 / 2017-07-30

  • f933cfa - chore(release): 3.3.4
  • 335dbc0 - fix(): clear fileList after after already being handled (closes #316)
  • 139ed58 - chore(deps): update deps

3.3.2 / 2017-07-24

  • 06e2ecd - chore(release): 3.3.2
  • bcd9092 - Fix non working remove event and add missing removeAll (#313)

3.3.1 / 2017-07-18

3.3.0 / 2017-07-18

3.2.3 / 2017-07-16

  • ad7b8cd - chore(release): 3.2.3
  • 540c222 - unsubscribe cancelled uploads (#309)

3.2.2 / 2017-07-09

3.2.1 / 2017-07-03

  • 10b678b - chore(): release 3.2.1
  • 96ba826 - Added space
  • 043d500 - Fixed Issue NgFileDrop onDestroy (cannot read property unsubscribe of undefined)
  • 89a3f48 - fix(): fix cancel event

3.1.3 / 2017-06-28

  • d47c939 - chore(release): 3.1.3
  • 1f93b67 - Update ng-file-select.directive.ts
  • 704a51a - Update ng-file-select.directive.ts
  • a805955 - fix(speed): fix upload speed calculation
  • e3bfb5e - chore: refactor styles
  • 3e54290 - chore(): refactor demo app
  • c5350a8 - Update README.md (#292)
  • 5762c07 - fix(lint): concurrenct as const (closes #261)
  • ab118fd - chore: remove codelyzer and tslint

3.1.0 / 2017-06-19

  • 67c4702 - chore(release): 3.1.0
  • 4a09436 - correction UploadFile issue #282 (#283)
  • 115b6bf - chore(): remove bundles/ from git
  • dd35d9f - docs(readme): update readme

3.0.6 / 2017-05-31

  • 250be97 - chore(release): 3.0.6
  • d255ef1 - feat(credentials): withCredentials option
  • fb630ec - chore(): webpack config
  • a8d7314 - style(): noImplicitAny updates (closes #265)
  • 6892c01 - build(): fix demo build
  • 589a71b - chore(): light ribbon
  • a64285b - chore(demo): update demo ui
  • 3f721dd - chore(docs): update readme
  • 1868566 - Remove Comments for #259 UploadInput
  • 6b4ebf3 - build(fix): change to @ngtools/webpack

3.0.3 / 2017-04-30

3.0.2 / 2017-04-29

  • 695f9ed - chore(release): 3.0.2
  • ff4940f - chore(): add missing files

3.0.1 / 2017-04-29

  • 6674f9a - chore(release): 3.0.1
  • e058819 - docs(readme): documentation for version 3.0.0
  • 08fcd43 - feat(demo): new demo page
  • eaaa130 - chore(bundle): bundle for version 3
  • f23a894 - chore(release): 3.0.0
  • 5f44cc5 - feat(cancelable): cancelable uploads
  • 9315cd1 - chore(3.0.0): version 3.0.0
  • 772aff8 - chore(release): 2.2.8
  • b538607 - added upload abort/cancel support (#225)
  • c09d249 - fix(): fix AoT build
  • 24fe9f7 - Merge remote-tracking branch 'origin/master'
  • 34ee54c - Bump version
  • 9c1216e - Fixed DragEvent on Safari and other browsers that don't support this feature.
  • eaf3241 - chore(release): 2.2.6
  • 57a2517 - add new feature: send plain json (#241)
  • 199b4fe - fix: fix check for dropped file extension (#237)
  • 1b64d11 - chore: DragEvent issues
  • ede724f - Fixed DragEvent on Safari and other browsers that don't support this feature.
  • 3b64320 - fix: Check lower case extension when filtering (#233)
  • ce65e85 - chore: update version
  • e05b4de - add files validation for ngFileDrop #224 (#226)
  • 4b4b4b5 - fix: make allowed extensions lower case (#230)
  • 42c2ead - chore: do not ignore rollup config
  • 6296ee0 - Make extension check case insensitive (#229)
  • 6683db2 - chore: update changelog
  • db11e48 - fix calculateSpeed (#228)
  • b074f80 - handle maxUploads option #96 (#218)
  • 347c9b2 - handle fieldReset option #9 (#217)
  • b60c161 - chore: update deps
  • e1e1285 - build(umd): umd bundles
  • c9d15fb - Typefy files arrays (#211)
  • e7b9fa1 - Handle no-multipart and filterFilesBySize (#152)
  • 7bdb38d - chore: fix universal prerender
  • 61df13f - chore: fix AoT build
  • 8c539c8 - chore: bump version and changelog
  • e1e1b16 - fix: unused variables (closes #206)
  • bab50bd - fix(lint): fix linting errors
  • 31e226e - docs(readme): update readme
  • ea1ff99 - chore: bump version and update changelog
  • 58f9656 - Fix missing provider (#197)
  • 8a0fda9 - chore: bump to 2.1.0
  • 3b31a91 - Update previewUrl type to boolean (#192)
  • 6facc35 - ionic 2 warning fix (#196)
  • 98c13fa - chore: update tsconfig.json
  • 719bf46 - chore: bump verion and update changelog
  • f4f9057 - Support Multiple Instances #173 and #163
  • 1c5998e - Change order of appending data to multipart form (#187)
  • b5bffcb - fix: types
  • e5aa0c3 - chore: bump
  • 3db15f6 - Fix optional options. (#181)
  • 3fe8af2 - Issue 178 (#185)
  • 317e743 - chore: bump to 2.0.20
  • 426aec2 - chore: update clean script
  • 47245e1 - chore: bump to 2.0.13
  • 8655bd5 - chore: bump to 2.0.12
  • eed357f - Cleanup unused imports (#182)
  • 6992551 - fix: any
  • d159f4a - chore: update changelog
  • 142e415 - Use [].fiter as FileList has no method 'filter' (#177)
  • f4e11ce - chore: update changelog
  • 7857213 - fix: Fire file not over event on file drop (#174)
  • d2f08cf - fix: fix spelling error (#175)
  • 9ba0ed4 - chore: bump version
  • 9f9b0f0 - chore: bump to 2.0.7 and update changelog
  • e1343c6 - Support for „strictNullChecks” in tsconfig (#170)
  • 47580c8 - chore: update deps
  • ddf412d - Extended options to methods PUT and PATCH. (#171)
  • bd308a8 - Update ng-uploader-options.class.ts (#172)
  • 676c575 - chore: bump to 2.0.5
  • 85fcbdb - chore: cleanup
  • 4770760 - Fixed issue with filter of undefined when using an (#168)
  • a9dd99b - chore(changelog): add conventional changelog
  • 2fea156 - fix: check on files.length before filter
  • 284a88b - add gulpfile
  • 7eaf817 - chore: add gulpfile
  • 8fc1ad9 - fix(ngOnChanges): add parameter
  • 5df0ffd - chore: rename to ngx-uploader
  • 0f40e97 - docs: add gulpfile
  • 5871821 - refactor(2.0.0): bump to 2.0.0
  • 30923f0 - bump version
  • d5bb4ab - Moved get after set to fix issue when initializing in Angular2 (#154)
  • 8ba6cc1 - fix: 1.6.1
  • ca718f3 - fix: place build script into prepublish and not postinstall
  • 7f2192f - chore: update deps
  • c104249 - chore: update deps
  • 767a49f - Make ng2-uploader compatible with AoT compiler (#149)
  • 0d4433a - fix(beforeUpload): any type
  • f9c6cc0 - New beforeUpload event - makes it possible to validate files before the upload starts (#142)
  • b254c27 - chore: bump to 1.5.3
  • 00b39fd - fix issue #77 (#86)
  • b7d9586 - asd
  • 5d171ad - minor
  • f47455e - chore: bump version 1.5.0
  • 67e60ed - Angular 2.2 AoT compiler fixes. create NgModule (#129)
  • 3424f66 - chore: universal support
  • 9106a56 - chore: bump to 1.4.0
  • 1dd28c1 - Issue #117 (#118)
  • 3df60e4 - bump version
  • c0eacb5 - in package.json specify "main" as ng2-uploader.js (#111)
  • 661cd09 - Merge branch 'master' of https://github.com/jkuri/ng2-uploader
  • e5010fd - chore: update version
  • 9b37f45 - Add fieldReset parameters (#109)
  • 8cb23d9 - bump version
  • b021ff0 - Add file drag over event emitter on enter and leave (#90)
  • 8377b69 - bump version
  • 51c5e81 - Fixes #88, [events] property not working with Angular 2 final (#89)
  • 4f4bedb - update: Angular 2.0.0
  • 66f7ef6 - update: add typings to package.json and update dependencies to RC7
  • fdb99b1 - Dynamic options parameter binding (#84)
  • d74b8d0 - Added missing type declarations that caused TS error (#76)
  • 271169b - fix version
  • 538eab6 - feat: inputEvents
  • e502075 - 1.0.0
  • 31791d4 - bump version
  • df0d465 - Merge branch 'master' of https://github.com/jkuri/ng2-uploader
  • 5f0173a - ad
  • a1208f8 - Preview Functionality (#66)
  • 5171da8 - Merge branch 'master' of https://github.com/jkuri/ng2-uploader
  • 28d94e2 - docs: express backed example
  • d763019 - update package.json
  • 00069db - Preview Functionality (#66)
  • 38157e8 - v0.5.14
  • a0ba88f - bump to 0.5.13
  • e5846dc - v0.5.12
  • 4d37b7c - bump version
  • 9eb0498 - Merge pull request #56 from kevinvella/master
  • 1ce2ec2 - Added index.ts for ng2-uploader, directives and services
  • d48616a - Merge branch 'master' of https://github.com/jkuri/ng2-uploader
  • 234bfca - asd
  • d402912 - bump to 0.5.9
  • f763694 - bump to 0.5.9
  • 3a62570 - implicit any fix
  • f55b48e - expose UploadFile
  • ab22ac0 - Merge pull request #24 from JulianH/master
  • 3f59776 - Set noImplicitAny option to true in the tsconfig
  • 7412fba - Add missing type to avoid error when no implicit any option set to true
  • f09f435 - v0.5.7
  • a91ac7a - v0.5.6
  • d7e82cb - Merge pull request #50 from ohader/master
  • 7bd71ed - [TASK] Adjust typings and ES flaws
  • c352e7d - [TASK] Get rid of hardcoded typing definitions
  • 16b1325 - asd
  • b74939b - trailing comma fix
  • f439329 - typings fix
  • 416eb07 - v0.5.4
  • f7d719f - v0.5.3
  • bf4d36e - version bump 2
  • 818365b - version bump 2
  • 2a3f78e - version bump
  • dfdacbb - Merge pull request #38 from robkrause/master
  • 011e278 - adjustments for angular rc.1 build
  • 944808d - Merge pull request #30 from tan9/tsconfig-browser-def
  • e1ab6dc - Reference angular2/typings/browser.d.ts using tsconfig.
  • f6df696 - Remove wrong event bindings
  • 509cbfe - Merge branch 'master' of https://github.com/jkuri/ng2-uploader
  • cfdb01e - 0.5.1
  • 59b6b41 - Merge pull request #17 from zatomik/master
  • 2dc9efb - Allows setting of false boolean options
  • 4d435d8 - fixed docs
  • 717e55f - Rewrite to 0.5.0