Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 1.1 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.3 - 2016-10-27

Changed

  • Change let to var for compatibility purposes.

2.0.2 - 2016-10-24

Changed

  • Fix "Callback has already been called" error in .get().

2.0.1 - 2016-10-05

Changed

  • Prevent errors when using reserved characters in keys in Windows.

2.0.0 - 2016-02-26

Changed

  • Ignore GPUCache key, saved by Electron.

Removed

  • Remove promises support.

1.1.0 - 2016-02-17

Added

  • Implement .keys() function.

Changed

  • Fix error when requiring this module from the renderer process.