All notable changes to this project will be documented in this file.
Tags
- Features
- Bug Fixes
- Performance Improvements
- Dependency Updates
- Breaking Changes
- Documentation
- Enhancements
- Internal
- update LICENSE (9d45142)
- use
@coffeelint/cli
instead ofcoffeelint
(88bf44c)
- bump devDependencies (36b581d)
- Remove errors and warnings count in log (30f418f)
- bump devDependencies (0eaba00)
From
require('coffeelint-reporter').reporter;
To
require('coffeelint-reporter/reporter');
- update chalk to v2.4.2 (c6e8625)
- update eslint to v6.3.0 (8b3bb2a)
- update eslint-config-standard to v14.1.0 (8b3bb2a)
- update eslint-plugin-node to v9.2.0 (8b3bb2a)
- update eslint-plugin-import to v2.18.2 (c6e8625)
- update eslint-plugin-promise to v4.2.1 (c6e8625)
- update eslint-plugin-standard to v4.0.1 (c6e8625)
- update husky to v3.0.5 (81fc115)
- remove grunt-eslint in favour of eslint cli (dfb01be)
- update LICENSE (ee24cf6)
- update eslint rules (c6e8625)
- update eslint to v5.6.1 (0a3be13)
- update eslint-plugin-promise to v4.0.1 (0a3be13)
- update husky to v1.1.0 (0a3be13)
- add eslint to lint javascript files
- apply standardJS rules to eslint and code cleanup (0bf10da)
- fix a typo in
'use strict';
statement (11033f7)
Just a Maintenance Patch
- use grunt to lint before commit (3f4e25c)
- add travis test (3f4e25c)
- remove trivial details from package.json (3f4e25c)
- export
reporter
for runtime api (1990db1)
Initial Release. Reporter for Coffeelint