Releases: meyfa/runstring
Releases · meyfa/runstring
v3.0.2
3.0.2 (2023-09-17)
Bug Fixes
- Use
String.prototype.slice()
instead of deprecated .substr()
(#90) (fc128db)
v3.0.1
3.0.1 (2023-07-23)
Miscellaneous Chores
v3.0.0
3.0.0 (2023-07-05)
⚠ BREAKING CHANGES
- Drop support for Node.js older than v18.16.1 (#76)
Miscellaneous Chores
- Drop support for Node.js older than v18.16.1 (#76) (ee6e825)
v2.1.0
2.1.0 (2023-03-23)
Features
- Improve typings to validate arguments (#63) (c84f67c)
v2.0.0
- Use TypeScript internally and provide definitions with the package
- Require Node 10 or later
v1.1.0
- Require Node 8 or later
- Use JS standard style
- Add doc comments
- Use rest parameters instead of arguments array
- Minor changes with CI etc
v1.0.0
- Modernize project, implement custom serialization (fc954eb)
- Setup CodeClimate test coverage (fc954eb)
v0.1.1
- Support functions as arguments (d24e9f5)
- Add mocha as dev dependency (9017dd5)
- Add test for function type check (ad3e4a8)
- Extend README.md (c66dcc7)