Releases: kuraydev/react-native-typescript-library-starter
v2.1.0 β Setup Wizard & Husky v9
β¨ New: Interactive setup wizard (npm run setup)
No more manually editing package.json after cloning. A single command
walks you through every field β package name, description, GitHub username,
repo name, author, license, and keywords β one at a time with live
validation. Shows a full preview before writing anything, then updates
package.json, README.md, AGENTS.md, and CONTRIBUTING.md in one go.
π§ Fix: Husky v9 migration
Both git hooks (.husky/pre-commit and .husky/commit-msg) have been
migrated to the v9 format β the deprecated shebang and source lines
that will hard-fail in v10 are removed. pre-commit now delegates to
lint-staged correctly, commit-msg passes $1 to commitlint as required,
and the prepare script is updated to the v9 API. Hooks install
automatically on npm install β no separate setup step needed.
1.4.0
What's Changed
- Bump ua-parser-js from 0.7.21 to 0.7.28 in /example by @dependabot in #6
- Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #7
- Bump lodash from 4.17.20 to 4.17.21 in /example by @dependabot in #9
- Bump hosted-git-info from 2.8.8 to 2.8.9 in /example by @dependabot in #8
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #11
- Bump glob-parent from 5.1.1 to 5.1.2 in /example by @dependabot in #10
- Bump react-native from 0.63.2 to 0.64.1 in /example by @dependabot in #12
- Bump node-fetch from 2.6.0 to 2.6.1 in /example by @dependabot in #13
- Bump path-parse from 1.0.6 to 1.0.7 in /example by @dependabot in #15
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #14
- Bump tmpl from 1.0.4 to 1.0.5 in /example by @dependabot in #16
- Bump shelljs from 0.8.4 to 0.8.5 in /example by @dependabot in #17
- Bump plist from 3.0.1 to 3.0.4 in /example by @dependabot in #18
- Bump node-fetch from 2.6.1 to 2.6.7 in /example by @dependabot in #19
- Bump minimist from 1.2.5 to 1.2.6 in /example by @dependabot in #20
- Bump ansi-regex from 4.1.0 to 4.1.1 in /example by @dependabot in #23
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #22
- Bump plist from 3.0.4 to 3.0.5 in /example by @dependabot in #21
- Bump async from 2.6.3 to 2.6.4 in /example by @dependabot in #24
- Bump simple-plist from 1.1.0 to 1.3.1 in /example by @dependabot in #25
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #26
- Bump minimatch from 3.0.4 to 3.1.2 in /example by @dependabot in #27
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /example by @dependabot in #29
- Bump qs from 6.5.2 to 6.5.3 in /example by @dependabot in #28
- Bump json5 from 2.1.3 to 2.2.3 in /example by @dependabot in #30
- Bump @sideway/formula from 3.0.0 to 3.0.1 in /example by @dependabot in #31
Full Changelog: 1.0.5...1.4.0
Better eslintrc
Better eslintrc
New .gitignore with best practice
New .gitignore with best practice
First Release π₯³π€©
First Release π₯³π€©