Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.68 KB

CHANGES.md

File metadata and controls

29 lines (26 loc) · 2.68 KB

utils CHANGES

v1.3.1

  • [e5ee34d3f1] - updated author field (Jeff Harris)
  • [33c0e22330] - trying to restore the explicit path to mocha (Jeff Harris)
  • [67510d29ba] - fixed the test directory in the after_script section (Jeff Harris)
  • [317755fa73] - trying to get coveralls to work (Jeff Harris)
  • [e48e83af4f] - fixed typo on line 8 (Jeff Harris)
  • [76f3d4c528] - added tests and travis-ci support (Jeff Harris)
  • [730214563a] - 1.3.0 (Jeff Harris)
  • [c3a9d481b0] - adding exports for LatRegExp and LngRegExp (Jeff Harris)
  • [03fb066bbc] - 1.2.0 (Jeff Harris)
  • [1064bf5ce4] - added LatRegExp and LngRegExp (Jeff Harris)
  • [5b5db763b1] - 1.1.2 (Jeff Harris)
  • [52d5a20ba0] - Number.isNaN() is not broken, like Global isNaN() (Jeff Harris)
  • [dce6e920d2] - told npm version minor not patch >_< (Jeff Harris)
  • [69d2d46d7a] - 1.2.0 (Jeff Harris)
  • [8a657ed231] - v1.1.1 - fixed GPSRegExp error (Jeff Harris)
  • [c79a9a3031] - 1.1.0 (Jeff Harris)
  • [522339024c] - v1.1.0: added property GPSRegExp (Jeff Harris)
  • [0e16440444] - v.1.0.3 - getType returns 'NaN' for NaN (Jeff Harris)
  • [52fbeb7e8c] - v1.0.1 (Jeff Harris)
  • [1a28243767] - doc: adding travis and coveralls badges to README.md (Jeff Harris)

v1.0.1

  • Added GetType utility so I don't have to keep limping with typeof (credit to Angus Croll )
  • Prototypal is unnecessary in nodejs enviroment.