endocrimes / Jay

Pure-Swift JSON parser & formatter. Fully streamable input and output. Linux & OS X ready. Replacement for NSJSONSerialization.
MIT License
132 stars 19 forks source link

Support zero digit for exponents #62

Closed ikhsan closed 7 years ago

ikhsan commented 7 years ago

In regard to #61

codecov-io commented 7 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.23%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   88.32%   88.55%   +0.23%     
==========================================
  Files          24       24              
  Lines        1936     1940       +4     
==========================================
+ Hits         1710     1718       +8     
+ Misses        226      222       -4
Impacted Files Coverage Δ
Tests/JayTests/ParsingTests.swift 100% <100%> (ø) :white_check_mark:
Sources/Jay/NumberParser.swift 96.15% <100%> (+1.92%) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8331252...2b05bc0. Read the comment docs.

endocrimes commented 7 years ago

@LoganWright - do you have any strong feelings either way on this before I merge?

ikhsan commented 7 years ago

@DanToml @LoganWright any update on this? Is there anything I can help or test?

endocrimes commented 7 years ago

@ikhsan I'll merge this now.

ikhsan commented 7 years ago

Thanks @DanToml!

endocrimes commented 7 years ago

@ikhsan I'll try and tag a release this week

ikhsan commented 7 years ago

thanks again, really appreciated it. quick question, after it's tagged, does that mean that vapor and vapor/json will automatically get that latest patch?