piotrwitek / ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
MIT License
190 stars 25 forks source link

Is there a changelog or release notes for this project? #78

Open felipeplets opened 2 years ago

felipeplets commented 2 years ago

I just saw the major update for ts-mocha 10.0.0 but could not find changelog, GitHub Release or a git tag that allow to see what changed.

Where can I find such information?

piotrwitek commented 2 years ago

There is no changelog right now, but you can check easily changes using merged PR commits, there were only two changes since the 9.X.X release:

I would accept a PR to add a CHANGELOG link to the readme pointing to the above link as I don't plan this tool to have more features as it is now, it basically serves its purpose perfectly with a small codebase, no need to overengineer.