Skip to content

Releases: airtap/airtap

v0.0.4

02 Mar 13:32
Compare
Choose a tag to compare

Added

Changed

  • Setup email for Travis builds (@yeskunall)
  • Normalize file names (@yeskunall)
  • Finalize standard (@ralphtheninja)
  • Depend on electron instead of deprecated electron-prebuilt (@ralphtheninja)
  • Throw error instead of error message (@arungalva)
  • Refactor opt/config variable in setup.js (@ralphtheninja)
  • Replace IIFE with normal function declaration and function call (@ralphtheninja)
  • Run unit tests before integration tests and put the sauce labs integration last (@ralphtheninja)
  • Update keywords in package.json (@yeskunall)
  • Update dependency-check to ^3.0.0 (@yeskunall)
  • Exit cleanly if Travis has no secure environment variables (@ralphtheninja)
  • Clean up entries in dependency-check (@ralphtheninja)

Removed

Fixed

  • Fix race condition in electron ipc (@ralphtheninja)
  • Add debug statement instead of silently failing Sauce Labs (@arungalva)

v0.0.3

24 Feb 17:57
Compare
Choose a tag to compare

Added

  • README: add section "Who Uses Airtap?" (@feross)
  • Test aggregation of available browsers for --list-browsers (@ralphtheninja)

Changed

Removed

Fixed

v0.0.2

21 Feb 21:41
Compare
Choose a tag to compare

Added

  • Add standard for linting but only print warnings for now (@feross)
  • Add Open Open Source CONTRIBUTING.md (@ralphtheninja)

Changed

Removed

Historical Note We didn't update browserify to the latest version because it doesn't support IE9 or IE10. Nor did we update tap-parser to the latest since it doesn't work with PhantomJS.

v0.0.1

18 Feb 13:26
413ce11
Compare
Choose a tag to compare

First release 🌱. Forked from zuul, so this changelog entry lists the differences from zuul.

Added

Changed

  • Replace multi-framework examples with single tape example (@vweevers)
  • Use Sauce Connect in Sauce Labs integration tests (@vweevers)
  • Update .travis.yml with node 4, 6, 8 and 9 (@ralphtheninja)
  • Use airtap-browsers instead of browzers (@vweevers)
  • Set default --ui to tape (@vweevers)

Fixed

  • Use cross-env in npm test script (@vweevers)

Removed

  • Remove localtunnel, ngrok and tunnel setup (@vweevers)
  • Remove tunnel options except for --sauce-connect (@vweevers)
  • Remove tunnel options from PhantomJS tests (runs locally) (@vweevers)
  • Remove .npmrc (@ralphtheninja)
  • README: remove frameworks other than tap(e) (@vweevers)
  • Undocument --ui option (we intend to remove it) (@vweevers)
  • Remove HISTORY.md (replaced by CHANGELOG.md) (@vweevers)