Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.27 KB

release-notes.md

File metadata and controls

43 lines (30 loc) · 2.27 KB

Release Notes

Development

Commits

v0.3.0 - December 30th, 2013

  • #71 - router.getFragment() fails (@finpingvin)
  • #65 - Backbone 1.1.0 (@klimashkin)
  • #62 - Query string in hash fragment is stripped in IE (@bradleyayers)
  • #56 - Update README to make it clear if Backbone 1.0.0 is supported
  • #21 - _toQueryParam on arrays in objects
  • #31 - pushState mode failing on non-pushState devices

Commits

v0.2.5 - December 17th, 2013

Commits

v0.2.4 - November 8th, 2013

  • Fix bower name reference - 7ef4d42

Commits

v0.2.3 - November 8th, 2013

  • Treat + parameters as spaces - c928e16
  • adding bower.json - 98daf38
  • Fix #26 -- + decoding to space. - 40d9fbf
  • Fix #59 — ?cmpid decodes to {cmpid: ""} - 4d0e298
  • Add support for query string values that contain =, fixes #57 - 20cd64d
  • Added parsing of key[] for array structure - bd9a070
  • Fix for iOS4 splat bug. - 73595b7
  • Updated to amd module. - fcb474e
  • Making querystring with '' - 0107d77
  • Making querystring with 0 - 9e7c12e

Commits