Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.1 KB

History.md

File metadata and controls

54 lines (36 loc) · 1.1 KB

0.5.2 / 2012-06-17

  • Factoring out Promisify methods.

0.5.1 / 2012-06-16

  • Removed extraneous debug output

0.5.0 / 2013-06-15

  • Stripped out Underscore.js dependency
  • Bot example now works correctly, checks for all the correct data fields

0.4.0 / 2013-06-15

  • Added node-mime as a dependency (used for image uploads)
  • ImageService can now upload any file with correct mime type.

0.3.0 / 2013-06-14

  • ImageService in experimental working condition, pngs only

0.2.0 / 2013-06-13

  • Testing infrastructure up! Hand-rolled for now
  • Entire Stateless API has tests
  • More documentation and examples
  • An attempt at the ImageService, still not working

0.1.0 / 2013-06-13

  • A history file
  • A Command Line Interface to GroupMe

0.0.9 / 2013-06-12

  • First cut at ImageService
  • Documentation for IncomingStream
  • Bugfix: Disconnect socket on error

0.0.8 / 2013-06-12

  • Stubbed out test case
  • Promise-based interface integrated