electron-storage
Version:
module for managing storage in electron applications
48 lines (36 loc) • 881 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [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