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

53 lines
1.2 KiB
Markdown
Raw Normal View History

2017-06-04 19:03:38 +00:00
# Description of releases
2017-10-09 23:47:44 +04:00
## 3.2.0 (10-10-2017)
Features:
- General code refactoring.
2017-10-09 18:23:25 +04:00
## 3.1.0 (09-10-2017)
Features:
- Added support for older platforms.
- A small patch for testing, conducts a second check.
2017-09-29 01:35:15 +04:00
## 3.0.1 (29-09-2017)
Features:
- Add compatibility with older versions of NodeJS.
- Removing support for iojs.
Fix:
- Fixed a bug in the tests.
2017-09-29 01:09:32 +04:00
## 3.0.0 (29-09-2017)
Features:
- Full code refactoring.
- Added testing system.
- Return to the callbacks and the rejection of Promise in favor of simplicity and lightness.
2017-09-28 21:28:18 +04:00
## 2.1.0 (28-09-2017)
Features:
- The assembly system has been reworked, now the package is being assembled for use in browsers.
- Added a system of automatic assembly and publishing.
- Many small improvements to the package architecture.
2017-07-29 04:39:18 +04:00
## 2.0.0 (29-07-2017)
Features:
- Using Promise.
- Code refactoring.
- Refusal of JSDoc.
2017-06-14 22:00:24 +00:00
## 1.1.3 (15-06-2017)
- A health issue notification has been added.
2017-06-10 20:42:29 +00:00
2017-06-14 22:00:24 +00:00
## 1.1.2 (11-06-2017)
2017-06-10 20:42:29 +00:00
Fix:
- Processing of errors in the request is added.
2017-06-05 16:38:03 +00:00
## 1.1.1 (05-06-2017)
Features:
2017-06-10 20:42:29 +00:00
- A link to an example of using the library is added to the description.
2017-06-05 16:38:03 +00:00
2017-06-04 19:03:38 +00:00
## 1.1.0 (04-06-2017)
Features:
- Switch to `npm@5.0.1`.
- Switch to `node@8.0`.
- Laconic and concise description.