|
|
81fde2ebd3
|
feat(plugin-tools): add types for "loader" plugins
|
2023-11-15 16:00:21 +01:00 |
|
|
|
0b78d5cf32
|
refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools
|
2023-11-15 14:42:10 +01:00 |
|
|
|
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 |
|
|
|
e159cd17bd
|
test(plugin-tools): add some tests for the sanitizeMigrationName function
|
2023-11-10 14:49:27 +01:00 |
|
|
|
4e2a27ffeb
|
fix(plugin-tools): trim leading underscores from filenames
|
2023-11-10 14:47:44 +01:00 |
|
|
|
23d390e602
|
chore: configure Volta correctly for a monorepo
|
2023-11-10 14:46:51 +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 |
|
|
|
16340940b7
|
fix(plugin-tools): remove double and trailing underscores from filenames and lower case the result
|
2023-11-10 09:33:08 +01:00 |
|
|
|
cdafd05c20
|
feat(plugin-tools): first version of the package with some nice plugin utilities
|
2023-11-09 09:26:48 +01:00 |
|