All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
2.0.0 - 16-Jun-2024
- Switch to ESM module
- Bump eslint to version 9.5, with migrated config file
- Drop eslint-config-airbnb-base and eslint-plugin-import
- Other dev dependency bumps
- MacOS Specific tweaks for testing
- GitHub Action version bumps
1.2.0 - 15-Oct-2023
- Change node support to Node 18 and above
- Bump dev dependencies
- Introduce prettier for code formatting
- Introduce sinon for advanced tests to complete code coverage
1.1.4 - 10-Jan-2023
- Version bumps and security fix in dependencies
1.1.3 - 28-Mar-2022
- Version bumps and security fix in dependencies
1.1.2 - 1-Oct-2020
- Tweaking GitHub Actions (CI only)
1.1.1 - 1-Oct-2020
- Tweaking GitHub Actions (CI only)
1.1.0 - 1-Oct-2020
- Added code scanning via a GitHub Action.
- Removed the forwarding of the options object sent to to the keygen function on to the ssh-keygen spawn call. I can't envision any scenario where this would be needed by any consumer of this library.