Skip to content

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
Fixed issue #136
  • Loading branch information
Aymkdn committed Jun 2, 2020
1 parent 448de44 commit aab60d9
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion browser/sharepointplus.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**Change Log v6.1.2 (June 2, 2020)**

- Fixed `\\` issue in `$SP().parse()` (see https://github.com/Aymkdn/SharepointPlus/issues/136)

**Change Log v6.1.1 (April 25, 2020)**

- Fixed bundle size issue introduced with v6.1.0 (see https://github.com/Aymkdn/SharepointPlus/issues/135)
Expand Down
2 changes: 1 addition & 1 deletion dist/lists/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function parse(q, escapeChar) {
other = "";

while ((letter = queryString.charAt(++i)) != apos && i < limitMax) {
if (letter == "\\") letter = queryString.charAt(++i);
if (letter === "\\" && queryString.charAt(i + 1) === apos) letter = queryString.charAt(++i);
word += letter;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function () {
(0, _createClass2.default)(SharepointPlus, [{
key: "getVersion",
value: function getVersion() {
return "6.1.1";
return "6.1.2";
}
/**
@name $SP().auth
Expand Down
2 changes: 1 addition & 1 deletion docs/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>Returns:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h3>Example:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@


<div class="span10" id="main"> <!-- content -->
<h1>SharepointPlus 6.1.1</h1>
<h1>SharepointPlus 6.1.2</h1>
<div class="alert alert-danger alert-bordered">Important changes introduced with <b>SharepointPlus v6.0</b>. Make sure to <a href="https://github.com/Aymkdn/SharepointPlus/wiki/SharepointPlus-v6.0-Announcement">read the announcement</a> and to read the <a href="https://github.com/Aymkdn/SharepointPlus/blob/master/changelog.md">changelog</a>.</div>
<div>
<a href="https://twitter.com/sp_js" class="twitter-follow-button" data-show-count="false" data-lang="en" data-dnt="true">Follow @sp_js</a>
Expand Down Expand Up @@ -381,7 +381,7 @@ <h2>Older Versions</h2>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ <h3>Example:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/modals.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3>Parameters:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/node.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3>Example:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h3>Example:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ <h3>Example:</h3>
<div>Documentation built by <a target="_blank" href="http://twitter.com/aymkdn">@aymkdn</a> (<a href="http://kodono.info">http://kodono.info</a>) with <a href="https://jsdoc.app/">JSDoc</a>.</div>
<div>This work is licensed under <a rel="license" href="https://github.com/Aymkdn/SharepointPlus/blob/master/license.md">LGPL-3</a>.</div>
<div>Designed with <a href="http://twitter.github.com/bootstrap/">Bootstrap from Twitter</a>.</div>
<div>Automatically generated with JSDoc on Sat, 25 Apr 2020 08:18:47 GMT</div>
<div>Automatically generated with JSDoc on Tue, 02 Jun 2020 10:20:21 GMT</div>
</footer>
<script>prettyPrint()</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion es5/lists/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function parse(q, escapeChar) {
other = "";

while ((letter = queryString.charAt(++i)) != apos && i < limitMax) {
if (letter == "\\") letter = queryString.charAt(++i);
if (letter === "\\" && queryString.charAt(i + 1) === apos) letter = queryString.charAt(++i);
word += letter;
}

Expand Down
2 changes: 1 addition & 1 deletion es5/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function () {
_createClass(SharepointPlus, [{
key: "getVersion",
value: function getVersion() {
return "6.1.1";
return "6.1.2";
}
/**
@name $SP().auth
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharepointplus",
"version": "6.1.1",
"version": "6.1.2",
"description": "A library that offers an easy interface to deal with Sharepoint",
"module": "./es5/index.js",
"main": "./es5/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lists/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default function parse(q, escapeChar) {
var apos = letter;
var word = "", other="";
while ((letter = queryString.charAt(++i)) != apos && i < limitMax) {
if (letter == "\\") letter = queryString.charAt(++i);
if (letter === "\\" && queryString.charAt(i+1) === apos) letter = queryString.charAt(++i);
word+=letter;
}
lastIndex = factory.length-1;
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class SharepointPlus {
@return {String} The current SharepointPlus version
*/
getVersion () { return "6.1.1" }
getVersion () { return "6.1.2" }

/**
@name $SP().auth
Expand Down

0 comments on commit aab60d9

Please sign in to comment.