Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 2.14 KB

3.0.1 (2021-05-24)

Tests
  • add await before some .rejects/.resolves statements (2dde8bfe)

3.0.0 (2021-05-23)

Other Changes
  • don't return true in BlockStorage.delete() (18d0bdfd)

2.1.0 (2021-05-23)

Build System / Dependencies
  • include bin directory in published package (3b1e5ae8)
New Features

2.0.0 (2021-05-23)

Other Changes
  • change params of BlockStorage constructor and methods (3009f29e)
  • change response of BlockStorage methods (8f07b2aa)

1.1.0 (2021-05-23)

Documentation Changes
  • correct APIs with async-await (7d171f24)
New Features
  • add timeout param to BlockStorage constructor, add() and replace() methods (5799cc98)

1.0.0 (2021-05-22)

Chores
  • add script to install seaweedfs (cbff8209)
Documentation Changes
New Features