Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
98c5b8f
fix (jqn-00001-employ-jquery-attr-for-url): done
dsidirop Nov 22, 2020
2991659
chore (jqn-00003-eslint-prettier): .gitignore
dsidirop Nov 22, 2020
3f0bd75
chore (JQN-00003-eslint-prettier): +setting.json
dsidirop Nov 22, 2020
176fcef
chore (JQN-00003-eslint-prettier): +project.code-workspace
dsidirop Nov 22, 2020
53d6bc6
chore (JQN-00003-eslint-prettier): ~.gitattributes
dsidirop Nov 22, 2020
c0a7aaf
chore (JQN-00003-eslint-prettier): trivial indents
dsidirop Nov 22, 2020
b100965
chore (JQN-00003-eslint-prettier):+package-lock.json
dsidirop Nov 22, 2020
8ba6c08
chore (JQN-00003-eslint-prettier): navigate.js
dsidirop Nov 22, 2020
c57def3
chore (JQN-00003-eslint-prettier): + .eslintrc.js
dsidirop Nov 22, 2020
11d0d83
chore (JQN-00003-eslint-prettier): prettier + eslint packages
dsidirop Nov 22, 2020
f1492d8
chore (JQN-00003-eslint-prettier): finetune eslintrc
dsidirop Nov 22, 2020
33f4077
chore (JQN-00003-eslint): finetune eslintrc.js
dsidirop Nov 22, 2020
edae5cd
perf (JQN-00005-methods-obj-outside-navigate)
dsidirop Nov 22, 2020
74f9bf6
feat (jqn-00007-advertise-methods-directly-under-$navigate)
dsidirop Nov 22, 2020
b363352
feat (jqn-00007-advertise-methods-directly-under-$navigate): build-ve…
dsidirop Nov 22, 2020
13e13bd
fix (jqn-00009-update-npm-packages)
dsidirop Nov 22, 2020
6d11087
fix (jqn-00009-update-npm-packages): update package-lock.json
dsidirop Nov 22, 2020
47a9a0a
fix (jqn-00009-update-npm-packages): update .gitignore and package.nu…
dsidirop Nov 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// eslint-disable-next-line no-undef
module.exports = {
"extends": [
"eslint:recommended"
],
"env": {
"es6": true,
"browser": true
},
"rules": {
"linebreak-style": "off",
"newline-per-chained-call": "off"
},
"plugins": [
]
}
10 changes: 5 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,11 @@ pip-log.txt
## NodeJS
#############

node_modules/
node_modules/

#VSCode
.vscode/*
!.vscode/settings.json

#Nugets
*.nupkg
31 changes: 31 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"editor": {
"formatOnSave": true
},
"eslint": {
"enabled": true,
"autoFixOnSave": true,
"validate": [
"javascript"
],
"workingDirectories": [
{
"directory": "./",
"changeProcessCWD": true
}
]
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": false
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.wordWrapColumn": 9999999,
"prettier.singleQuote": true
}
72 changes: 36 additions & 36 deletions navigate.jquery.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name" : "navigate",
"version" : "1.0.12",
"title" : "jQuery.navigate",
"author" : {
"name" : "Michael Papworth",
"url" : "http://stackoverflow.com/users/2955675/michaelpapworth"
},
"licenses": [
{
"type": "MIT",
"url": "http://raw.github.com/michaelpapworth/jQuery.navigate/master/LICENSE"
}
],
"dependencies" : {
"jquery": ">=1.4.2"
},
"description" : "An abstraction on site navigation. When using website analytics, window.location is not sufficient due to the referer not being passed on the request. The plugin resolves this and allows for both aliased and parametrised URLs. I also provide an API helper method, which enables quick and simple ReSTful URL building capability.",
"keywords" : [
"navigation",
"redirect",
"href",
"window.location",
"url",
"alias",
"parametrised"
],
"docs" : "http://github.com/michaelpapworth/jQuery.navigate/blob/master/README.md",
"download" : "http://github.com/michaelpapworth/jQuery.navigate/blob/master/src/navigate.js",
"homepage" : "http://github.com/michaelpapworth/jQuery.navigate",
"bugs": "http://github.com/michaelpapworth/jQuery.navigate/issues",
"maintainers" : [
{
"name" : "Michael Papworth",
"url" : "http://stackoverflow.com/users/2955675/michaelpapworth"
}
]
"name": "navigate",
"version": "1.0.15",
"title": "jQuery.navigate",
"author": {
"name": "Michael Papworth",
"url": "http://stackoverflow.com/users/2955675/michaelpapworth"
},
"licenses": [
{
"type": "MIT",
"url": "http://raw.github.com/michaelpapworth/jQuery.navigate/master/LICENSE"
}
],
"dependencies": {
"jquery": ">=1.4.2"
},
"description": "An abstraction on site navigation wrapped up in a jQuery plugin. When using website analytics, window.location is not sufficient due to the referer not being passed on the request. The plugin resolves this and allows for both aliased and parametrised URLs. It also provides an API helper method, which enables quick and simple ReSTful URL building capability.",
"keywords": [
"navigation",
"redirect",
"href",
"window.location",
"url",
"alias",
"parametrised"
],
"docs": "http://github.com/michaelpapworth/jQuery.navigate/blob/master/README.md",
"download": "http://github.com/michaelpapworth/jQuery.navigate/blob/master/src/navigate.js",
"homepage": "http://github.com/michaelpapworth/jQuery.navigate",
"bugs": "http://github.com/michaelpapworth/jQuery.navigate/issues",
"maintainers": [
{
"name": "Michael Papworth",
"url": "http://stackoverflow.com/users/2955675/michaelpapworth"
}
]
}
Loading