Skip to content

Latest commit

 

History

History
83 lines (44 loc) · 5.07 KB

File metadata and controls

83 lines (44 loc) · 5.07 KB

Changelog

0.4.2 (2025-12-19)

Bug Fixes

  • baseUrl: improve environment variable resolution for Next.js/Turbo (6796d52)

Performance Improvements

  • trimStart: optimize invisible character removal with single regex replace (5900fa9)
  • truncate: optimize grapheme truncation for large strings (c9ea247)

0.4.1 (2025-07-14)

Features

  • dom: add isTopLeftInUpperLeftViewport and scrollToElementWithRetry functions (e3ef986)
  • tree: add findPathToNode, getSubtreeDepth, and getSubtreeSize functions (b47af14)

0.4.0 (2025-05-22)

Features

  • helpers/environment: add environment detection utilities and tests (43b4fa2)
  • helpers/url: add baseUrl constant and getBaseUrl function (fd5c46a)
  • helpers/url: add getDomain function and corresponding tests (facc195)
  • helpers/url: add isExternalLink function and corresponding tests (ec9c4d2)
  • helpers/url: add isTrustedDomain function and related tests (3b9623d)
  • helpers/url: add replaceParams function (d09f8ba)
  • helpers/url: add tryParseUrl function and corresponding tests (dbaa5de)
  • helpers/url: add webserverHostname constant and update tests (3c3b8e2)

0.3.0 (2025-04-28)

Features

  • truncate: improve input validation and tests for edge cases (9c0725a)

0.2.1 (2025-04-22)

Features

  • string helpers: add string manipulation functions and tests (f80af1c)

0.2.0 (2025-04-16)

Features

  • @tabnews/helpers: add support for yahoo.com.br and outlook.com.br in email suggestions (9625958)

0.1.2 (2024-11-07)

Bug Fixes

  • update import paths to include file extensions (566a28f)

0.1.1 (2024-11-04)

Bug Fixes

  • monorepo: resolve structure issues in form and helper packages (d04f85c)

0.1.0 (2024-11-04)

Features

  • ci: add release workflow and configuration files (368b497)
  • helpers: add is utility functions (3491c2f)
  • helpers: add merge utility function (ef79595)
  • helpers: add No-OP utility functions (8c3b0aa)
  • helpers: add splitConfig utility function (0ca37a9)
  • helpers: add email validation and suggestion functions (c75c0ce)