Skip to content

Releases: FabrizioSandri/r-integration

Release v2.5.0

03 Nov 07:30
Compare
Choose a tag to compare
  • Solves issue #13: all the child_process.exec function invocations have been replaced with the appropriate child_process.spawn to avoid using buffers.
  • JSDoc documentation improved

Release v2.4.0

23 Oct 19:48
Compare
Choose a tag to compare
  • Fixed the issue that was causing asynchronous functions to run synchronously. Issue #14

Release v2.3.0

28 Sep 08:01
Compare
Choose a tag to compare
  • Error-handling mechanism
  • Code improvement (linting)