This repository was archived by the owner on May 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.7 - 2018-08-15
2+
3+ - Fixed: Parsing values of option elements in forms.
4+ ([ #162 ] ( https://github.com/MoOx/pjax/pull/162 ) - @BehindTheMath )
5+ - Fixed: Added index.d.ts to package.json so it will be installed by npm.
6+ ([ c589ab9] ( https://github.com/MoOx/pjax/commit/c589ab9c25bee6161bf3e557eaca44e51c14fb89 ) - @BehindTheMath )
7+ - Fixed: ` options.history ` to correctly parse being set to false.
8+ ([ #165 ] ( https://github.com/MoOx/pjax/pull/165 ) - @BehindTheMath ).
9+ - Fixed: Pass the current ` options ` object to ` loadContent() ` .
10+ ([ #171 ] ( https://github.com/MoOx/pjax/pull/171 ) - @BehindTheMath )
11+ - Fixed: Ensure correct XHR encoding for multipart/form-data forms
12+ ([ #174 ] ( https://github.com/MoOx/pjax/pull/174 ) - @BehindTheMath )
13+ - Added: More documentation.
14+ ([ #160 ] ( https://github.com/MoOx/pjax/pull/160 ) , [ #171 ] ( https://github.com/MoOx/pjax/pull/171 ) - @robinnorth , @BehindTheMath )
15+
116# 0.2.6 - 2018-04-30
217
318- Fixed: Form submission for GET requests.
Original file line number Diff line number Diff line change 11{
22 "name" : " pjax" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.2.7 " ,
44 "description" : " Easily enable fast AJAX navigation on any website (using pushState + XHR)" ,
55 "keywords" : [
66 " pjax" ,
You can’t perform that action at this time.
0 commit comments