Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Releases: ember-template-lint/ember-cli-template-lint

Release 2.0.2

24 Feb 16:40
Compare
Choose a tag to compare

v2.0.2 (2020-02-24)

🐛 Bug Fix

  • #595 Update minimum ember-template-lint version to 2.0.1. (@rwjblue)

Committers: 2

v2.0.1 (2020-02-04)

04 Feb 09:15
28634f8
Compare
Choose a tag to compare

CHANGELOG

  • Allow Babel to run in parrallel

v2.0.0

04 Feb 09:14
9d96478
Compare
Choose a tag to compare

CHANGELOG

  • Update blueprint to use octane config
  • Run npx ember-cli-update
  • Drop NodeJs 6, 8, 11

v1.0.0 (2020-01-08)

08 Jan 16:07
52ee672
Compare
Choose a tag to compare

CHANGELOG

v0.7.6

29 May 14:18
Compare
Choose a tag to compare

CHANGELOG

  • Update to latest version of ember-template-lint (see its changelog for details).
  • Fix blueprint to account for the bare-string -> no-bare-string deprecation.

v0.7.3

03 Aug 19:55
Compare
Choose a tag to compare

CHANGELOG

  • Fix another issue with new console output formatting.

v0.7.2

03 Aug 18:05
Compare
Choose a tag to compare

CHANGELOG

  • Update ember-template-lint to 0.8.1 to include a fix for console output formatting.

v0.7.1

27 Jul 18:54
Compare
Choose a tag to compare

CHANGELOG

  • Update dependencies.
  • Update ember-template-lint to 0.8.0 which provides a much nicer ESLint-like console output.
  • Add .handlebars extension to the list of files to process.

v0.7.0

22 Jun 22:24
Compare
Choose a tag to compare

CHANGELOG

  • Update to ember-template-lint @ 0.7.0. Read more about the changes between 0.6.x and 0.7.0 here.
  • Update to new unified testing system. This will result in a single test module for template linting related tests, which should make filtering your tests much easier.
  • Drop support for Node < 4.

v0.5.1

11 Jan 22:21
Compare
Choose a tag to compare

CHANGELOG

  • Ensure linting warnings honor the --silent flag.