Skip to content

Commit 4627ea5

Browse files
committed
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2021-08-29) ### Bug Fixes * enforce to a new release ([804b77e](804b77e))
1 parent c631480 commit 4627ea5

File tree

72 files changed

+166
-989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+166
-989
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/ridvanaltun/eksi-sozluk/compare/v5.0.0...v5.0.1) (2021-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* enforce to a new release ([804b77e](https://github.com/ridvanaltun/eksi-sozluk/commit/804b77ebafc2119a27f66453bc4cd439c2870142))
7+
18
# [5.0.0](https://github.com/ridvanaltun/eksi-sozluk/compare/v4.1.0...v5.0.0) (2020-12-10)
29

310

docs/AuthError.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h5 class="subsection-title">Properties:</h5>
280280
<br class="clear">
281281

282282
<footer>
283-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
283+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:27:00 GMT+0300 (GMT+03:00) using the Minami theme.
284284
</footer>
285285

286286
<script>prettyPrint();</script>

docs/CollectionBase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ <h4 class="name" id="prev"><span class="type-signature">(async) </span>prev<span
653653
<br class="clear">
654654

655655
<footer>
656-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
656+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:27:00 GMT+0300 (GMT+03:00) using the Minami theme.
657657
</footer>
658658

659659
<script>prettyPrint();</script>

docs/DraftEntry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ <h5>Returns:</h5>
13571357
<br class="clear">
13581358

13591359
<footer>
1360-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
1360+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:27:00 GMT+0300 (GMT+03:00) using the Minami theme.
13611361
</footer>
13621362

13631363
<script>prettyPrint();</script>

docs/DraftTitle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ <h5>Type:</h5>
698698
<br class="clear">
699699

700700
<footer>
701-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
701+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:27:00 GMT+0300 (GMT+03:00) using the Minami theme.
702702
</footer>
703703

704704
<script>prettyPrint();</script>

docs/EksiGuest.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1 class="page-title">EksiGuest.js</h1>
6060
/**
6161
* Create an Eksi Sozluk guest session.
6262
*
63-
* @param {object} httpClient Axios HTPP client.
63+
* @param {object} httpClient Axios HTTP client.
6464
*/
6565
constructor (httpClient) {
6666
this.httpClient = httpClient
@@ -250,7 +250,7 @@ <h1 class="page-title">EksiGuest.js</h1>
250250
<br class="clear">
251251

252252
<footer>
253-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
253+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:26:59 GMT+0300 (GMT+03:00) using the Minami theme.
254254
</footer>
255255

256256
<script>prettyPrint();</script>

docs/EksiMember.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h5>Parameters:</h5>
164164

165165

166166
<td class="description last">
167-
<p>Axios HTPP client.</p>
167+
<p>Axios HTTP client.</p>
168168

169169
</td>
170170
</tr>
@@ -3737,7 +3737,7 @@ <h4 class="name" id="isNewEventExist"><span class="type-signature"></span>isNewE
37373737

37383738

37393739
<div class="description">
3740-
<p>Check if unreaded event exist.</p>
3740+
<p>Check if unread event exist.</p>
37413741
</div>
37423742

37433743

@@ -3845,7 +3845,7 @@ <h4 class="name" id="isNewMessageExist"><span class="type-signature"></span>isNe
38453845

38463846

38473847
<div class="description">
3848-
<p>Check if unreaded message exist.</p>
3848+
<p>Check if unread message exist.</p>
38493849
</div>
38503850

38513851

@@ -6970,7 +6970,7 @@ <h5>Returns:</h5>
69706970
<br class="clear">
69716971

69726972
<footer>
6973-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
6973+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:27:00 GMT+0300 (GMT+03:00) using the Minami theme.
69746974
</footer>
69756975

69766976
<script>prettyPrint();</script>

docs/EksiMember.js.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 class="page-title">EksiMember.js</h1>
8989
/**
9090
* Create an Eksi Sozluk member session.
9191
*
92-
* @param {object} httpClient Axios HTPP client.
92+
* @param {object} httpClient Axios HTTP client.
9393
* @param {string} cookies Cookies in string.
9494
*/
9595
constructor (httpClient, cookies) {
@@ -145,7 +145,7 @@ <h1 class="page-title">EksiMember.js</h1>
145145
}
146146

147147
/**
148-
* Check if unreaded message exist.
148+
* Check if unread message exist.
149149
*
150150
* @returns {Promise.&lt;boolean>} New message available or not.
151151
*/
@@ -167,7 +167,7 @@ <h1 class="page-title">EksiMember.js</h1>
167167
}
168168

169169
/**
170-
* Check if unreaded event exist.
170+
* Check if unread event exist.
171171
*
172172
* @returns {Promise.&lt;boolean>} New event available or not.
173173
*/
@@ -202,10 +202,10 @@ <h1 class="page-title">EksiMember.js</h1>
202202
cookie: this.cookies
203203
}
204204
}).then(res => {
205-
const isEmailAddresInChangingStatus = res.data.includes(
205+
const isEmailAddressInChangingStatus = res.data.includes(
206206
'değişikliği iptal et'
207207
)
208-
resolve(isEmailAddresInChangingStatus)
208+
resolve(isEmailAddressInChangingStatus)
209209
})
210210
})
211211
}
@@ -271,7 +271,7 @@ <h1 class="page-title">EksiMember.js</h1>
271271
const isSucc = res.status === 200
272272

273273
if (!isSucc) {
274-
return reject(new Error('An unknown error occured.'))
274+
return reject(new Error('An unknown error occurred.'))
275275
}
276276

277277
resolve()
@@ -352,7 +352,7 @@ <h1 class="page-title">EksiMember.js</h1>
352352
}
353353

354354
if (!isSucc || isUnknownErr) {
355-
return reject(new Error('An unknown error occured.'))
355+
return reject(new Error('An unknown error occurred.'))
356356
}
357357

358358
// update cookies with the new token
@@ -451,7 +451,7 @@ <h1 class="page-title">EksiMember.js</h1>
451451
) &amp;&amp; res.status === 404
452452

453453
if (!isSucc) {
454-
return reject(new Error('An unknown error occured.'))
454+
return reject(new Error('An unknown error occurred.'))
455455
}
456456

457457
resolve()
@@ -528,7 +528,7 @@ <h1 class="page-title">EksiMember.js</h1>
528528
res.data.includes('değişikliği iptal et') &amp;&amp; res.status === 200
529529

530530
if (!isSucc) {
531-
return reject(new Error('An unknown error occured.'))
531+
return reject(new Error('An unknown error occurred.'))
532532
}
533533

534534
resolve()
@@ -565,7 +565,7 @@ <h1 class="page-title">EksiMember.js</h1>
565565
}
566566

567567
if (!isSucc) {
568-
return reject(new Error('An unknow error occured.'))
568+
return reject(new Error('An unknown error occurred.'))
569569
}
570570

571571
resolve(res.data)
@@ -952,7 +952,7 @@ <h1 class="page-title">EksiMember.js</h1>
952952
.then(response => {
953953
// handle errors
954954
if (!response.data.Success) {
955-
return reject(new Error('An unknow error occurred.'))
955+
return reject(new Error('An unknown error occurred.'))
956956
}
957957

958958
resolve()
@@ -974,7 +974,7 @@ <h1 class="page-title">EksiMember.js</h1>
974974
<br class="clear">
975975

976976
<footer>
977-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
977+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:26:59 GMT+0300 (GMT+03:00) using the Minami theme.
978978
</footer>
979979

980980
<script>prettyPrint();</script>

docs/EksiSozluk.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ <h4 class="name" id="isAuthenticated"><span class="type-signature"></span>isAuth
16061606

16071607

16081608
<div class="description">
1609-
<p>Chech is user authenticated or not.</p>
1609+
<p>Check is user authenticated or not.</p>
16101610
</div>
16111611

16121612

@@ -1786,7 +1786,7 @@ <h4 class="name" id="isRecaptchaRequired"><span class="type-signature"></span>is
17861786

17871787

17881788
<div class="description">
1789-
<p>Is verify recaptcha required to login?</p>
1789+
<p>Is verify ReCaptcha required to login?</p>
17901790
</div>
17911791

17921792

@@ -1872,7 +1872,7 @@ <h5>Returns:</h5>
18721872

18731873

18741874
<div class="param-desc">
1875-
<p>If recaptcha required returns true, otherwise false.</p>
1875+
<p>If ReCaptcha required returns true, otherwise false.</p>
18761876
</div>
18771877

18781878

@@ -3984,7 +3984,7 @@ <h5>Returns:</h5>
39843984
<br class="clear">
39853985

39863986
<footer>
3987-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
3987+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:27:00 GMT+0300 (GMT+03:00) using the Minami theme.
39883988
</footer>
39893989

39903990
<script>prettyPrint();</script>

docs/EksiSozluk.js.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1 class="page-title">EksiSozluk.js</h1>
8484
}
8585

8686
/**
87-
* Chech is user authenticated or not.
87+
* Check is user authenticated or not.
8888
*
8989
* @param {string} [cookies=this.cookies] Cookies string.
9090
* @returns {Promise.&lt;boolean>} If user authenticated returns true, otherwise false.
@@ -110,9 +110,9 @@ <h1 class="page-title">EksiSozluk.js</h1>
110110
}
111111

112112
/**
113-
* Is verify recaptcha required to login?
113+
* Is verify ReCaptcha required to login?
114114
*
115-
* @returns {Promise.&lt;boolean>} If recaptcha required returns true, otherwise false.
115+
* @returns {Promise.&lt;boolean>} If ReCaptcha required returns true, otherwise false.
116116
*/
117117
isRecaptchaRequired () {
118118
return new Promise((resolve, reject) => {
@@ -121,9 +121,9 @@ <h1 class="page-title">EksiSozluk.js</h1>
121121
method: 'GET'
122122
}).then(res => {
123123
// check recaptcha
124-
const isRecaptchaRequired = res.data.includes('g-recaptcha')
124+
const isReCaptchaRequired = res.data.includes('g-recaptcha')
125125

126-
resolve(isRecaptchaRequired)
126+
resolve(isReCaptchaRequired)
127127
})
128128
})
129129
}
@@ -160,10 +160,10 @@ <h1 class="page-title">EksiSozluk.js</h1>
160160
})
161161
.then(res => {
162162
// check recaptcha
163-
const isRecaptchaRequired = res.data.includes('g-recaptcha')
163+
const isReCaptchaRequired = res.data.includes('g-recaptcha')
164164

165-
if (isRecaptchaRequired) {
166-
return reject(new Error('Recaptcha Required'))
165+
if (isReCaptchaRequired) {
166+
return reject(new Error('ReCaptcha Required'))
167167
}
168168

169169
return res
@@ -290,7 +290,7 @@ <h1 class="page-title">EksiSozluk.js</h1>
290290
<br class="clear">
291291

292292
<footer>
293-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 10 2020 20:42:08 GMT+0000 (Coordinated Universal Time) using the Minami theme.
293+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Sun Aug 29 2021 03:26:59 GMT+0300 (GMT+03:00) using the Minami theme.
294294
</footer>
295295

296296
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)