Skip to content

Commit f13980a

Browse files
author
Ruslan Tereshchenko
committed
[ter] added change log
1 parent 7eaa657 commit f13980a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Integrated code linter ([ESLint](https://eslint.org/))
13+
- Integrated doc generator ([ESDoc](https://esdoc.org/))
14+
- Generated and deployed [API Reference](https://signnow.github.io/SignNowNodeSDK/) for API Client
15+
- Documented *user* and *oauth2* methods
16+
- Created [Applet](https://github.com/signnow/SignNowNodeSDK/blob/master/samples/applets/create-user.js) for testing *Create User* method
17+
- Created [Applet](https://github.com/signnow/SignNowNodeSDK/blob/master/samples/applets/get-access-token.js) for testing *Request Token* method
18+
- Added [Change Log](https://github.com/signnow/SignNowNodeSDK/blob/master/CHANGELOG.md)
19+
- Added [License](https://github.com/signnow/SignNowNodeSDK/blob/master/LICENSE.md)
20+
21+
### Changed
22+
23+
- Updated examples, links and contact information in [README](https://github.com/signnow/SignNowNodeSDK/blob/master/README.md)
24+
- Created and applied common request options builder
25+
- Created and applied common response handler builder
26+
- Created and applied common error handler builder
27+
28+
### Fixed
29+
30+
- made fix of feature bug related to `Content-Length` header in requests
31+
32+
[Unreleased]: https://github.com/signnow/SignNowNodeSDK/compare/v1.1.4...HEAD
33+
[1.1.4]: https://github.com/signnow/SignNowNodeSDK/releases/tag/v1.1.4

0 commit comments

Comments
 (0)