Export types (#16)
Support not bringing TypeScript as a dependency for js
migration files (#12)
Support not bringing TypeScript as a dependency for js
migration files (#12)
Support markdown reporter (#11)
Added the --reportFile
option to generate a markdown report file (#9)
Improve output and report (#8)
Add support for e2e tests through the testkit (#6) An ability to generate a CLI from code-migrate's API (#7)
Add a .test()
method that dynamically creates tests to the testkit (#5)
use the tsconfig which is relative to the migration file and not the cwd on which the command has ran (#4)
Ignore .git
directories when globbing (#3)
Support async migration function (#2)
Add abort function to transform task (#1)
Initial working version