Skip to content

Latest commit

 

History

History
121 lines (65 loc) · 6.53 KB

CHANGELOG.md

File metadata and controls

121 lines (65 loc) · 6.53 KB

3.4.2 (2020-07-17)

3.4.1 (2020-07-17)

  • Bump lodash from 4.17.15 to 4.17.19 (fd33a6f)
  • update dependencies (5493509)

3.4.0 (2020-01-30)

3.3.0 (2020-01-19)

3.2.0 (2020-01-19)

  • Bump handlebars from 4.1.2 to 4.5.3 (2bdb0e1)
  • Bump lodash.template from 4.4.0 to 4.5.0 (974e8ae)
  • fix example test (32b842a)
  • format and lint fixes (8c0ee59)
  • update dependencies (4e6459f)
  • update test data (fc690b1)

3.1.0 (2019-11-03)

  • add hint to set returnAllCompareData (cb11dd9)
  • autoformat (7a468dd)
  • Bump lodash from 4.17.11 to 4.17.15 (f5713cf)

3.0.0 (2019-06-11)

  • typos (136b1fc)
  • update protractor-image-comparison from version 1.7.2 to 3.2.0 (0644651)

2.0.0 (2019-02-07)

  • autoformat (c12fca6)
  • update dependencies (172529d)
  • checkPage: use checkFullPageScreen instead of checkElement with element element(by.css('body')) (ee3dbfd)

1.2.0 (2018-10-05)

  • return the result of the protractor-image-comparison call (606bbc9)

1.1.0 (2018-10-04)

  • don't use fs.promises to support Node < 10 (848b909)

1.0.3 (2018-10-03)

1.0.2 (2018-10-03)

  • add checklist, how to release (3674d00)
  • protractor is runtime dependency (b0f896f)
  • remove @types/protractor, it's included in protractor (bea2067)

1.0.1 (2018-10-03)

  • build before versioning and push dist (1dfdc90)

1.0.0 (2018-10-03)

  • add conventional-changelog-cli (cf1f16d)
  • add package.json (ba6ab74)
  • add protractor-image-comparison (0c68264)
  • add some installation and usage information (a1a03ea)
  • change checkScreen to checkPage to make the intention clearer (26396fa)
  • clean up the build (bd43a0d)
  • cleanup (9e8eed1)
  • create typescript declaration (86652d7)
  • don't depend on ProtractorImageComparisonPaths (df7d9cb)
  • format (cf808cf)
  • format (82084cc)
  • implement image comparison (fefc7d9)
  • Initial commit (f4fd385)
  • integration testing (3dd723a)
  • minimize example test (270bdb6)
  • rename Result to TestResult to match the backend naming, better naming for testresult properties, ma (aceefc0)
  • require Node 10 (51b98df)
  • setup a a minimal protractor test (11737d1)
  • single quote (6ce1703)
  • single quote (574e166)
  • update dependencies (bfa0b8e)
  • use dashify to create filenames (a10ff79)
  • use ImageComparison (ebe3dfe)
  • use TEST_RESULT_EXTENSION (db23309)
  • write result file (1fa20e3)