-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@faker-js/faker@8 : deprecated functions #28
Comments
thanks to @chrisbarless, |
Note @zoubingwu that the merged #29 includes There are two commits, but I split the changes incorrectly. My apologies. |
Hi, I recently started using this library and noticed that some methods have been deprecated in faker-js version 8.0. In my environment, I received the following warning:
I'm looking forward to the updates. I appreciate all the work you are doing. Thank you! |
@daiki-takag1 I've created #47 to resolve this message |
Hi
A new major version of https://github.com/faker-js/faker/releases/tag/v8.0.0 is out and its comes with some deprecated functions.
Here is a snippet of the lengthy logs my console print from an auto mocked api :
📜
Checklist
faker.datatype.number
withfaker.number.int
faker.name
withfaker.person
faker.setDefaultRefDate
at the start of the templateWe might want to use the
example
folder in the ci to test that it works with more cases.The text was updated successfully, but these errors were encountered: