Skip to content
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

Feature: Added multiple faker transformers #1

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

gracingpro
Copy link
Contributor

Description:

I've made code changes to add support for the new transformers. This merge request aims to incorporate these changes into our project's codebase.

Changes Made:

  • Added code implementations for the following transformers:
    • RandomLatitude
    • RandomLongitude
    • RandomUnixTime
    • RandomMonthName
    • RandomYearString
    • RandomDayOfWeek
    • RandomDayOfMonth
    • RandomCentury
    • RandomTimezone
    • RandomEmail
    • RandomMacAddress
    • RandomDomainName
    • RandomURL
    • RandomUsername
    • RandomIPv4
    • RandomIPv6
    • RandomPassword
    • RandomWord
    • RandomSentence
    • RandomParagraph
    • RandomCCType
    • RandomCCNumber
    • RandomCurrency
    • RandomAmountWithCurrency
    • RandomTitleMale
    • RandomTitleFemale
    • RandomFirstName
    • RandomFirstNameMale
    • RandomFirstNameFemale
    • RandomLastName
    • RandomName
    • RandomPhoneNumber
    • RandomTollFreePhoneNumber
    • RandomE164PhoneNumber
    • RealAddress

Reason for the Changes:

These code changes are necessary to ensure that our project can make use of these new transformers effectively. By adding support for these transformers, we can provide users with the functionality they need to generate random data in various scenarios.

@gracingpro gracingpro requested a review from wwoytenko January 24, 2024 16:01
@gracingpro gracingpro self-assigned this Jan 24, 2024
@gracingpro gracingpro force-pushed the feature_faker_transformers branch from d9f4df1 to 7c591fb Compare January 24, 2024 16:02
Copy link
Contributor

@wwoytenko wwoytenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wwoytenko wwoytenko merged commit a8770cf into main Jan 24, 2024
14 checks passed
@wwoytenko wwoytenko deleted the feature_faker_transformers branch January 24, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants