v6.1.2
New & Noteworthy
- We now throw
FakerError
instead of justError
#718 datatype.number
changed in behavior #664- Renamed
hexaDecimal
tohexadecimal
#764
What's Changed
- chore(deps): update dependency cypress to ~9.5.3 by @renovate in #720
- docs: add jsdoc examples to faker.word by @pkuczynski in #717
- docs: update faker.fake documentation by @pkuczynski in #709
- fix: remove doubled extension in system.filePath by @pkuczynski in #300
- docs: fix lint warning by @ST-DDT in #727
- chore(deps): update vitest to ~0.8.0 by @renovate in #731
- docs: add ts import example in readme by @pkuczynski in #719
- chore(deps): update devdependencies by @renovate in #730
- docs: Use valid UUID for example in README by @knpwrs in #740
- test: added a few test cases for Albania IBAN by @wael-fadlallah in #739
- chore: move vendor to utils and update license notes by @pkuczynski in #738
- fix: datatype.number when min = max + precision, throw when max > min by @pkuczynski in #664
- docs: about by @Shinigami92 in #673
- feat: FakerError by @xDivisionByZerox in #718
- chore: removed outcommented dead code in commerce.ts by @rimakan in #745
- fix: deterministic results for address.nearbyGPSCoordinate by @xDivisionByZerox in #737
- chore(deps): update dependency vite to ~2.9.1 by @renovate in #741
- chore(deps): update pnpm to v6.32.4 by @renovate in #742
- chore: update codeowners file by @Shinigami92 in #671
- refactor(address): drop local references of faker modules by @xDivisionByZerox in #748
- chore: downgrade min npm version from 7 to 6 by @sergavshin in #744
- chore: remove useless fallback to undefined by @ST-DDT in #749
- chore: remove invalid country code files by @ST-DDT in #752
- chore: fix warning in helpers replaceCreditCardSymbols by @ST-DDT in #755
- test: add a general country iban test by @ST-DDT in #746
- chore: add updateLocaleFileHook to generateLocales by @ST-DDT in #756
- chore(deps): update devdependencies by @renovate in #762
- chore(deps): update dependency prettier to v2.6.2 by @renovate in #761
- chore: remove issue-labeling.yml by @import-brain in #763
- refactor: rename hexaDecimal to hexadecimal by @pkuczynski in #764
- test: check that system.filePath() generates file extensions by @ST-DDT in #765
- chore: address zipCodeByState fix types by @ST-DDT in #760
- chore: deprecate name.title() in favor of name.jobTitle() by @ST-DDT in #766
- chore(deps): update vitest to ~0.8.4 by @renovate in #769
- chore: fix mustache type warning and add some tests by @ST-DDT in #753
- fix: random word fails on undefined by @ST-DDT in #771
- chore(deps): update dependency esbuild to ~0.14.31 by @renovate in #772
- refactor: remove inconsistent defaults from internet.password() by @ST-DDT in #767
- test: fix random alpha and alphaNumeric tests assumptions by @ST-DDT in #774
- chore(release): 6.1.2 by @Shinigami92 in #773
New Contributors
- @knpwrs made their first contribution in #740
- @rimakan made their first contribution in #745
- @sergavshin made their first contribution in #744
Full Changelog: v6.1.1...v6.1.2