All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.
- updated this changelog and README for changes from 0.1.2
- no-unstaged: report referenced modules with any unstaged changes
- this changelog
- support for module selection params (i.e.
{ commonjs: true }
) via rule options - lint CommonJS requires by default (only AMD must be enabled explicitly)
- stack overflow from failing to exit when looking for git repo
0.1.0 - 2016-04-05
Born.
no-untracked
: report imports/requires of modules that are inside a Git tree, but not yet added explicitly (i.e. staged).