-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from levibostian/release
Prepare for 0.1.1-alpha release
- Loading branch information
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## [0.1.1-alpha] - 2018-04-13 | ||
### Added | ||
- Add `strict` mode to help developer during development of Wendy. | ||
|
||
### Fixed | ||
- Update README.md docs for the new changes done to the library recently. | ||
- PendingTasks no longer get deleted on failing running tasks. | ||
|
||
### Changed | ||
- **Breaking Change** This release comes with a SQLite database change but does *not* come with a database migration! This is not backwards compatible with the last release `0.1.0-alpha`. This was done because `0.1.0-alpha` is not used in production by any apps (to my knowledge) and the change would have taken a bit of work to do. This was the easier solution for the situation. | ||
- **Breaking Change** `PendingTasksFactory.getTask()` returns nullable `PendingTask`. | ||
- **Breaking Change** Make `taskId` property nullable in `PendingTask` as it is null until it is added to Wen$ | ||
- **Breaking Change** Rename `PendingTasks` file to `Wendy`. | ||
- Do not allow tasks to run if part of a group and the task is not the first task in a gr$ |
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