Skip to content

Conversation

@RomanPodymov
Copy link
Contributor

@RomanPodymov RomanPodymov commented Aug 13, 2019

Hello.
Thank you for this utility. It saves a lot of time.
In this pull request I fixed #98.
Before:

enum CodingKeys: String, CodingKey {
    case anyCase = "anyCase"
}

After:

enum CodingKeys: String, CodingKey {
    case anyCase
}

Updated gems.

@insanoid insanoid merged commit 93f74c9 into insanoid:master Aug 16, 2019
@RomanPodymov
Copy link
Contributor Author

Hello @insanoid
Thank you for your approval. But I see that I set wrong target branch for this pull request, it should be dev, not master. Should I create a new pull request to dev with these changes?

@insanoid
Copy link
Owner

It's fine for now, I forgot to set as default. I will just make a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants