Commit graph

64 commits

Author SHA1 Message Date
9f5abf727d refactor: simplify plugin interfaces by getting rid of the "type" property
This is to prepare for having packages that contains multiple different plugins in the same file.
2023-11-15 14:11:06 +01:00
3e0ff07a64 chore: specify which files to include in published packages 2023-11-15 13:54:06 +01:00
github-actions[bot]
72df2385a0
chore(release): version packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-15 12:25:48 +01:00
50fce0a5ed chore: add some basic README files 2023-11-15 10:32:47 +01:00
d99777820c chore(release): version bump 2023-11-15 09:20:30 +01:00
aa878003b9 feat(emigrate): add support for reading config from emigrate.config.js (and others)
Also add a new "extension" option for generating empty migration files with the right file extension.
2023-11-14 16:19:58 +01:00
9880778650 chore(release): bump versions 2023-11-10 10:55:42 +01:00
9c239e0ae5 feat(plugins): automatically prefix plugins when loading if necessary
I.e. when specifying only "--plugin generate-js" Emigrate will load the @emigrate/plugin-generate-js plugin.
2023-11-10 10:45:15 +01:00
ca3ab9ec62 feat(cli): add template support for the "new" command 2023-11-10 09:59:40 +01:00
16340940b7 fix(plugin-tools): remove double and trailing underscores from filenames and lower case the result 2023-11-10 09:33:08 +01:00
ce4693d957 feat(plugin-generate-js): first version 2023-11-09 22:00:43 +01:00
cdafd05c20 feat(plugin-tools): first version of the package with some nice plugin utilities 2023-11-09 09:26:48 +01:00
59780207bd feat(tsconfig): stricten up the default TypeScript config some more 2023-11-09 08:37:37 +01:00
9c5f9ebf23 chore: first commit 🎉 2023-11-08 11:41:05 +01:00