Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1.58 KB

Changelog

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.

1.1.0 - 2023-03-05

Changed

  • Log simple message when throwing an attack error with Store module.
  • Allow store's filename to be case-sensitive with Store module.
  • Bump dependencies.

Fixed

  • Throw a SyntaxError when accessing an empty key with Store module.
  • Return undefined when accessing a key that is not found in readonly mode with Store module.
  • Prevent channel parsing error of arguments.

1.0.2 - 2022-06-07

Added

  • Encryption / decryption of data in homebrew store module.
  • Typescript to demo/package.json. #1
  • More descriptive filters for demo/src/dialog.tab.ts. #1
  • Changelog.

Fixed

  • Bump dependencies.

1.0.1 - 2021-10-03

Added

  • README and LICENSE in deployed packages.

1.0.0 - 2021-10-13

Added

  • Packages with electron-bridge and electron-bridge-cli.