Current section
Files
Jump to
Current section
Files
credo_pure_check
CHANGELOG.md
CHANGELOG.md
# Changelog
## v0.2.2
* Bug fixes
* Allow checking modules that are defined in a `quote` block inside a `defmacro`
* Other
* Added package metadata
## v0.2.1
* Bug fixes
* Change category of check from `:custom` to `:warning` so that exit status > 0 if the check fails
## v0.2.0
* Bug fixes
* Add `Base` `Atom` `String.Chars` `Tuple` to the list of pure stdlibs
* Enhancements
* Allow for stdlib modules to marked as partially pure - e.g. `DateTime.utc_now`
* Other
* Only check *.ex files
## v0.1.0
* Original release