0.8.1 (2018-04-24)
- config: added
space-before-function-paren
tslint rule (b4624f4) - config: disable tslint rules
no-shadowed-variable
(b346fc1) - copy: implement
copy
task (6ce5c9c)
0.8.0 (2018-04-23)
- update packages and add
selector-max-pseudo-class
(9eb8d69)
0.7.0 (2018-01-30)
- lint: add several new typescript line rules (00f73fd)
- lint ts: add option to pass typescript program (bb74a8b)
0.6.0 (2018-01-08)
- update several dependencies (0a8a3ed)
- config: add
no-duplicate-at-import-rules
in scss lint rules (065539c) - lint:
SASS
auto fixes are now provided viastylelint
(8fb34c8)
lintSass
now returnsPromise<LinterResult>
instead ofPromise<LinterResult[]>
0.5.0 (2017-10-23)
- args: change
args.set
generic type to extends fromArguments
(2904fa2) - packages: update
chalk
to latest version (b1801f8)
args.set
generic type must now extendsArguments
Arguments
interface now extendsyargs.Arguments
0.4.2 (2017-07-15)
- config: add
interface-name
rule withnever-prefix
ints lint config
(86857fa) - config: replace
selector-no-id
withselector-max-id
as it has been deprecated (d4d1d25) - config: sass lint set
selector-pseudo-element-colon-notation
todouble
(550fd55) - packages: bump
stylefmt
to6.x.x
andchalk
to2.x.x
(f96f874)
- all: import
require-cache
file from the specific file rather than from the index (0d1f332)
0.4.1 (2017-05-18)
- config: set default path relative to this file location (3768af7)
- require cache: update relative path (e6601d0)
0.4.0 (2017-05-18)
- config: add
ban-types
to tslint rules (a6ed5ff) - lint html: format lint errors better (00693b7)
- packages: bump
postcss
to6.x.x
andpostcss-scss
to1.x.x
(9e870e7) - packages: bump
yargs
to8.x.x
(c21ed4b)
- all: implement caching of resolved
require
paths (47bcdaf) - tasks: lazy register tasks to speed up
cli
boot time (b56ec54)
- packages: Node 4+ is now required
- utils: Most of the utils have been removed in favor of
@speedy/node-core
0.3.0 (2017-04-10)
- lint sass: fix error on auto fix when SCSS syntax is present (e79cd17)
- lint ts: change
fixesCount
to always return a value (cac10f9)
0.2.0 (2017-04-01)
0.1.4 (2017-03-26)
- config: fixed an issue which was preventing base configs to be shared (cd05b20)
- lint: process was exiting before finish log (c0c6f96)
- typings: missing types in package (69181b1)
- typescript: update
TypeScript
to2.2.1
(84b71db)
0.1.3 (2017-03-23)
- config: fixed an issue which was preventing base configs to be shared (fcca444)
- tslint: fixed tslint config
rulesDirectory
was invalid (ab687fb)
0.1.2 (2017-03-22)
- lint config: move them into a seperate folder (9bd5299)
0.1.1 (2017-03-22)
- logger: debug should not log when argv is false (3a39cb8)
- worker: error for exporting
worker.process
(5376926)
- tslint: exported
LintTsResult
(078aa81)
0.1.0 (2017-03-21)
- args: handle arguments with
=
as they were not being parsed properly (d2b9e56) - lint ts: fixed result from being emitted multiple times (981589b)
- cli: cli shorthand command (63c3744)
- cli: replace
sbt
withspeedy
as a shorthand version
0.0.3 (2017-03-19)
- args:
process.argv
was being ignored whenprocess.env.npm_config_argv
had values (9941b53)
- cli: add
sbt
as shorthand version forspeedy-build-tools
(d768925) - lint: remove
Codelyzer
from lint stack. (147d76d) - lint html: initial implementation (fc4dbca)
- utils: add string
toPrimitive
method (27c99ab)
0.0.2 (2017-03-13)
- utils: rename
globArray
toglob