Skip to content

Latest commit

 

History

History
614 lines (331 loc) · 23 KB

CHANGELOG.md

File metadata and controls

614 lines (331 loc) · 23 KB

2.10.0 (2018-11-20)

Bug Fixes

  • api-axios: use merge-options-es5 instead of merge-options (993ccc6)
  • api-core: Allow array for permissions (#67) (98adf76)
  • api-core: filesDelivery merge (eb75160)
  • api-core: typo fix (f543296)
  • upload-core: auto retry failed uploads (#73) (c602275), closes #71

Features

  • add users to axios/angular api (6647be5)
  • api-core: add example response for file delivery (edc4df5)
  • api-core: add file upload delivery batch api (eff0a3c)
  • api-core: helper function for settings api (4d405a7)

BREAKING CHANGES

  • api-core: The query to the API has been changed. To get the previous behavior, supply a custom paramSerializer.

2.9.0 (2018-11-20)

Bug Fixes

  • api-axios: use merge-options-es5 instead of merge-options (993ccc6)
  • api-core: Allow array for permissions (#67) (98adf76)
  • api-core: filesDelivery merge (eb75160)
  • api-core: typo fix (f543296)
  • upload-core: auto retry failed uploads (#73) (c602275), closes #71

Features

  • add users to axios/angular api (6647be5)
  • api-core: add example response for file delivery (edc4df5)
  • api-core: add file upload delivery batch api (eff0a3c)
  • api-core: helper function for settings api (4d405a7)

BREAKING CHANGES

  • api-core: The query to the API has been changed. To get the previous behavior, supply a custom paramSerializer.

2.8.0 (2018-11-20)

Bug Fixes

  • api-axios: use merge-options-es5 instead of merge-options (993ccc6)
  • api-core: Allow array for permissions (#67) (98adf76)
  • api-core: filesDelivery merge (eb75160)
  • api-core: typo fix (f543296)
  • upload-core: auto retry failed uploads (#73) (c602275), closes #71

Features

  • add users to axios/angular api (6647be5)
  • api-core: add example response for file delivery (edc4df5)
  • api-core: add file upload delivery batch api (eff0a3c)
  • api-core: helper function for settings api (4d405a7)

BREAKING CHANGES

  • api-core: The query to the API has been changed. To get the previous behavior, supply a custom paramSerializer.

2.7.0 (2018-09-06)

Bug Fixes

  • api-axios: us merge-options for merge (25b75b4)

Code Refactoring

  • message-core: AvMessage (4d2d0be)

Features

  • message-core: add unsubscribe (dd6b5eb)
  • message-core: subscriber functionality (343b09d)
  • message-core: unsusbscribeAll fn (3a66ff8)

BREAKING CHANGES

  • message-core: Remove message-angular to use subscribers from core

2.6.0 (2018-08-23)

Features

  • api-core: helper function for settings api (#64) (f247235)

2.5.0 (2018-08-20)

Features

2.4.8 (2018-08-06)

Bug Fixes

  • api-axios: replace axios merge with deep-assign (a7183b1)
  • api-core: spread args for aliases (5c7516b)

2.4.7 (2018-08-02)

Bug Fixes

  • api-core: check for lowercase location as well (4a4a9a0)

2.4.6 (2018-08-02)

Bug Fixes

  • analytics-core: fix non-click events (fce9b26)

2.4.5 (2018-08-02)

Bug Fixes

  • analytics-core: fix non-click events (fce9b26)

2.4.4 (2018-07-25)

Bug Fixes

  • analytics-core: remove camelcase dep (fc1be33)

2.4.3 (2018-07-13)

Bug Fixes

  • dl-axios: fix export class (9d470e0)

2.4.2 (2018-07-13)

Bug Fixes

2.4.1 (2018-07-13)

Bug Fixes

2.4.0 (2018-07-12)

Bug Fixes

  • upload-core: IE compatibility no array spreads (7444173)

Features

  • analytics-core: add autotrack (849909e)
  • download-angular: add helpers to download files from microservices (4809f6f)
  • download-core: fix imports and add download-axios (20c0f51)

2.3.3 (2018-07-12)

Features

  • download-angular: add helpers to download files from microservices (4809f6f)
  • download-core: fix imports and add download-axios (20c0f51)

2.3.0 (2018-06-29)

Features

  • expections-axios: add basic axios wrapper for execptions (61803a9)

2.2.1 (2018-06-29)

Bug Fixes

  • allow exceptions-core to be published (0c15350)

2.2.0 (2018-06-29)

Bug Fixes

  • api-core: format postGet payload to standard (5b885cf)

Features

  • exception-core: use stacktrace-js for better stacktraces (e59fd00)

2.1.2 (2018-06-13)

Bug Fixes

  • api-core: attempts count not increasing (2e414a3)
  • upload-core: upload filename check (cb98b56)

2.1.1 (2018-05-25)

Bug Fixes

  • api-core: fix usage of Promise (8fb3de8)

2.1.0 (2018-05-24)

Features

  • api-core: add all method to get all the data from all of the pages (114519d)

2.0.5 (2018-05-18)

Bug Fixes

  • upload-core: package.json main file path fix (0f5d91c)

2.0.4 (2018-05-17)

Bug Fixes

  • upload-core: change message when file is decrypting (416a654)

2.0.3 (2018-05-10)

Bug Fixes

  • api-core: allow id to be in the config (55b55af)
  • upload-core: fix file path issue (8c5d974)

2.0.2 (2018-05-04)

Bug Fixes

  • api implementation peerDeps (28c163d)

2.0.1 (2018-05-04)

Bug Fixes

  • api-core: get id out of arguments (3e525c2)

2.0.0 (2018-05-04)

Bug Fixes

  • api-axios: fix ms to extend core ms (a2f65e5)
  • api-core: avSpaces - throw error when no spaceId given (7c47280)

Chores

  • api-core: core, angular, axios api naming consistency (f129fad)

BREAKING CHANGES

  • api-core: export naming conventions have been refactored to match for each implementation (angular/axios). Constructors are prefixed with 'Av', implementations are prefixed with 'av', and Apis are postfixed with 'Api'.

1.6.3 (2018-04-24)

Bug Fixes

  • upload-core: check xhr error message from header (1609d58)
  • upload-core: update test (65efc5a)

1.6.2 (2018-04-24)

Bug Fixes

  • env-var: default value not environment (076540b)

1.6.1 (2018-04-23)

Bug Fixes

  • upload-core: pass xhr error message to UI (6676650)

1.6.0 (2018-04-20)

Features

  • env-var: add env-vars package (a5a2409)

1.5.1 (2018-04-18)

Bug Fixes

  • upload-core: fix for pending decryption status (d05df81)

1.5.0 (2018-04-18)

Bug Fixes

  • upload-core: fix encryption conditions (3d1b517)

Features

  • upload-core: adding encryption (e08b1b2)

1.4.1 (2018-04-18)

Bug Fixes

  • upload: replace object.values usage (8967629)

1.4.0 (2018-04-17)

Features

  • upload-core: modify file figerprint to use metadata (d45ac0c)

1.3.0 (2018-04-13)

Bug Fixes

  • api-angular: fix MS extends (24544cc)

1.2.0 (2018-04-12)

Bug Fixes

  • api-angular: pass merge function to ms (6a3ea3c)

Features

  • api-core: refactor polling for extending MS (04c1474)

1.1.4 (2018-04-10)

Bug Fixes

  • upload-core: clean up attributes (4b320c9)
  • upload-core: clean up attributes (5860c4f)
  • upload-core: remove redundant if check (6d7a973)

Features

  • upload-core: add extra metadata field (577c001)

1.1.3 (2018-04-04)

Bug Fixes

  • upload-core: add test cases (86409f8)
  • upload-core: fix lint (0b2054e)
  • upload-core: return file check error at the same time (a5f88e8)
  • upload-core: send tus metadata mapping (6041339)
  • upload-core: tus attachmentName value (fb3de99)

Features

  • upload-core: add file metadata via tus (f8a4cf1), closes #20

1.1.2 (2018-03-28)

1.1.1 (2018-03-28)

Features

  • keyv-local-sync: init commit (9a3d400)

1.0.2 (2018-03-27)

Bug Fixes

  • upload-core: add max file size (447dd00)

1.0.1 (2018-03-26)

Bug Fixes

  • api-core: avFiles error handling (3dd5392)
  • upload-core: error handling (14fa7ba)
  • upload-core: fix test case (831e1b4)
  • upload-core: move file type check to start (b3dd3dd)

Features

  • upload-core: upload core file types check (#7) (080d887)
  • uploads: capture error message (#6) (5af448e)

1.0.0 (2018-03-05)

Features

  • upload-core: upload core file types check (#7) (080d887)
  • uploads: capture error message (#6) (5af448e)

1.0.0-alpha.17 (2018-01-18)

Bug Fixes

  • upload-core: serveral fixes (1e0d0e4)

1.0.0-alpha.16 (2018-01-17)

Features

  • upload-core: add progress indicator for file scans (a84cc85)

1.0.0-alpha.15 (2018-01-12)

Bug Fixes

  • upload-core: add additional headers (9a10f16)

1.0.0-alpha.14 (2018-01-11)

1.0.0-alpha.13 (2018-01-10)

Features

  • api-core: add helper function adds name attribute to providers collection (3b24341)

1.0.0-alpha.12 (2018-01-09)

1.0.0-alpha.11 (2018-01-06)

Bug Fixes

  • api-core: resources incorrectly handling config (9a5de1c)

Code Refactoring

  • api-core: pass config object to core classes (d7b859c)

BREAKING CHANGES

  • api-core: Options to core classes are being passed in as config object instead of parameters.

1.0.0-alpha.10 (2018-01-04)

Bug Fixes

  • api-core: remove/delete should not assume data payloads (e45a9f6)

BREAKING CHANGES

  • api-core: previously remove/delete would assume that data was being passed in the body of the request if the first param of the message signature was NOT a string or number. Now, the method assumes a config object is passed in instead of data. This allows the developers to pass in params or data as they see fit.

1.0.0-alpha.9 (2018-01-03)

Bug Fixes

  • api-core: provides api param not properly merged with defaults (5f53e3d)

1.0.0-alpha.8 (2018-01-03)

1.0.0-alpha.7 (2018-01-03)

Bug Fixes

  • api-core: use get instead of query for space name (84dd26a)

1.0.0-alpha.6 (2017-12-20)

Bug Fixes

  • api-core: fix method call for notifcations (9604973

1.0.0-alpha.5 (2017-12-20)

Bug Fixes

  • api-core: wrong url for notifcations api (acafc97)

1.0.0-alpha.4 (2017-12-20)

Bug Fixes

  • api-angular: fix service name for avNotificationsApi (c79ee42)
  • api-core: wrong url for pdf api (9f4af1c)

1.0.0-alpha.3 (2017-12-19)

Bug Fixes

  • api-core: user.me() should return user object (715c616)

1.0.0-alpha.2 (2017-12-19)

1.0.0-alpha.1 (2017-12-19)

Bug Fixes

  • api-core: remove default after* response transformations (6f17d3a)

BREAKING CHANGES

  • api-core: The core API classes no longer apply after* transformations on the response. Previously, only the collection data was being returned when making API calls which made it difficult to react to the metadata around the response (e.g. pagination). Developers will have to unwrap the response manually.

Example response callback:

onResponse(response) {
  response && response.data && response.data.user|| {};
}