- Test release (55f9326)
- Testing auto-release (ffbce8f)
- c9fcdcf: Added
checkPrime
. - c6bc27d: Added
checkOdd
andcheckEven
.
- 0f9608e: Non-release: testing CI.
- 7c6fae0: Non-release: testing CI.
- c37ab5f: Non-release: testing CI.
- 6a81d86: Renamed
checkRunningInBrowser
tocheckBrowser
.
- a9b0d2c: Added
checkDate
ting.
- 45aaa8d: Updated package declarations.
generateIntegers
now ignores any decimal places onfrom
andto
arguments.
- 894d549: Increased performance of
generateIntegers
by almost double.
- 30b78e8: Added more examples of potential undesired input.
- e11873c: Fix
checkUrlAbsolute
not 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 withis
changed tocheck
, exceptisBrowser
which is nowcheckRunningInBrowser
, andisUniq
is nowcheckUnique
.
- 81f3eaa: Added
generateIntegers
.
- 844d0f5: Fixed
generateIntegers
throws 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
replace
withreplaceAll
.
- Re-release.
- 2a8c5be: Remove
thisMonth
ting.
- 5114ccd: Update deps.
- Just a test now Tings uses pnpm.
- 98420b6: Rename
toNumberAlways
totoNumber
. 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.