All notable changes to this module will be documented in this file.
The format is based on Keep a Changelog, and this module adheres to Semantic Versioning.
2.0.0 - 2025-02-28
DELIMITER
command is now handled case insensitively.
- Minimum supported Node.js version is now v14 to benefit from the nullish coalescing operator.
1.2.0 - 2020-05-25
- Added
.d.ts
declaration files. - Added new option
retainComments
in.split()
API.
1.1.0 - 2020-04-07
DELIMITER
command with no string following is now ignored in.split()
API.
.split()
API now combines more compatible statements than before.
1.0.1 - 2020-04-05
- Updated README.
1.0.0 - 2020-04-05
- First release with
.split()
API.