Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 494 Bytes

changelist.md

File metadata and controls

12 lines (9 loc) · 494 Bytes

Changelist

Version 0.0.6

  • First functional version. Helper functions for four main HTTP methods, jQuery style callbacks as arguments of .ajax() function.

Version 0.1.0

  • Changed API to implement callbacks as call chains instead of function parameters to make client code a little nicer and less cluttered.
  • Added tests using http://httpbin.org

Version 0.1.1

  • Switched deprecated dart:json package to dart:convert package.
  • Updated unittest dependancy to version 0.8.10.