1. 28 Mar, 2017 8 commits
  2. 27 Mar, 2017 1 commit
  3. 26 Mar, 2017 8 commits
  4. 25 Mar, 2017 9 commits
  5. 24 Mar, 2017 5 commits
  6. 23 Mar, 2017 2 commits
  7. 22 Mar, 2017 3 commits
  8. 20 Mar, 2017 2 commits
  9. 17 Mar, 2017 2 commits
    • 🚑 fix for #519 · 31a6c091
      Niels Lohmann authored
      Added catch branch for out_of_range exception that can occur if input
      file contains a number overflow.
    • 🚑 fix for #516 and #518 · f547679d
      Niels Lohmann authored
      We should compare the binary serializations rather than the JSON values
      themselves. This fix was already done for CBOR and apparently forgotten
      for MessagePack.