Skip to content

JParseCode 0.18.0

Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 02 Apr 04:24
· 10 commits to master since this release

Changed

  • Added -debug and -threads # command line arguments
  • More detailed debug and log file information
  • Renamed TokenizeStepLogger -> ParserActionLogger
  • ParseTimes.log() renamed setActionTime()
  • Simplified and synchronized PerformanceTrackers so instance can be shared across threads
  • Renamed node.js plugin file plugins/node-js/jparser-tools-cli -> plugins/node-js/jparse-code-cli and renamed associated test file

Removed

  • Unused ScopeType enum

Fixed

  • Fixed multi-threaded parsing! Handling of FileReadUtil, performance logs, and result lists are now synchronized in ParserMisc.parseFileSet()
  • Update dependency jfile-io@0.8.3 (fix for decoding empty streams/files)