Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 930 Bytes

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 930 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Changed

refactored to use ya-storage module

[1.0.7]

Added

  • CHANGELOG.md

Changed

  • update dependencies (minor versions)
  • improve README.md

[1.0.6]

Changed

  • improve README.md and fix lint problems

[1.0.5]

Fixed

  • windows compatibility

Added

  • human readable message to existing ENOENT error

[1.0.4]

Changed

  • remove the .json automatic ending from remove and isPathExists methods because they also works on directories.
  • improve README.md file

[1.0.3]

Added

  • add .json ending on all methods

[1.0.2]

Added

  • storage.remove method

[1.0.1]

Added

  • tests
  • eslint
  • build

[1.0.0]

  • initial version