Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@gustavoguichard gustavoguichard released this 19 Dec 12:20
· 18 commits to main since this release
11383d7

Breaking Changes (not so much)

Now we will drop apostrophes in the casing transformation functions like so:

// string-ts@1.x.x
const result = camelCase(`I can't`)
//     ^? "iCan'T"

// string-ts@2.x.x
const result = camelCase(`I can't`)
//     ^? "iCant"

I personally consider this change a fix instead of a breaking change but we decided to cut a major release to avoid messing up with current expectations.

Improvements

Other PRs

  • chore(deps-dev): bump prettier from 3.0.3 to 3.1.0 by @dependabot in #112
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 by @dependabot in #113
  • chore(deps-dev): bump tsup from 7.2.0 to 8.0.1 by @dependabot in #119
  • chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 by @dependabot in #118
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 by @dependabot in #117
  • chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 by @dependabot in #116
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 by @dependabot in #121
  • chore(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #124
  • chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #127
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 by @dependabot in #126
  • chore(deps-dev): bump @vitest/coverage-v8 from 0.34.6 to 1.0.2 by @dependabot in #128
  • chore(deps-dev): bump prettier from 3.1.0 to 3.1.1 by @dependabot in #130
  • chore(deps-dev): bump @vitest/coverage-v8 from 1.0.2 to 1.0.4 by @dependabot in #131
  • chore(deps-dev): bump vitest from 1.0.2 to 1.0.4 by @dependabot in #132
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0 by @dependabot in #137
  • docs: add hverlin as a contributor for code by @allcontributors in #133
  • chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #135
  • chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #136

New Contributors

Full Changelog: v1.3.3...v2.0.0