The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
.codacy.yml
for Codacy analysis
- Updated
package.json
to new Node.js and NPM version compatibility
- Added
.mocharc.yml
- Migrated to using
nyc
fromistanbul
- Upgraded packages according to greenkeeper.io
- Migrated
husky
pre-push hooks - Migrated to
coffeescript@^2.0.0
- Migrated to CircleCI v2 pipelines
- Added
coffeelint
as apeerDependency
- Added Greenkeeper badge
- Upgraded packages according to greenkeeper.io
- Unit tests added for custom configurations
- Updated
braces_spacing
to 1
- Updated code to be compatible with node>0.12
- Set
no_stand_alone_at
to"ignore"
- Set
max_line_length
to"ignore"
- Added
no_spaces
rule - Added tests for custom rules
- Switched configuration to using tabs for indentation
- Initial coffeelint configuration