Skip to content

Releases: meyfa/runstring

v3.0.2

17 Sep 09:09
078d5ab
Compare
Choose a tag to compare

3.0.2 (2023-09-17)

Bug Fixes

  • Use String.prototype.slice() instead of deprecated .substr() (#90) (fc128db)

v3.0.1

23 Jul 20:13
69488d9
Compare
Choose a tag to compare

3.0.1 (2023-07-23)

Miscellaneous Chores

v3.0.0

05 Jul 20:47
a44fd3a
Compare
Choose a tag to compare

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

23 Mar 16:23
0635a04
Compare
Choose a tag to compare

2.1.0 (2023-03-23)

Features

  • Improve typings to validate arguments (#63) (c84f67c)

v2.0.1

16 Nov 19:21
f1c01a1
Compare
Choose a tag to compare

What's Changed

  • Lots of dependency updates (#5, #6, #8) and some CI (#7)

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 May 20:34
4ffc450
Compare
Choose a tag to compare
  • Use TypeScript internally and provide definitions with the package
  • Require Node 10 or later

v1.1.0

23 Mar 23:40
223360d
Compare
Choose a tag to compare
  • 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

01 Jun 08:44
d40fc5a
Compare
Choose a tag to compare
  • Modernize project, implement custom serialization (fc954eb)
  • Setup CodeClimate test coverage (fc954eb)

v0.1.2

26 Jul 20:35
Compare
Choose a tag to compare

v0.1.1

11 Jun 09:57
Compare
Choose a tag to compare
  • Support functions as arguments (d24e9f5)
  • Add mocha as dev dependency (9017dd5)
  • Add test for function type check (ad3e4a8)
  • Extend README.md (c66dcc7)