dtrenz / LaunchGate

LaunchGate makes it easy to let users know when an update to your app is available.
http://dtrenz.github.io/LaunchGate
Other
60 stars 16 forks source link

Code coverage: More tests + coverage reporting #22

Closed dtrenz closed 8 years ago

dtrenz commented 8 years ago

Primary functionality change

This PR fixes the JSON parser functionality: Previously, all/each JSON config object (alert, optionalUpdate, requiredUpdate) was required to be present in the configuration JSON file to work. Going forward, they will all be optional, as documented in the README.

Also;