Skip to content

Releases: testing-library/pptr-testing-library

v0.3.2

28 Apr 20:18
Compare
Choose a tag to compare

v0.3.2 (2019-04-28)

v0.3.1

24 Nov 21:58
Compare
Choose a tag to compare

v0.3.1 (2018-11-24)

  • fix: support puppeteer 1.7+ (73666d1)

v0.3.0

15 Oct 20:13
Compare
Choose a tag to compare

v0.3.0 (2018-10-15)

  • feat: bump to dom-testing-library v3 (3a575ad)
  • refactor: switch to IScopedQueryMethods types (9f0e43b)
  • chore: yarn lock integrity (2889df5)

BREAKING CHANGE

  • now using v3 of dom-testing-library

v0.2.3

17 Jul 20:46
Compare
Choose a tag to compare

v0.2.3 (2018-07-17)

  • fix: support puppeteer 1.6.x (70ed565)

v0.2.2

13 Jul 19:38
Compare
Choose a tag to compare

v0.2.2 (2018-07-13)

  • fix: pass regex flags too (8b577db)

v0.2.1

12 Jul 23:13
a6f4ab9
Compare
Choose a tag to compare

v0.2.1 (2018-07-12)

  • fix: getQueriesForElement always binds (c6373c6)
  • fix: support desctructing for /extend context (51e7ea6), closes #4
  • docs(README): smoother docs (f8813d2)
  • chore(travis): fix puppeteer and coverage issues (#5) (a6f4ab9), closes #5
  • chore(travis): enable automated publishing (40609da)

v0.2.0

30 Jun 05:56
Compare
Choose a tag to compare

v0.2.0 (2018-06-30)

  • feat: add getNodeText method (2104763)
  • feat: expose wait method (ad69d24)
  • feat: expose within/getQueriesForElement (75de197)
  • docs: update docs for breaking changes (37dc794)
  • refactor: it is not a mock (7e56327)
  • tests: fix lint errors (e874f40)
  • chore: add vscode to npmignore (c664f01)
  • chore: use prepublishOnly (22c4cce)

BREAKING CHANGE

  • rename extendObjectWithTestingUtils to getQueriesForElement

v0.1.0

26 Jun 18:52
Compare
Choose a tag to compare

v0.1.0 (2018-06-26)

  • feat: add support for queryAll* methods (94e15dd)
  • feat: export individual methods (0f70a8f)
  • feat: add extend export (e69a91d)
  • feat: initial functionality (3b92e6c)
  • fix: align puppeteer extend fn names (631dd12)
  • fix: stricter regex creation (0b6c336)
  • fix: utils -> queries (9ab40e0)
  • fix: better document API (9bfb092)
  • docs: example fix (8f35e6d)
  • docs: more readme tweaks (5fced45)
  • docs: add usage documentation (4d09839)
  • docs(README): fix typos (d25c69d)
  • refactor: move types to proper places (0960143)
  • refactor: make prototype extension opt-in (b4e55a0)
  • tests: add getBy* failure test (f6a350b)
  • tests: add scoped test (16e0c59)
  • misc: prepare for publish (6ebba92)