forked from jtdaugherty/dbmigrations
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
573cd25
commit 7d052b8
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
- Replace outdated yaml-light dependency with yaml package | ||
|
||
2.1.0 | ||
----- | ||
|
||
Package changes: | ||
- Migrated from `yaml-light` to `yaml` package for YAML parsing (thanks | ||
Hank Levsen <[email protected]>) | ||
|
||
Other changes: | ||
- `Text` is now used instead of `String` in most parts of the codebase | ||
(thanks Vitalii Guzeev <[email protected]>) | ||
- New migrations now get the `.yml` file extension, but old migration | ||
`txt` files are also supported. | ||
|
||
2.0.0 | ||
----- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters