Skip to content

Releases: allenhwkim/ngentest

Added Vercel api server deployment

28 Aug 22:15
Compare
Choose a tag to compare

API-ready changes made

27 Aug 22:05
Compare
Choose a tag to compare

CHANGES

  • Separated index.js to index.js and cli.js
  • Changed gentest command to run ./cli.js instead of ./index.js
  • Removed unused -F (forcePrint) option from ./cli.js
  • Removed unused -m (method) option from ./cli.js
  • Changed test.js to run cli.js instead of ./index.js
  • Changed index.js to return string instead of writing to any file

BREAKING CHANGES

  • -F --forcePrint option is removed for simplicity
  • -m --method option is removed for simplicity
  • directory-level test file generation is NOT available
    • includeMatch option for config is removed
    • excludeMatch option for config is removed

Updated logic of getting class from typescript

27 Aug 13:01
Compare
Choose a tag to compare

Remove Angular dependency by parsing code directly instead of using `require-from-string`

26 Aug 15:29
Compare
Choose a tag to compare