runstring

Convert JS functions to runnable strings. With parameter serialization!

MIT License

Downloads
62
Stars
3
Committers
4

Bot releases are hidden (Show)

runstring - v2.0.1

Published by meyfa almost 3 years ago

What's Changed

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

Full Changelog: https://github.com/meyfa/runstring/compare/v2.0.0...v2.0.1

runstring - v2.0.0

Published by meyfa over 3 years ago

  • Use TypeScript internally and provide definitions with the package
  • Require Node 10 or later
runstring - v1.1.0

Published by meyfa over 4 years ago

  • Require Node 8 or later
  • Use JS standard style
  • Add doc comments
  • Use rest parameters instead of arguments array
  • Minor changes with CI etc
runstring - v1.0.0

Published by meyfa over 6 years ago

  • Modernize project, implement custom serialization (fc954eb8a4fc11f600a09df130cb9872bc96c09a)
  • Setup CodeClimate test coverage (fc954eb8a4fc11f600a09df130cb9872bc96c09a)
runstring - v0.1.2

Published by meyfa about 7 years ago

  • Update repo data (c8184506ae8712383b9a09a7be9963176e9ca6e6)
runstring - v0.1.1

Published by meyfa over 7 years ago

  • Support functions as arguments (d24e9f5)
  • Add mocha as dev dependency (9017dd5)
  • Add test for function type check (ad3e4a8)
  • Extend README.md (c66dcc7)
runstring - v0.1.0

Published by meyfa over 7 years ago

Initial release!