2.8 KiB
2.8 KiB
@emigrate/storage-fs
0.4.4
Patch Changes
- Updated dependencies [
ce15648]- @emigrate/types@0.11.0
0.4.3
Patch Changes
- Updated dependencies [
f9a16d8]- @emigrate/types@0.10.0
0.4.2
Patch Changes
- Updated dependencies [
a6c6e6d]- @emigrate/types@0.9.1
0.4.1
Patch Changes
3a8b06b: Don't use thebunkey inexportsas that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
0.4.0
Minor Changes
ce6946c: Emigrate supports Bun, make use of thebunkey in package.jsonexports
Patch Changes
- Updated dependencies [
ce6946c]- @emigrate/types@0.9.0
0.3.3
Patch Changes
- Updated dependencies [
cae6d11] - Updated dependencies [
cae6d11] - Updated dependencies [
cae6d11]- @emigrate/types@0.8.0
0.3.2
Patch Changes
- Updated dependencies [
bad4e25]- @emigrate/plugin-tools@0.7.0
0.3.1
Patch Changes
a79f8e8: Serialization of errors now happens inside storage plugins because it makes more sense and the types are easier to work with this way- Updated dependencies [
a79f8e8] - Updated dependencies [
a79f8e8]- @emigrate/plugin-tools@0.6.0
0.3.0
Minor Changes
c1d5597: Handle the serialized errors coming from Emigrate, so no need to serialize errors ourselves703e6f0: Implement an empty "end" method for cleaning up
Patch Changes
0.2.1
Patch Changes
0.2.0
Minor Changes
7d8ac9b: Adapt to the new plugin structure and rename from "@emigrate/plugin-storage-fs" to just "@emigrate/storage-fs"e79dd4b: Serialize errors recursively if they have a "cause" set to an Error instanced8a6a24: Implement the "remove" command for removing migration entries from the history
Patch Changes
- Updated dependencies [
5e8572b] - Updated dependencies [
8e87ade] - Updated dependencies [
60ae3b8] - Updated dependencies [
672fae1] - Updated dependencies [
d8a6a24] - Updated dependencies [
acb0b4f]- @emigrate/plugin-tools@0.4.0
0.1.1
Patch Changes
e5eec7c: Throw a more descriptive error when a file lock couldn't be acquired- Updated dependencies [
8f35812]- @emigrate/plugin-tools@0.3.0
0.1.0
Minor Changes
0c49249: Implement a first version of the File System Storage plugin for simple migration setups