diff --git a/CHANGELOG.md b/CHANGELOG.md index bdee883e..3cf44f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ CHANGELOG #### [Current] / 2017-11-10 - * [0fdeb29](../../commit/0fdeb29) - maintenance infos; small bug fixed in specs. + * [1258616](../../commit/1258616) - build(bundles): integrate ng-packagr (closes #405 #372) + * [42ed768](../../commit/42ed768) - Merge pull request #402 from 77bo/response-headers-support + * [38b59fe](../../commit/38b59fe) - #400 renamed headers property. Added line to readme. + * [a0490e3](../../commit/a0490e3) - #400 added check if headers exists. + * [135eacb](../../commit/135eacb) - #400 exposed only response headers, instead of whole XMLHttpRequest object. + * [b62d570](../../commit/b62d570) - #400 added XHR instance when a request already was done, now it's possible to get response headers. + * [05cf604](../../commit/05cf604) - Update README.md + * [58d4246](../../commit/58d4246) - Update README.md + * [cd94a30](../../commit/cd94a30) - Use Stack Overflow for questions + * [67d9827](../../commit/67d9827) - chore(): abstruse config (closes #384) + * [aae68db](../../commit/aae68db) - CHANGELOG.md created + * [9ba1af3](../../commit/9ba1af3) - maintenance infos; small bug fixed in specs. * [8156bbb](../../commit/8156bbb) - Merge pull request #382 from jkuri/style-handlefiles * [7261a26](../../commit/7261a26) - style(): update code style for handling allowed extensions * [3ed40e6](../../commit/3ed40e6) - Merge pull request #381 from retailify/master @@ -21,41 +32,41 @@ CHANGELOG * [f729de8](../../commit/f729de8) - docs(readme): add ci status badge * [281f516](../../commit/281f516) - build(abstruse): add abstruse.yml continuous integration config -#### 4.2.1 / 2017-11-10 +#### v4.2.1 / 2017-11-10 * [cb55411](../../commit/cb55411) - chore(release): 4.2.1 * [b5e8f6e](../../commit/b5e8f6e) - moca/chai tests and new NgUploaderService setContentTypes method -#### 4.2.0 / 2017-11-10 +#### v4.2.0 / 2017-11-10 * [53780d7](../../commit/53780d7) - chore(release): 4.2.0 * [3d900b6](../../commit/3d900b6) - fixed indents * [d12aaca](../../commit/d12aaca) - bug fix * [a52cf20](../../commit/a52cf20) - changed url back to ngx-uploader.com/upload * [f13c1bd](../../commit/f13c1bd) - Added allowedContentTypes. If the Content-Type of a file is not allowed, the file will rejected. -#### 4.1.2 / 2017-11-09 +#### v4.1.2 / 2017-11-09 * [6b0c1e1](../../commit/6b0c1e1) - chore(release): 4.1.2 -#### 4.1.1 / 2017-11-09 +#### v4.1.1 / 2017-11-09 * [fd111c0](../../commit/fd111c0) - chore(release): 4.1.1 * [c6572db](../../commit/c6572db) - Update README.md * [fe09a54](../../commit/fe09a54) - Fix tslint issues -#### 4.1.0 / 2017-11-02 +#### v4.1.0 / 2017-11-02 * [b036c02](../../commit/b036c02) - chore(release): 4.1.0 * [245f697](../../commit/245f697) - chore(update): update deps, Angular5 & @ngtools/webpack -#### 4.0.2 / 2017-10-22 +#### v4.0.2 / 2017-10-22 * [292d6da](../../commit/292d6da) - chore(release): 4.0.2 * [cb7ed30](../../commit/cb7ed30) - fix(compatibility): 'FileReader is not defined' bug fix with removing reader variable * [29d9af7](../../commit/29d9af7) - use subscription array & remove EventEmitter unsubscribe -#### 4.0.1 / 2017-10-22 +#### v4.0.1 / 2017-10-22 * [5ba36ad](../../commit/5ba36ad) - chore(release): 4.0.1 * [5ec9801](../../commit/5ec9801) - chore(readme): Fix html ampersand entity in example * [6bce625](../../commit/6bce625) - chore(demo): update demo * [ec5deaf](../../commit/ec5deaf) - chore(demo): progress chart -#### 4.0.0 / 2017-09-28 +#### v4.0.0 / 2017-09-28 * [549fa83](../../commit/549fa83) - chore(release): 4.0.0 * [eefdc5f](../../commit/eefdc5f) - docs(readme): update readme.md * [77cae6e](../../commit/77cae6e) - chore(demo): update demo to 4.0.0 @@ -71,51 +82,51 @@ CHANGELOG * [52f4d7f](../../commit/52f4d7f) - Fix non-advancing index bug (duplicate upload error) * [795b5f7](../../commit/795b5f7) - Expose xhr response status in UploadFile object -#### 3.3.7 / 2017-08-06 +#### v3.3.7 / 2017-08-06 * [5b447cb](../../commit/5b447cb) - chore(release): 3.3.7 * [ca746de](../../commit/ca746de) - feat(concurrency): fix concurrency * [ce693cf](../../commit/ce693cf) - chore(deps): update deps * [207fe19](../../commit/207fe19) - feat(demo-page): redesign demo page * [72e1731](../../commit/72e1731) - feat(eta): estimated time remaining -#### 3.3.5 / 2017-08-06 +#### v3.3.5 / 2017-08-06 * [59043b2](../../commit/59043b2) - chore(release): 3.3.5 * [694f2d6](../../commit/694f2d6) - docs(readme): update README.md * [5628870](../../commit/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 +#### v3.3.4 / 2017-07-30 * [f933cfa](../../commit/f933cfa) - chore(release): 3.3.4 * [335dbc0](../../commit/335dbc0) - fix(): clear fileList after after already being handled (closes #316) * [139ed58](../../commit/139ed58) - chore(deps): update deps -#### 3.3.2 / 2017-07-24 +#### v3.3.2 / 2017-07-24 * [06e2ecd](../../commit/06e2ecd) - chore(release): 3.3.2 * [bcd9092](../../commit/bcd9092) - Fix non working remove event and add missing removeAll (#313) -#### 3.3.1 / 2017-07-18 +#### v3.3.1 / 2017-07-18 * [8580044](../../commit/8580044) - chore(release): 3.3.1 * [2a41ff5](../../commit/2a41ff5) - fix(): minor -#### 3.3.0 / 2017-07-18 +#### v3.3.0 / 2017-07-18 * [d5758dd](../../commit/d5758dd) - chore(release): 3.3.0 -#### 3.2.3 / 2017-07-16 +#### v3.2.3 / 2017-07-16 * [ad7b8cd](../../commit/ad7b8cd) - chore(release): 3.2.3 * [540c222](../../commit/540c222) - unsubscribe cancelled uploads (#309) -#### 3.2.2 / 2017-07-09 +#### v3.2.2 / 2017-07-09 * [f259de1](../../commit/f259de1) - chore(release): 3.2.2 * [a65c5fe](../../commit/a65c5fe) - Emit the native file object (#304) * [1d8ee5b](../../commit/1d8ee5b) - fix #302 * [36abd52](../../commit/36abd52) - removed duplicated line -#### 3.2.1 / 2017-07-03 +#### v3.2.1 / 2017-07-03 * [10b678b](../../commit/10b678b) - chore(): release 3.2.1 * [96ba826](../../commit/96ba826) - Added space * [043d500](../../commit/043d500) - Fixed Issue NgFileDrop onDestroy (cannot read property unsubscribe of undefined) * [89a3f48](../../commit/89a3f48) - fix(): fix cancel event -#### 3.1.3 / 2017-06-28 +#### v3.1.3 / 2017-06-28 * [d47c939](../../commit/d47c939) - chore(release): 3.1.3 * [1f93b67](../../commit/1f93b67) - Update ng-file-select.directive.ts * [704a51a](../../commit/704a51a) - Update ng-file-select.directive.ts @@ -126,13 +137,13 @@ CHANGELOG * [5762c07](../../commit/5762c07) - fix(lint): concurrenct as const (closes #261) * [ab118fd](../../commit/ab118fd) - chore: remove codelyzer and tslint -#### 3.1.0 / 2017-06-19 +#### v3.1.0 / 2017-06-19 * [67c4702](../../commit/67c4702) - chore(release): 3.1.0 * [4a09436](../../commit/4a09436) - correction UploadFile issue #282 (#283) * [115b6bf](../../commit/115b6bf) - chore(): remove bundles/ from git * [dd35d9f](../../commit/dd35d9f) - docs(readme): update readme -#### 3.0.6 / 2017-05-31 +#### v3.0.6 / 2017-05-31 * [250be97](../../commit/250be97) - chore(release): 3.0.6 * [d255ef1](../../commit/d255ef1) - feat(credentials): withCredentials option * [fb630ec](../../commit/fb630ec) - chore(): webpack config @@ -144,96 +155,14 @@ CHANGELOG * [1868566](../../commit/1868566) - Remove Comments for #259 UploadInput * [6b4ebf3](../../commit/6b4ebf3) - build(fix): change to @ngtools/webpack -#### 3.0.3 / 2017-04-30 +#### v3.0.3 / 2017-04-30 * [296da93](../../commit/296da93) - chore(release): 3.0.3 -#### 3.0.2 / 2017-04-29 +#### v3.0.2 / 2017-04-29 * [695f9ed](../../commit/695f9ed) - chore(release): 3.0.2 * [ff4940f](../../commit/ff4940f) - chore(): add missing files -#### 3.0.1 / 2017-04-29 - * [6674f9a](../../commit/6674f9a) - chore(release): 3.0.1 - * [e058819](../../commit/e058819) - docs(readme): documentation for version 3.0.0 - * [08fcd43](../../commit/08fcd43) - feat(demo): new demo page - * [eaaa130](../../commit/eaaa130) - chore(bundle): bundle for version 3 - * [f23a894](../../commit/f23a894) - chore(release): 3.0.0 - * [5f44cc5](../../commit/5f44cc5) - feat(cancelable): cancelable uploads - * [9315cd1](../../commit/9315cd1) - chore(3.0.0): version 3.0.0 - * [772aff8](../../commit/772aff8) - chore(release): 2.2.8 - * [b538607](../../commit/b538607) - added upload abort/cancel support (#225) - * [c09d249](../../commit/c09d249) - fix(): fix AoT build - * [24fe9f7](../../commit/24fe9f7) - Merge remote-tracking branch 'origin/master' - * [34ee54c](../../commit/34ee54c) - Bump version - * [9c1216e](../../commit/9c1216e) - Fixed DragEvent on Safari and other browsers that don't support this feature. - * [eaf3241](../../commit/eaf3241) - chore(release): 2.2.6 - * [57a2517](../../commit/57a2517) - add new feature: send plain json (#241) - * [199b4fe](../../commit/199b4fe) - fix: fix check for dropped file extension (#237) - * [1b64d11](../../commit/1b64d11) - chore: DragEvent issues - * [ede724f](../../commit/ede724f) - Fixed DragEvent on Safari and other browsers that don't support this feature. - * [3b64320](../../commit/3b64320) - fix: Check lower case extension when filtering (#233) - * [ce65e85](../../commit/ce65e85) - chore: update version - * [e05b4de](../../commit/e05b4de) - add files validation for ngFileDrop #224 (#226) - * [4b4b4b5](../../commit/4b4b4b5) - fix: make allowed extensions lower case (#230) - * [42c2ead](../../commit/42c2ead) - chore: do not ignore rollup config - * [6296ee0](../../commit/6296ee0) - Make extension check case insensitive (#229) - * [6683db2](../../commit/6683db2) - chore: update changelog - * [db11e48](../../commit/db11e48) - fix calculateSpeed (#228) - * [b074f80](../../commit/b074f80) - handle maxUploads option #96 (#218) - * [347c9b2](../../commit/347c9b2) - handle fieldReset option #9 (#217) - * [b60c161](../../commit/b60c161) - chore: update deps - * [e1e1285](../../commit/e1e1285) - build(umd): umd bundles - * [c9d15fb](../../commit/c9d15fb) - Typefy files arrays (#211) - * [e7b9fa1](../../commit/e7b9fa1) - Handle no-multipart and filterFilesBySize (#152) - * [7bdb38d](../../commit/7bdb38d) - chore: fix universal prerender - * [61df13f](../../commit/61df13f) - chore: fix AoT build - * [8c539c8](../../commit/8c539c8) - chore: bump version and changelog - * [e1e1b16](../../commit/e1e1b16) - fix: unused variables (closes #206) - * [bab50bd](../../commit/bab50bd) - fix(lint): fix linting errors - * [31e226e](../../commit/31e226e) - docs(readme): update readme - * [ea1ff99](../../commit/ea1ff99) - chore: bump version and update changelog - * [58f9656](../../commit/58f9656) - Fix missing provider (#197) - * [8a0fda9](../../commit/8a0fda9) - chore: bump to 2.1.0 - * [3b31a91](../../commit/3b31a91) - Update previewUrl type to boolean (#192) - * [6facc35](../../commit/6facc35) - ionic 2 warning fix (#196) - * [98c13fa](../../commit/98c13fa) - chore: update tsconfig.json - * [719bf46](../../commit/719bf46) - chore: bump verion and update changelog - * [f4f9057](../../commit/f4f9057) - Support Multiple Instances #173 and #163 - * [1c5998e](../../commit/1c5998e) - Change order of appending data to multipart form (#187) - * [b5bffcb](../../commit/b5bffcb) - fix: types - * [e5aa0c3](../../commit/e5aa0c3) - chore: bump - * [3db15f6](../../commit/3db15f6) - Fix optional options. (#181) - * [3fe8af2](../../commit/3fe8af2) - Issue 178 (#185) - * [317e743](../../commit/317e743) - chore: bump to 2.0.20 - * [426aec2](../../commit/426aec2) - chore: update clean script - * [47245e1](../../commit/47245e1) - chore: bump to 2.0.13 - * [8655bd5](../../commit/8655bd5) - chore: bump to 2.0.12 - * [eed357f](../../commit/eed357f) - Cleanup unused imports (#182) - * [6992551](../../commit/6992551) - fix: any - * [d159f4a](../../commit/d159f4a) - chore: update changelog - * [142e415](../../commit/142e415) - Use [].fiter as FileList has no method 'filter' (#177) - * [f4e11ce](../../commit/f4e11ce) - chore: update changelog - * [7857213](../../commit/7857213) - fix: Fire file not over event on file drop (#174) - * [d2f08cf](../../commit/d2f08cf) - fix: fix spelling error (#175) - * [9ba0ed4](../../commit/9ba0ed4) - chore: bump version - * [9f9b0f0](../../commit/9f9b0f0) - chore: bump to 2.0.7 and update changelog - * [e1343c6](../../commit/e1343c6) - Support for „strictNullChecks” in tsconfig (#170) - * [47580c8](../../commit/47580c8) - chore: update deps - * [ddf412d](../../commit/ddf412d) - Extended options to methods PUT and PATCH. (#171) - * [bd308a8](../../commit/bd308a8) - Update ng-uploader-options.class.ts (#172) - * [676c575](../../commit/676c575) - chore: bump to 2.0.5 - * [85fcbdb](../../commit/85fcbdb) - chore: cleanup - * [4770760](../../commit/4770760) - Fixed issue with filter of undefined when using an (#168) - * [a9dd99b](../../commit/a9dd99b) - chore(changelog): add conventional changelog - * [2fea156](../../commit/2fea156) - fix: check on files.length before filter - * [284a88b](../../commit/284a88b) - add gulpfile - * [7eaf817](../../commit/7eaf817) - chore: add gulpfile - * [8fc1ad9](../../commit/8fc1ad9) - fix(ngOnChanges): add parameter - * [5df0ffd](../../commit/5df0ffd) - chore: rename to ngx-uploader - * [0f40e97](../../commit/0f40e97) - docs: add gulpfile - * [5871821](../../commit/5871821) - refactor(2.0.0): bump to 2.0.0 - * [30923f0](../../commit/30923f0) - bump version - * [d5bb4ab](../../commit/d5bb4ab) - Moved get after set to fix issue when initializing in Angular2 (#154) - * [8ba6cc1](../../commit/8ba6cc1) - fix: 1.6.1 +#### v1.6.0 / 2016-12-08 * [ca718f3](../../commit/ca718f3) - fix: place build script into prepublish and not postinstall * [7f2192f](../../commit/7f2192f) - chore: update deps * [c104249](../../commit/c104249) - chore: update deps