Skip to content

Latest commit

History

History
54 lines (28 loc) 路 1.73 KB

CHANGELOG.md

File metadata and controls

54 lines (28 loc) 路 1.73 KB

Changelog

v0.11.1 (Apr 28, 2022)

Export types (#16)

v0.11.0 (Mar 7, 2021)

Support not bringing TypeScript as a dependency for js migration files (#12)

v0.10.1 (Feb 23, 2021)

Support not bringing TypeScript as a dependency for js migration files (#12)

v0.10.0 (Feb 21, 2021)

Support markdown reporter (#11)

v0.9.0 (Feb 20, 2021)

Added the --reportFile option to generate a markdown report file (#9)

v0.8.0 (Feb 20, 2021)

Improve output and report (#8)

v0.7.0 (Feb 17, 2021)

Add support for e2e tests through the testkit (#6) An ability to generate a CLI from code-migrate's API (#7)

v0.6.5 (Feb 14, 2021)

Add a .test() method that dynamically creates tests to the testkit (#5)

v0.6.4 (Feb 14, 2021)

use the tsconfig which is relative to the migration file and not the cwd on which the command has ran (#4)

v0.6.3 (Feb 11, 2021)

Ignore .git directories when globbing (#3)

v0.6.2 (Feb 11, 2021)

Support async migration function (#2)

v0.6.0 (Feb 2, 2021)

Add abort function to transform task (#1)

v0.5.0 (Jan 22, 2021)

Initial working version