0.4.2 (2025-12-19)
- baseUrl: improve environment variable resolution for Next.js/Turbo (6796d52)
- trimStart: optimize invisible character removal with single regex replace (5900fa9)
- truncate: optimize grapheme truncation for large strings (c9ea247)
0.4.1 (2025-07-14)
- dom: add isTopLeftInUpperLeftViewport and scrollToElementWithRetry functions (e3ef986)
- tree: add findPathToNode, getSubtreeDepth, and getSubtreeSize functions (b47af14)
0.4.0 (2025-05-22)
- helpers/environment: add environment detection utilities and tests (43b4fa2)
- helpers/url: add
baseUrlconstant andgetBaseUrlfunction (fd5c46a) - helpers/url: add
getDomainfunction and corresponding tests (facc195) - helpers/url: add
isExternalLinkfunction and corresponding tests (ec9c4d2) - helpers/url: add
isTrustedDomainfunction and related tests (3b9623d) - helpers/url: add
replaceParamsfunction (d09f8ba) - helpers/url: add
tryParseUrlfunction and corresponding tests (dbaa5de) - helpers/url: add
webserverHostnameconstant and update tests (3c3b8e2)
0.3.0 (2025-04-28)
- truncate: improve input validation and tests for edge cases (9c0725a)
0.2.1 (2025-04-22)
- string helpers: add string manipulation functions and tests (f80af1c)
0.2.0 (2025-04-16)
- @tabnews/helpers: add support for
yahoo.com.brandoutlook.com.brin email suggestions (9625958)
0.1.2 (2024-11-07)
- update import paths to include file extensions (566a28f)
0.1.1 (2024-11-04)
- monorepo: resolve structure issues in form and helper packages (d04f85c)
- ci: add release workflow and configuration files (368b497)
- helpers: add
isutility functions (3491c2f) - helpers: add
mergeutility function (ef79595) - helpers: add
No-OPutility functions (8c3b0aa) - helpers: add
splitConfigutility function (0ca37a9) - helpers: add email validation and suggestion functions (c75c0ce)