⚠ BREAKING CHANGES
- support tree-shaking (#152)
Features
- add autocomplete support for locales (#248) (c1f2b09)
- migrate locales to typescript (#238) (d4cfa3c)
- support tree-shaking (#152) (ccf119d)
- use export default for locales (#249) (93e8e53)
Bug Fixes
- add missing fakers for existing locales (#263) (7177d37)
- jalapeño typo (#259) (74204a0)
- ts support for locales (#169) (61d0296)
- types: fixed datetime types for optional argument (#192) (60b71fd)
- types: fixed exampleEmail arguments types (#241) (66aa374)
- typo in update.md (#180) (4a69d6d)
What's Changed
- feat: Updated meta tags for rich text preview by @imrishabh18 in #140
- docs: an update from the faker team by @JessicaSachs in #138
- chore: add files field in package.json by @MohdImran001 in #173
- chore: update license by @damienwebdev in #157
- fix: typo in update.md by @import-brain in #180
- docs: add yarn and pnpm install commands by @import-brain in #163
- chore: support dark mode for favicon by @antfu in #195
- chore: retain original license in its exact form by @damienwebdev in #185
- chore(docs): fix imports by @Shinigami92 in #154
- chore: migrate image providers to TS by @Shinigami92 in #178
- refactor: Use datatype.number() function instead of random.number() by @luciferreeves in #183
- fix(types): fixed datetime types for optional argument by @jared-fraser in #192
- chore: add commit conventions doc by @mbokinala in #204
- feat!: support tree-shaking by @Shinigami92 in #152
- docs: adding new logo by @JessicaSachs in #205
- ci: add node version matrix by @MohdImran001 in #179
- chore: add CODEOWNERS by @damienwebdev in #158
- fix: ts support for locales by @Shinigami92 in #169
- chore: switch to pnpm by @Shinigami92 in #153
- docs(readme.md): api methods table with description by @bl0cknumber in #160
- chore: add support for readonly arrays by @clarkerican in #189
- fix(types): fixed exampleEmail arguments types by @sunadoi in #241
- feat: migrate locales to typescript by @ST-DDT in #238
- docs(readme.md): add repository badges by @bl0cknumber in #161
- docs: shorten TLDR; move to the permalink instead by @bl0cknumber in #231
- docs: add c# port to list by @JSanchezIO in #227
- feat: use export default for locales by @ST-DDT in #249
- chore: delete old examples and doc folder by @damienwebdev in #155
- chore: add JSDoc comments to animal.ts by @mbokinala in #250
- chore(test): migrate to vitest by @Shinigami92 in #235
- docs: minor capitalization fix by @import-brain in #255
- fix: jalapeño typo by @ST-DDT in #259
- chore(test): Add locale to test description by @ST-DDT in #262
- feat: add autocomplete support for locales by @ST-DDT in #248
- fix: add missing fakers for existing locales by @ST-DDT in #263
- test: fix suppressed warnings by @ST-DDT in #271
- docs: update locale list/table in docs by @ST-DDT in #264
- chore(docs): Typo in README by @DaviDevMod in #278
- chore: migrate vendor by @Shinigami92 in #254
- build: bundle with esbuild by @Shinigami92 in #257
- chore: fix JSDoc comments in word.ts by @pkuczynski in #273
New Contributors
- @imrishabh18 made their first contribution in #140
- @import-brain made their first contribution in #180
- @antfu made their first contribution in #195
- @luciferreeves made their first contribution in #183
- @jared-fraser made their first contribution in #192
- @mbokinala made their first contribution in #204
- @sunadoi made their first contribution in #241
- @ST-DDT made their first contribution in #238
- @JSanchezIO made their first contribution in #227
- @DaviDevMod made their first contribution in #278
Full Changelog: v6.0.0-alpha.3...v6.0.0-alpha.4