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

Avoid lodash where possible #1122

Merged
merged 3 commits into from
Sep 29, 2020
Merged

Avoid lodash where possible #1122

merged 3 commits into from
Sep 29, 2020

Commits on Sep 29, 2020

  1. Avoid lodash where possible

    Lodash is quote big project and it's required less with a time in modern
    environments. In this diff I bumped node support to 8+ and used native
    methods where possible instead of lodash. Later we can go further and
    completely remove it from the project.
    
    This can make the project much smaller.
    https://packagephobia.com/result?p=soap
    TrySound committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    3e076c9 View commit details
    Browse the repository at this point in the history
  2. Add missing semicolon

    TrySound committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bde066e View commit details
    Browse the repository at this point in the history
  3. Tweak engines

    TrySound committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    bcd18f9 View commit details
    Browse the repository at this point in the history