9.1.6 (2026-04-03)
- Fix source links in docs (782a0e0)
9.1.5 (2026-04-03)
- Remove useless optional chain from checkDate (a879e67)
9.1.4 (2026-04-03)
- Calculate toOrdinal without converting to string (4aec458)
9.1.3 (2025-03-24)
- Migrate to pnpm, this is a test release (bf883e8)
- Test release (55f9326)
- Testing auto-release (ffbce8f)
- c9fcdcf: Added
checkPrime. - c6bc27d: Added
checkOddandcheckEven.
- 0f9608e: Non-release: testing CI.
- 7c6fae0: Non-release: testing CI.
- c37ab5f: Non-release: testing CI.
- 6a81d86: Renamed
checkRunningInBrowsertocheckBrowser.
- a9b0d2c: Added
checkDateting.
- 45aaa8d: Updated package declarations.
generateIntegersnow ignores any decimal places onfromandtoarguments.
- 894d549: Increased performance of
generateIntegersby almost double.
- 30b78e8: Added more examples of potential undesired input.
- e11873c: Fix
checkUrlAbsolutenot accepting non-strings.
- 162d111: Added
checkUrlAbsolute.
- d1e50db: Changed boolean check functions' names to allow for easier result naming. e.g.
const isCompactCase = checkCompactCase(input). All functions starting withischanged tocheck, exceptisBrowserwhich is nowcheckRunningInBrowser, andisUniqis nowcheckUnique.
- 81f3eaa: Added
generateIntegers.
- 844d0f5: Fixed
generateIntegersthrows on non-numerical input.
- d43a381: Internal refactor to use tsup for bundling.
- a871048: Internal refactor to inline exports.
- ce164d6: Fix build broken by ts nesting source code.
- 65738e4: Replace
replacewithreplaceAll.
- Re-release.
- 2a8c5be: Remove
thisMonthting.
- 5114ccd: Update deps.
- Just a test now Tings uses pnpm.
- 98420b6: Rename
toNumberAlwaystotoNumber. This was originally named to avoid a clash with Lodash but Tings is no longer a Lodash addon package.
- Another test release.
- This is just a test release
- 7e0a930: Support ESM and CJS.