a130248687
docs: update loader plugin intro after adding TypeScript support
2024-01-08 11:06:59 +01:00
github-actions[bot]
3c54917c35
chore(release): version packages
2023-12-28 09:20:03 +01:00
9a605a85f1
feat: add support for TypeScript migration files
...
And add a guide to the documentation on how to set it up for NodeJS
2023-12-20 15:27:03 +01:00
github-actions[bot]
59eb90b8cb
chore(release): version packages
2023-12-20 11:24:17 +01:00
9f91bdcfa0
feat(cli): add the --import option for importing modules/packages before commands are run
...
Can for instance be used to load environment variables using Dotenv
2023-12-20 11:08:27 +01:00
e6e4433018
feat(cli): rename extension short option from -e to -x
...
BREAKING CHANGE: if you've been using the `-e` short option you should change it to `-x` or use the long option name `--extension`
2023-12-20 09:27:43 +01:00
f9a16d87a1
feat: add color option to CLI and configuration file
...
The option is used to force enable/disable color output and is passed to the reporter which should respect it
2023-12-20 09:11:01 +01:00
7bae76f496
docs: include Deno usage instructions in the documentation
2023-12-19 15:40:05 +01:00
github-actions[bot]
e8e35215be
chore(release): version packages
2023-12-19 14:51:40 +01:00
a6c6e6dc78
fix(types): forgot about the bun key in one package
2023-12-19 14:49:29 +01:00
github-actions[bot]
e67ce0de1e
chore(release): version packages
2023-12-19 14:41:04 +01:00
beb6cf7719
chore(deps): upgrade ansis package
2023-12-19 14:34:54 +01:00
3a8b06b3b1
fix: revert usage of bun key in package.json exports
2023-12-19 14:29:42 +01:00
github-actions[bot]
747f9dbddb
chore(release): version packages
2023-12-19 14:09:15 +01:00
ce6946cac4
feat: support for Bun
2023-12-19 14:06:00 +01:00
github-actions[bot]
c284cc48d1
chore(release): version packages
2023-12-19 13:33:11 +01:00
17c4723bb8
feat(postgres): implement the first version of the PostgreSQL plugin
2023-12-19 13:27:57 +01:00
3d34b8ba13
chore(deps): remove unused @manypkg/cli package
2023-12-19 10:33:05 +01:00
f8e13f0d66
docs: add some basic documentation for the storage plugin api
2023-12-19 10:29:58 +01:00
ca6834d95f
refactor: use a custom Link component to be able to use absolute URLs everywhere
...
...that supports any `base` property
2023-12-19 09:57:23 +01:00
bdf831b008
docs: use correct hrefs for all link elements
2023-12-18 16:36:05 +01:00
58316ba6f8
docs: and yet another
2023-12-18 16:30:34 +01:00
e186c1fbce
docs: a few more links to fix
2023-12-18 16:28:46 +01:00
03ec8f2599
docs: make all links relative to support mounting anywhere
2023-12-18 16:25:14 +01:00
3bffb98750
ci: and now then?
2023-12-18 16:02:44 +01:00
319901c7ac
ci: how about now?
2023-12-18 15:57:51 +01:00
bd6aea8a42
ci: do we get the correct values?
2023-12-18 15:53:44 +01:00
afa20f5bef
ci: is this the way?
2023-12-18 15:48:21 +01:00
65be64329d
ci: this is the way
2023-12-18 15:47:11 +01:00
9c0cbb0d53
ci: set site and base correctly
2023-12-18 15:42:29 +01:00
e245d6f18a
ci: only set site and base during deployment
2023-12-18 15:38:42 +01:00
f63fa9d864
ci: add GitHub Pages deployment
2023-12-18 15:32:53 +01:00
665f0ad9cf
docs: fix some faulty links
2023-12-18 15:32:53 +01:00
5911331889
docs(generators): add some documentation for generator plugins
2023-12-18 15:32:53 +01:00
13e370362a
docs: fix some links
2023-12-18 15:32:53 +01:00
7da778c767
docs(reporters): write some documentation for the reporters
2023-12-18 15:32:53 +01:00
1843bf893d
docs: remove staggering of cards
2023-12-18 15:32:53 +01:00
43f4df5f37
docs(style): use Tailwind to customize the docs colors
2023-12-18 15:32:53 +01:00
bf52bd0d3c
docs(commands): use more idiomatic commands per package manager
2023-12-18 15:32:53 +01:00
418737f97d
docs: add logo
2023-12-18 15:32:53 +01:00
445fe69e60
docs: update all command docs with package manager variants
2023-12-18 15:32:53 +01:00
1fc24269f4
docs: add a basic FAQ section
2023-12-18 15:32:53 +01:00
2a82897ba8
docs: add documentation for the commands: up, list, new and remove
2023-12-18 15:32:53 +01:00
c460ae7459
docs: split the getting started guide into two separate pages in the "introduction" section
2023-12-18 15:32:53 +01:00
99d189aeb9
docs: move all plugin types under the same "Plugins" category
2023-12-18 15:32:53 +01:00
d5c6e9b1db
docs: first commit for the docs
2023-12-18 15:32:53 +01:00
987374dbd5
chore(release): version packages ( #43 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-15 14:43:10 +01:00
cae6d11d53
feat(types): move Emigrate types to separate package and improve types ( #41 )
...
* feat(types): move Emigrate types to separate package
Also refactor the types to use discriminating unions for easier error handling and such.
Errors passed to storage plugins should now be serialized and storage plugins are expected to return already serialized errors on failed history entries.
* fix(mysql): handle the new type changes
* fix(storage-fs): handle the new type changes
* feat(cli): better error handling and types
Adapt to the new types from the @emigrate/types package, like discriminating union types and serializing and deserializing errors
2023-12-15 13:03:35 +01:00
afe56594c5
chore(release): version packages ( #40 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-15 12:55:48 +01:00
dependabot[bot]
499d6685e6
chore(deps): bump tsx from 4.1.2 to 4.6.2 ( #25 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.1.2 to 4.6.2.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.1.2...v4.6.2 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 11:55:00 +01:00