0
mirror of https://github.com/valentineus/iii-client.git synced 2025-04-28 01:41:25 +03:00

Release of version 1.1.3.

This commit is contained in:
Valentin Popov 2017-06-14 22:00:24 +00:00
parent 5bcfdc853b
commit a7e3aec613
6 changed files with 9 additions and 7 deletions

View File

@ -1,16 +1,16 @@
# Description of releases
## 1.1.2 (11-06-2017)
## 1.1.3 (15-06-2017)
- A health issue notification has been added.
## 1.1.2 (11-06-2017)
Fix:
- Processing of errors in the request is added.
## 1.1.1 (05-06-2017)
Features:
- A link to an example of using the library is added to the description.
## 1.1.0 (04-06-2017)
Features:
- Switch to `npm@5.0.1`.
- Switch to `node@8.0`.

View File

@ -5,6 +5,8 @@
Simple API for communicating with the bot of the \"iii.ru\" service.
**Attention!** At the moment there are difficulties with the `iii.ru` service, there is a possibility that the service will not be restored. All information on the company's [forum](http://forum.iii.ru/index.php?showtopic=19886).
## Features
- A small and light library.
- Receiving and sending messages.

View File

@ -1635,7 +1635,7 @@
<br class="clear">
<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jun 10 2017 20:41:57 GMT+0000 (UTC) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Jun 14 2017 22:00:09 GMT+0000 (UTC) using the Minami theme.
</footer>
<script>prettyPrint();</script>

View File

@ -57,7 +57,7 @@
<br class="clear">
<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jun 10 2017 20:41:57 GMT+0000 (UTC) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Jun 14 2017 22:00:09 GMT+0000 (UTC) using the Minami theme.
</footer>
<script>prettyPrint();</script>

View File

@ -225,7 +225,7 @@ function isVerification(data) {
<br class="clear">
<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Sat Jun 10 2017 20:41:57 GMT+0000 (UTC) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed Jun 14 2017 22:00:09 GMT+0000 (UTC) using the Minami theme.
</footer>
<script>prettyPrint();</script>

View File

@ -1,6 +1,6 @@
{
"name": "iii-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "Simple API for communicating with the bot of the \"iii.ru\" service.",
"homepage": "https://github.com/valentineus/iii-client",
"license": "MIT",