Skip to content

Latest commit

 

History

History
141 lines (71 loc) · 9.28 KB

File metadata and controls

141 lines (71 loc) · 9.28 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0 (2022-03-27)

Features

Chores

0.7.0 (2021-08-01)

Features

  • Ignore dotfiles and non-HTML files (#33) (b169396)

0.6.0 (2021-07-11)

Features

  • Support custom fixture and expectation directories (#30) (9bb8c90)

Chores

Continuous integrations

  • Delete Travis config (c11e66f)
  • Move to GitHub Actions (ef15aff)
  • Run tests only instead of a full build (f1e8c5d)

0.5.0 (2020-04-24)

Features

  • Add tests to ignore aria-hidden and inert landmarks (#25) (e31447f), closes #20

Documentation

  • CHANGELOG: Fix corrupted output (#28) (e319770), closes #23
  • README: Add note about hiding landmarks (#26) (59dd0b8)
  • README: Enhance note about hiding landmarks (#27) (94e3561)

Builds

  • Switch to standard-version; Bump dependencies (#24) (bbe1f57)

0.4.0 (2019-10-11)

Features

BREAKING CHANGES

  • Simplify this repo so that it only contains tests - not test runners or converters - and doesn't introduce onerous dependencies.

0.3.0 (2019-08-25)

Bug fixes

  • Expectation errors: nesting in roles-land and "null" as label (#14) (e325ca3)

Chores

Documentation

Features

  • Add aria-roledescription tests (#13) (048d388), closes #11
  • Simplify existing implementation; Start tested foundations… (#12) (4e53f88)

Tests

  • Schema validation of landmark expectations (f5adf44), closes #9

0.2.1 (2019-06-03)

Bug fixes

  • Explicit form regions should not be ignored (#8) (93f3dc1), closes #2

0.2.0 (2019-05-11)

Bug fixes

  • Dependencies: Explicitly (dev-)require ESLint (3430ecd)
  • Use specified (US) spelling "doc-acknowledgments" (#5) (d9b6f89), closes #1

Builds

  • Use factored-out package for generating/updating the changelog (11e9a31)

Continuous integrations

Documentation

  • Examples: Code samples; clarify runner() use (14f1ea7)
  • Examples: Iterator code sample and clarification; fix export (6fffd3d)

Features

  • Metadata: Include basic metadata for each test (e89d48a)
  • Build combined fixtures and expectation files (#4) (a0b0c8b)
  • Export test iterator function (681df78)

Tests

  • Metadata: Expect the JSON files to provide metadata (b2763ba)

0.1.1 (2019-04-10)

Bug fixes

  • Ensure dependencies are correctly specified (1a9e052)

0.1.0 (2019-04-10)

Features

  • Initial test suite, based on the Landmarks extension (0662921)