Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 440 Bytes

History.md

File metadata and controls

14 lines (9 loc) · 440 Bytes

#0.1.5 / 2014-06-25

  • .get()方法添加可选的第二个参数query,支持添加对象(Object)类型的查询条件,会自动完成URL参数序列化的操作
  • E-JSON处理模块同样添加了全局事件
  • 修正POST操作时不能正常序列化数组参数的问题

#0.1.3 / 2014-04-29

  • 更新依赖

#0.1.2 / 2014-04-02

  • POST请求增加默认的Content-Type:application/x-www-form-urlencoded
  • 更新依赖