-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
3 changed files
with
53 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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Changelog | ||
========= | ||
|
||
v1.1.0-dev (unreleased) | ||
----------------------- | ||
|
||
New | ||
~~~ | ||
|
||
- Add ``RequireForeignKey`` rule. | ||
|
||
Changes | ||
~~~~~~~ | ||
|
||
- Split ``"postgres"`` preset into ``"postgres"`` and | ||
``"postgres-zero-downtime"``. | ||
- Strip RST code directives from message explanations and rules. | ||
- Sort API documentation based on file order rather than | ||
alphabetically. | ||
|
||
Fixes | ||
~~~~~ | ||
|
||
- Support DOS ``\r\n`` line-endings for reporting issue location. | ||
- Fix calls to logger to correctly report module. | ||
|
||
v1.0.0 (2019-01-05) | ||
------------------- | ||
|
||
New | ||
~~~ | ||
- Added -e, --explain to print out detailed explanation of why a | ||
message was raised. | ||
- Added -r, --reporter to override reporter on command line. | ||
- Added support for reading from stdin. | ||
- Added ``full`` preset. | ||
- Added ``Severity`` enum for LintIssues. | ||
- Added ``sqlint`` reporter for compatibility with tooling targeting | ||
sqlint. | ||
- Added ``DisallowFloatTypes`` rule. | ||
- Added user facing documentation for https://squabble.readthedocs.org | ||
|
||
Changes | ||
~~~~~~~ | ||
- Improved existing API documentation with type signatures and examples. | ||
- Removed BaseRule.MESSAGES in favor of squabble.message.Message | ||
|
||
v0.1.0 (2018-12-27) | ||
------------------- | ||
|
||
- Initial release. |
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
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