Changelog for moto-0.0.4
Version 0.0.4
-
COMPILER ASSISTED BREAKING CHANGE.
registryConf_with
now takes aDi
as extra argument. -
BREAKING CHANGE.
Moto.File
registry now now takes/foo/bar
on the command line, rather thanfile:///foo/bar
. -
Added
Moto.File.jsonStore
. See issue #11. -
Added
Moto.dummyStore
. See issue #3. -
Added
Moto.dummyBackup
. See issue #7. -
Added
--unsafe-commit
and--unsafe-abort
switches to theclean
CLI. These can be used to force the cleanup of a dirty migration registry without actually running any clean-up code, which can be useful in case of manual recovery. See issue #13. -
Made compatible with
di-df1
version1.2
. -
Improved exception logging.
Version 0.0.3
- Haddocks and Hackage choke on internal Cabal libraries, so we remove the
internal
moto-internal
library.
Version 0.0.2
- Added file missing from distribution.
Version 0.0.1
- Initial version.