Détail du package

lint-to-the-future-ember-template

mansona71.7kMIT3.1.0

lint-to-the-future-ember-template is a plugin for lint-to-the-future that is designed to integreate with ember-template-lint.

readme

changelog

Changelog

Release (2025-03-12)

lint-to-the-future-ember-template 3.1.0 (minor)

:rocket: Enhancement

  • lint-to-the-future-ember-template
    • #40 Improve file ignoring, gracefully handle unparseable files (@wagenet)

:house: Internal

  • lint-to-the-future-ember-template

Committers: 2

Release (2024-12-08)

lint-to-the-future-ember-template 3.0.0 (major)

:boom: Breaking Change

  • lint-to-the-future-ember-template

:rocket: Enhancement

  • lint-to-the-future-ember-template
    • #32 add support to list ignores from gjs and gts files (@mansona)

:house: Internal

  • lint-to-the-future-ember-template
    • #39 reinstate support for older ember-template-lint versions (@mansona)
    • #38 verify that ignore respects the ignores specified in .template-lintrc.js (@mansona)
    • #37 convert to vitest (@mansona)
    • #36 drop support for ember-template-lint < 5 (@mansona)

Committers: 1

Release (2024-11-12)

lint-to-the-future-ember-template 2.0.0 (major)

:boom: Breaking Change

  • lint-to-the-future-ember-template

:rocket: Enhancement

  • lint-to-the-future-ember-template
    • #29 add ability to pass --filter to ignore (@mansona)

:house: Internal

Committers: 1

v1.2.0 / 2023-04-16

  • Add sorting for stability #15 from @wagenet
  • Respect .gitignore #17 from @wagenet
  • Accept ember-template-lint (peer dependency) in v5 #19 from @tniezurawski

v1.1.1 / 2023-02-23

  • Add license #18 from @RobbieTheWagner

v1.1.0 / 2022-05-31

  • Add lib to discovery folders #14 from @locks

v1.0.1 / 2022-05-29

  • Fix ignore #13 from @jamescdavis

v1.0.0 / 2022-05-17

  • add matrix test for all ember-template-lint versions and fix ESM issue with ember-template-lint@4 #11 from @mansona
  • breaking: drop support for node < 14 and fix CI #10 from @mansona

v0.3.5 / 2021-07-05

  • Fix updating existing ignore line #8 from @mansona

v0.3.4 / 2021-07-05

v0.3.3 / 2021-06-02

  • Fix issue caused by no gaps in comments #7 from @mansona

v0.3.2 / 2021-04-15

  • [BUGFIX] Fix error when trying to list with {{!-- --}} style ignore comments #6 from @mansona

v0.3.1 / 2021-04-13

  • [bugfix] also run against tests folder #5 from @mansona

v0.3.0 / 2021-03-23

  • add file comments in a prettier-compliant way #4 from @mansona

v0.2.1 / 2021-03-23

  • set correct peerDependencies for ember-template-lint #3 from @mansona

v0.2.0 / 2021-03-05

  • support ember-template-lint v2.x and v3.x #2 from @mansona

v0.1.2 / 2021-03-05

  • fix ember-template-lint api usage #1 from @mansona