Skip to content

Latest commit

 

History

History
266 lines (126 loc) · 9.98 KB

CHANGELOG.md

File metadata and controls

266 lines (126 loc) · 9.98 KB

0.8.1 (2018-04-24)

Features

  • 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)

Features

  • update packages and add selector-max-pseudo-class (9eb8d69)

0.7.0 (2018-01-30)

Features

  • lint: add several new typescript line rules (00f73fd)
  • lint ts: add option to pass typescript program (bb74a8b)

0.6.0 (2018-01-08)

Features

  • update several dependencies (0a8a3ed)
  • config: add no-duplicate-at-import-rules in scss lint rules (065539c)
  • lint: SASS auto fixes are now provided via stylelint (8fb34c8)

BREAKING CHANGES

  • lintSass now returns Promise<LinterResult> instead of Promise<LinterResult[]>

0.5.0 (2017-10-23)

Features

  • args: change args.set generic type to extends from Arguments (2904fa2)
  • packages: update chalkto latest version (b1801f8)

BREAKING CHANGES

  • args.set generic type must now extends Arguments
  • Arguments interface now extends yargs.Arguments

0.4.2 (2017-07-15)

Features

  • config: add interface-name rule with never-prefix in ts lint config (86857fa)
  • config: replace selector-no-id with selector-max-id as it has been deprecated (d4d1d25)
  • config: sass lint set selector-pseudo-element-colon-notation to double (550fd55)
  • packages: bump stylefmt to 6.x.x and chalk to 2.x.x (f96f874)

Performance Improvements

  • all: import require-cache file from the specific file rather than from the index (0d1f332)

0.4.1 (2017-05-18)

Bug Fixes

  • config: set default path relative to this file location (3768af7)
  • require cache: update relative path (e6601d0)

0.4.0 (2017-05-18)

Features

  • config: add ban-types to tslint rules (a6ed5ff)
  • lint html: format lint errors better (00693b7)
  • packages: bump postcss to 6.x.x and postcss-scss to 1.x.x (9e870e7)
  • packages: bump yargs to 8.x.x (c21ed4b)

Performance Improvements

  • all: implement caching of resolved require paths (47bcdaf)
  • tasks: lazy register tasks to speed up cli boot time (b56ec54)

BREAKING CHANGES

  • 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)

Bug Fixes

  • lint sass: fix error on auto fix when SCSS syntax is present (e79cd17)

Features

  • lint ts: change fixesCount to always return a value (cac10f9)

0.2.0 (2017-04-01)

Features

  • ts lint: update ts lint rules (7fb49c6)
  • ts lint: updated to 5.x (7f68ccb)

0.1.4 (2017-03-26)

Bug Fixes

  • 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)

Features

  • typescript: update TypeScript to 2.2.1 (84b71db)

0.1.3 (2017-03-23)

Bug Fixes

  • 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)

Features

  • lint config: move them into a seperate folder (9bd5299)

0.1.1 (2017-03-22)

Bug Fixes

  • logger: debug should not log when argv is false (3a39cb8)
  • worker: error for exporting worker.process (5376926)

Features

  • tslint: exported LintTsResult (078aa81)

0.1.0 (2017-03-21)

Bug Fixes

  • args: handle arguments with = as they were not being parsed properly (d2b9e56)
  • lint ts: fixed result from being emitted multiple times (981589b)

Features

  • cli: cli shorthand command (63c3744)

BREAKING CHANGES

  • cli: replace sbt with speedy as a shorthand version

0.0.3 (2017-03-19)

Bug Fixes

  • args: process.argv was being ignored when process.env.npm_config_argv had values (9941b53)

Features

  • cli: add sbt as shorthand version for speedy-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)

Features

  • clean: Initial implementation of clean task (b3a8203)
  • utils: implement deleteAsync (5e093f1)

BREAKING CHANGES

  • utils: rename globArray to glob

0.0.1 (2017-03-12)

Features

  • findRoot: make filePath optional (0ea08ed)
  • lint ts: Update tslint to 4.4.2 (cf5b87f)
  • logger: Improve error message display (80ddb66)
  • tests: implement test setup (8fe5c84)
  • utils: add findRoot function (#15) (1b8942e)