View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
unreleased
[Unreleased]
2-0-0-2022-03-18
[2.0.0] - 2022-03-18
- BREAKING: Filenames with dots (
.
) in them no longer considers dots as separators. For example, aFooWeb.Bar.Create
module should be defined inlib/foo_web/bar/create.ex
orlib/foo_web/bar/create/create.ex
.lib/foo_web/bar.create.ex
is no longer valid for this module.
1-0-0-2020-10-06
[1.0.0] - 2020-10-06
- Nothing new — just committing to a major version for semver benefits
0-6-1-2020-05-08
[0.6.1] - 2020-05-08
- Add missing changelog entries
0-6-0-2020-05-07
[0.6.0] - 2020-05-07
- Add Credo 1.4-specific features #12
0-5-0-2020-03-12
[0.5.0] - 2020-03-12
- Add support for a “valid_filename_callback” option
ModuleFilename
check #8
0-4-1-2019-10-24
[0.4.1] - 2019-10-24
- Exclude
stdin
source files forModuleFilename
(because we cannot check consistency between module and filename when we have no filename)
0-4-0-2019-07-31
[0.4.0] - 2019-07-31
- Add regex term support in
AvoidSpecificTermsInModuleNames
check
0-3-1-2019-06-19
[0.3.1] - 2019-06-19
- Improve documentation
0-3-0-2019-06-18
[0.3.0] - 2019-06-18
- Add
AvoidSpecificTermsInModuleNames
check
0-2-1-2019-05-03
[0.2.1] - 2019-05-03
added
Added
0-2-0-2019-04-26
[0.2.0] - 2019-04-26
added-1
Added
- Add support for umbrella projects by @liskin. #1