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

Remove lodash isArray + assign #2236

Merged
merged 2 commits into from
Sep 13, 2021
Merged

Remove lodash isArray + assign #2236

merged 2 commits into from
Sep 13, 2021

Conversation

jimmywarting
Copy link
Contributor

Description

I removed and replaced lodash/isArray with native Array.isArray
Same for assign

Motivation and Context

part of #2187

How Has This Been Tested?

executed test

Types of changes

  • No code changes (changes to documentation, CI, metadata, etc)
  • Dependency changes (any modification to dependencies in package.json)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@char0n
Copy link
Member

char0n commented Sep 13, 2021

For reference here are link that documents distinctions between lodash.assign and Object.assign:

Copy link
Member

@char0n char0n left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks again for your work!

@char0n char0n merged commit e3d4ef3 into swagger-api:master Sep 13, 2021
@jimmywarting jimmywarting deleted the remove-lodash branch September 15, 2021 19:05
@swagger-bot
Copy link
Contributor

🎉 This PR is included in version 3.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

3 participants