Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elm/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: elm/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.3
Choose a head ref
  • 15 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 22, 2018

  1. Fix link to json docs

    evancz committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cb96b26 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Fix a typo from older docs

    Fix #3
    evancz committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    99f0128 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Reword things

    Fix #4
    evancz committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3b23cc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Implement primitive JSON decoders differently

    This has two benefits. First, it allows the File.decoder to be
    implemented in a separate kernel package. Second, it should allow a bit
    more trimming during DCE.
    evancz committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8329d3f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Fix link to latest decode pipeline

    Fix #6
    evancz committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    079c965 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    ac61467 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Add oneOrMore function

    For cases like file uploads where you know you are getting at least
    one, never zero.
    evancz committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    5a4635a View commit details
    Browse the repository at this point in the history
  2. Bump to 1.1.0

    evancz committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    7572c26 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Remove stray ! in kernel code

    Fix #8
    evancz committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    84ecbaa View commit details
    Browse the repository at this point in the history
  2. Bump for patch in kernel code

    evancz committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    42e8f9f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Add check if FileList actually exists

    Maybe faster way to do this, but I do not want to mess with global
    scope like in the alternatives I am seeing.
    evancz committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    793211f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658d429 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. defensive check for node.js support causes IE to break. this updates …

    …FileList constructor test
    panthershark committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    e923df4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Merge pull request #12 from doanythingfordethklok/master

    Fixes IE support for elm/files
    evancz authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    207a3bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063aaf0 View commit details
    Browse the repository at this point in the history
Loading