This repository was archived by the owner on May 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules /
3
+ .nyc_output /
4
+ .idea /
5
+ dist /
6
+ coverage /
3
7
tests /scripts /index.html
4
8
pjax.js
5
- .nyc_output /
6
9
pjax.min.js
Original file line number Diff line number Diff line change 1
1
language : " node_js"
2
2
node_js :
3
- - " 6"
4
- - " 8"
5
- # Force Travis to use npm v5
6
- # https://github.com/travis-ci/travis-ci/issues/4653#issuecomment-194051953
7
- before_install : if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi
3
+ - " 10"
4
+
Original file line number Diff line number Diff line change
1
+ # 0.2.8 - 2019-03-09
2
+
3
+ - Fixed: Edge form support.
4
+ ([ #178 ] ( https://github.com/MoOx/pjax/pull/178 ) - @robinnorth )
5
+ - Fixed: Removed keyup event listener for forms.
6
+ ([ #184 ] ( https://github.com/MoOx/pjax/pull/184 ) - @BehindTheMath )
7
+ - Fixed: Bugs in evalScripts().
8
+ ([ #186 ] ( https://github.com/MoOx/pjax/pull/186 ) - @BehindTheMath )
9
+ - Fixed: Handle non-string HTML passed to loadContent().
10
+ ([ #200 ] ( https://github.com/MoOx/pjax/pull/200 ) - @BehindTheMath )
11
+ - Tooling: Switch linting to ESLint and Prettier.
12
+ ([ #191 ] ( https://github.com/MoOx/pjax/pull/191 ) - @BehindTheMath )
13
+
1
14
# 0.2.7 - 2018-08-15
2
15
3
16
- Fixed: Parsing values of option elements in forms.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pjax" ,
3
- "version" : " 0.2.7 " ,
3
+ "version" : " 0.2.8 " ,
4
4
"description" : " Easily enable fast AJAX navigation on any website (using pushState + XHR)" ,
5
5
"keywords" : [
6
6
" pjax" ,
You can’t perform that action at this time.
0 commit comments