- JS Parser now detects import statements that include commas
0.1.9
- Fixed bug introduced in previous release, which has been yanked
0.1.8
- Finished logic to handle forward slashes in path names - Added logic to handle paths with a relative structure beginning ../../ or ..\..\
0.1.7
- Added logic to parse paths which use forward slashes in Scorer
0.1.6
- Changes to the readme which add more detail and clarify things better - Added a timer and progress indicators to __main__
0.1.5
- Barebones JS/TS parser added. Import node detection may be incomplete in its current state, and some minor functionality (file filtering etc.) is not implemented - Circular dependencies are now detected and broken before they can cause an infinite loop. - Added basic logging - Misc fixes and cleanup