Skip to content

Latest commit

 

History

History
195 lines (95 loc) · 8.95 KB

CHANGELOG.md

File metadata and controls

195 lines (95 loc) · 8.95 KB

1.5.0 (2017-12-17)

Features

  • Remove temporary saving (fullpage)screenshots by saving them to a buffer array. This should prevent an overkill of temp screenshots

1.4.0 (2017-11-17)

Features

  • Add parameter for enabling scrollbars (default value = hide) (38)

1.3.0 (2017-08-27)

Features

  • Ignore regions by making them transparent in the base image (a7ec187)

1.2.5 (2017-05-18)

Bug Fixes

  • fullPageScreenshot: fix for determining last screenshot. (b0c4010)

1.2.4 (2017-05-16)

1.2.3 (2017-03-23)

Bug Fixes

  • chromium: fix chromium position top bug (d3e3471)

1.2.1 (2017-02-11)

Bug Fixes

  • dependencies: update dependencies (c7c19f3)
  • dependency: update dev dependencies for commits (930b405)
  • IE11: fix retrieveData syntax error (5189622)
  • resemblejs: update resemblejs to latest version with less heap allocations (55266de)
  • sauceconf: fix type in sauceconf (35da109)
  • saucelabs: fix for update endstatus (a2dfbac)

1.2.0 (2017-02-05)

Features

  • add mobile fullpage support for iOS and Android (c8310b1)

1.1.0 (2017-01-19)

Bug Fixes

  • fix dependency, update travis, fix docs (b9ac27c)

Features

  • auto-baseline: update core with autoSaveBaseline and update docs (020f7c9)
  • add option to automatically copy a file to the baseline if it doesn't exists incl tests (0974fdd)

1.0.0 (2016-12-18)

Bug Fixes

  • chrome-screenshots: add new baselinescreenshots (2624d55)
  • mobile: fix blockOutStatusBar in _executeImageComparison for iOS (a7ea346)

Features

  • fullpage-appium: first screenshots for appium chromedriver fullpage (7b91ebb)
  • mobile-fullpage: initial commit for mobile android support, needs to be refactored (592d135)

BREAKING CHANGES

  • chrome-screenshots: the scrollbar in Chrome is hidden by default. This causes a bigger screenshot result and may break with the baseline images of chrome

0.1.5 (2016-12-05)

Bug Fixes

  • comparison-api: incorrect comparison api implementation, do not use version 0.1.4 (6112bb8)
  • scrollbar: remove scrollbars during saveScreen (5a2c1df)

0.1.4 (2016-12-04)

Bug Fixes

  • checkFullPageScreenshot: add ignoreRectangles (a9c66a9)
  • coverage: optimized tests and coverage to 92.13,80,92.86,92.13 This is starting point (f5290cf)
  • fullpage: saveFullPageScreenshot beta for chrome, firefox latest and edge (f7fb8cf)
  • resemble: fix code issues (2350f77)
  • resemble: merge resemble.js latest stuff, add tests (6e5988b)
  • resemble: merge resemble.js latest stuff, add tests (306a69a)
  • unittest: add basic unit test and coverage for resemblejs 94.75,80,92.86,94.75 (0707cf3)

Features

  • fullpage: add ie11 and firefox for large screenshots (849c4f9)
  • fullpage: initial commit of fullpage screenshot. now saved as seperate files (4f60b6c)
  • index: add checkFullPage, testcases and images. Add disableAnimation (3646829)
  • resemble: refactor resemble and add 2 new features, see docs.Add unit tests (09df28b)

0.1.3 (2016-11-22)

Bug Fixes

  • element: fix issue with determine elm position on large screen, fix determin position (0756520)

0.1.2 (2016-11-21)

Bug Fixes

  • _getIOSPosition: remove app specific implementation (62295a1)
  • baseline: replace baselineimages for resizeDimensions (ee82ee7)
  • basline: replace baseline images for resizeDimensions (04e1399)
  • dependencies: set hard devdependencies (d38fff8)
  • nativeWebScreenshot: fix nativeWebScreenshot only overrule if value is false (94e0636)
  • resizeDimensions: fix false statement (f3d819e)

Features

  • initial: initial commit (023df41)

0.1.1 (2016-11-10)

0.1.0 (2016-11-10)

Features

  • code: initial commit of protractor-image-comparison (327c136)
  • core: add resizeDimensions for save / checkElement and update docs (cc4afc6)
  • mobile: add blockOutStatusBar default an custom, clean baseline and update tests (b6b7cd3)