Skip to content

v2.1.0

Compare
Choose a tag to compare
@gustavoguichard gustavoguichard released this 18 Mar 20:35
· 25 commits to main since this release
1fc01e9

Release notes

This release introduces a bunch of package updates and an important fix from @jly36963 to solve #181 and improve the library when working with interpolated strings or string unions. E.g:

startsWith(`abc${string}`, 'abc') // true

What's Changed

  • fix: handle template literals in startsWith by @jly36963 in #182

  • chore(deps-dev): bump @vitest/coverage-v8 from 1.0.4 to 1.1.0 by @dependabot in #139

  • chore(deps-dev): bump vitest from 1.0.4 to 1.1.0 by @dependabot in #140

  • chore: Better test types error messages by @gustavoguichard in #138

  • chore(deps): bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by @dependabot in #163

  • chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #167

  • chore(deps-dev): bump prettier from 3.1.1 to 3.2.5 by @dependabot in #168

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.15.0 to 7.2.0 by @dependabot in #180

  • chore(deps-dev): bump @vitest/coverage-v8 from 1.1.0 to 1.4.0 by @dependabot in #183

  • chore(deps-dev): bump vitest from 1.1.0 to 1.4.0 by @dependabot in #184

  • chore(deps-dev): bump tsup from 8.0.1 to 8.0.2 by @dependabot in #171

Full Changelog: v2.0.0...v2.1.0