Skip to content

Releases: Nickslabcode/domain-lookup

v1.12.0

22 Feb 11:43

Choose a tag to compare

1.12.0 (2025-02-22)

Bug Fixes

  • package.json: update repository url (54b0603)

Features

  • e2e testing: add initial playwright setup (6a3dec1)
  • worker: add separate Cloudflare worker for e2e testing (c30226a)

v1.11.1

17 Jan 15:39

Choose a tag to compare

1.11.1 (2025-01-17)

Bug Fixes

  • dns table: update overflow style to remove the scrollbar if the table is not scrollable (df664c1), closes #24
  • punycode transformation: decode domain in head title and input form placeholder (679b83b), closes #13

v1.11.0

17 Jan 15:06

Choose a tag to compare

1.11.0 (2025-01-17)

Features

  • searchform: add punycode encoding for domains with special characters (1539ec6), closes #13
  • searchform: update searchform validation to give feedback on submit (bf425d0)

v1.10.2

13 Jan 13:24

Choose a tag to compare

1.10.2 (2025-01-13)

Bug Fixes

  • actions workflow: fix production deploy workflow (4ce9526)

v1.10.1

13 Jan 13:13

Choose a tag to compare

1.10.1 (2025-01-13)

Bug Fixes

  • dnstable: fix overflowing issue (e3f667a), closes #24

v1.10.0

12 Jan 18:08

Choose a tag to compare

1.10.0 (2025-01-12)

Features

  • searchform: add result in searchform's placeholder (5704894)

v1.9.0

12 Jan 16:58

Choose a tag to compare

1.9.0 (2025-01-12)

Features

  • search validation: add domain extraction functionality (6bd5250), closes #17

v1.8.1

12 Jan 13:52

Choose a tag to compare

1.8.1 (2025-01-12)

Bug Fixes

  • navbar: fix navbar width issue on larger screens (4ed955e), closes #10

v1.8.0

11 Jan 22:02

Choose a tag to compare

1.8.0 (2025-01-11)

Features

  • meta: add loading animation to title (46f7e4b), closes #11
  • meta: add Open Graph meta information (4bc8a23), closes #11

v1.7.0

07 Jan 17:20

Choose a tag to compare

1.7.0 (2025-01-07)

Features

  • navbar: add fixed behavior (8943b9e), closes #10

Performance Improvements

  • ssltable: add memoized ssl rows array (5510fb5)