Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 6.04 KB

1.1.3 (2024-08-09)

Bug Fixes

  • photoset.reorderPhotos: adjust type to undocumented api changes (1ebe0e0)
  • type strong for upload.replace async param (5951860)

1.1.2 (2024-08-01)

Bug Fixes

  • compatible for esm + commonjs (c660f09)

1.1.1 (2024-08-01)

Bug Fixes

1.1.0 (2024-07-31)

Bug Fixes

  • photosets.create: use correct http method (dfce8c5)
  • photosets.getList: correct response type (cb12d94)

Features

  • photosets.addPhoto: implement apis (89b528b)
  • photosets.create: implement apis (87bbdb1)
  • photosets.delete: implement apis (44fa8ed)
  • photosets.editMeta: implement apis (0a4f1a2)
  • photosets.editPhotos: implement apis (3db23bf)
  • photosets.getContext: implement apis (f305ed0)
  • photosets.getPhotos: implement api and refactor used types (420ff28)
  • photosets.orderSets: implement api (1090184)
  • photosets.removePhoto: implement api and tests (bcd06b3)
  • photosets.removePhotos: implement api and tests (e368e76)
  • photosets.reorderPhotos: implement api and tests (f7d84c4)
  • photosets.setPrimaryPhoto: implement api and tests (dbdcbb9)

1.0.0 (2024-07-25)

Bug Fixes

  • apis: parse ticketId in response of upload (57a148f)
  • oauth: enable params constructor to be able to pass all type of values (ef41583)
  • type: prevent using unexported types (93addda)
  • utils: handle non-json error case in response handler (f4cc5c3)
  • utils: handle null case in camelCase (8399105)
  • utils: proper implement encode of params (dd12054)

Features

  • apis: async upload (bd41572)
  • apis: oauth related apis (197a0cc)
  • apis: photos.delete (1ae5526)
  • apis: photos.getInfo and related base (e885876)
  • apis: photos.getSizes (38b9af8)
  • apis: photos.setMeta (34f15e5)
  • apis: photos.upload.checkTickets (7d49ee7)
  • apis: photosets.getInfo (bcdf237)
  • apis: photosets.getList and related base (682651d)
  • apis: replace file (8a019e8)
  • apis: upload single file (a20fbce)
  • oauth: authorize apis with oauth (6cb9bc6)
  • utils: as content transformer (59e2c13)
  • utils: camel case transformer (261aee4)
  • utils: flickr rest api common request (fb3adf3)