Skip to content

Releases: Lullabot/drainpipe

v3.5.0

29 Feb 17:11
b3b8c00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

09 Feb 15:54
ebafad3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v4.0.0

v3.4.0

29 Nov 10:34
24eba25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

30 Oct 17:04
76cde07
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Issue #287: Fix coding standards violation in settings.tugboat.php by @justafish in #295

Misc

Dependency Updates

Full Changelog: v3.2.0...v3.2.1

v3.2.0

05 Oct 12:16
3b71adb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

27 Jul 12:28
11d56ee
Compare
Choose a tag to compare

What's Changed

Nightwatch

Upgrading your project will require you to:

  • Remove nightwatch-accessibility
  • Add nightwatch-axe-verbose
  • Swap .initAccessibility() for .axeInject() e.g.
    browser
        .axeInject()
        .axeRun('body')
    
  • If using Yarn Berry, .yarnrc.yml will need to contain the following:
    packageExtensions:
      "nightwatch@*":
        dependencies:
          ws: "*"
          lodash: "*"
    
  • Other package managers should add lodash manually to devDependencies

Full Changelog: v3.1.1...v3.1.2

v3.1.1

26 Jul 01:39
e262613
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

26 Jul 00:21
b5892a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.1.0

v3.0.3

05 Jul 14:28
b8be2d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

21 Jun 11:01
e1f9e87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2