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
- Log simple message when throwing an attack error with Store module.
- Allow store's filename to be case-sensitive with Store module.
- Bump dependencies.
- 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
- 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.
- Bump dependencies.
1.0.1 - 2021-10-03
- README and LICENSE in deployed packages.
1.0.0 - 2021-10-13
- Packages with
electron-bridge
andelectron-bridge-cli
.