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

Add data URL support #95

Merged
merged 17 commits into from Sep 20, 2019
Merged

Commits on Jul 7, 2019

  1. Add dataURLs support

    fisker committed Jul 7, 2019
    Copy the full SHA
    cf2b896 View commit details
    Browse the repository at this point in the history
  2. style: fix code style

    fisker committed Jul 7, 2019
    Copy the full SHA
    b9d9b99 View commit details
    Browse the repository at this point in the history
  3. more options test

    fisker committed Jul 7, 2019
    Copy the full SHA
    bcd7157 View commit details
    Browse the repository at this point in the history
  4. test: cover empty mimeType

    fisker committed Jul 7, 2019
    Copy the full SHA
    2585bb2 View commit details
    Browse the repository at this point in the history
  5. code style

    fisker committed Jul 7, 2019
    Copy the full SHA
    b637a57 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Update test.js

    sindresorhus committed Sep 17, 2019
    Copy the full SHA
    c5f9333 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    sindresorhus committed Sep 17, 2019
    Copy the full SHA
    4af7cc4 View commit details
    Browse the repository at this point in the history
  3. Update index.js

    sindresorhus committed Sep 17, 2019
    Copy the full SHA
    128d955 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. fix data protocol regexp

    fisker committed Sep 18, 2019
    Copy the full SHA
    62ed83d View commit details
    Browse the repository at this point in the history
  2. Fix eslint error

    fisker committed Sep 18, 2019
    Copy the full SHA
    f4bcdb6 View commit details
    Browse the repository at this point in the history
  3. Use for...of instead of reduce

    fisker committed Sep 18, 2019
    Copy the full SHA
    6ecd048 View commit details
    Browse the repository at this point in the history
  4. Refactor normalizeDataURL

    fisker committed Sep 18, 2019
    Copy the full SHA
    ea70457 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary filter

    fisker committed Sep 18, 2019
    Copy the full SHA
    a795c23 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    36aafd7 View commit details
    Browse the repository at this point in the history
  7. Add data URLs info

    fisker committed Sep 18, 2019
    Copy the full SHA
    e7fc28f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Update readme.md

    sindresorhus committed Sep 20, 2019
    Copy the full SHA
    6248318 View commit details
    Browse the repository at this point in the history
  2. Update index.d.ts

    sindresorhus committed Sep 20, 2019
    Copy the full SHA
    53c2f0d View commit details
    Browse the repository at this point in the history