All notable changes to this project will be documented in this file.
- Changed to export a non-default function createEncryptor(...) and update the typings to match.
- Added engines with min version of node v4.5.0
- Changed "aes256" cipher alias to full name of "aes-256-cbc"
- Changed to use Buffer.from(...) which requires node >= v4.5.0
- This changelog to track future changes.
- Export format for TypeScript type definitions updated to use "export default ..." style.
- None for core library vs v1.x but the type definition changes may cause compile errors.