This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathCHANGELOG
51 lines (38 loc) · 1.47 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Change Log
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.0.5-Alpha] - 2023-04-11
### Added
- Two-step verification API.
- Docs file names match pascal/camel case for each of the APIs.
- Docs for missing types.
- Fix for incorrect parameter name for language object.
### Removed
- Dotenv to be a dev only dependency.
- Typos from docs.
- Unnecessary extra nesting for interactive messages requests.
## [0.0.4-Alpha] - 2023-04-05
### Added
- Prettier covers everything, including docs website.
- Update dev dependencies.
- Expand lint coverage.
### Removed
- Support for Node 14.x.
- Build directory from repository.
- Erroneous or duplicate options from TSC config.
## [0.0.3-Alpha] - 2023-04-03
### Added
- Update docusaurus.
- Update styling to use pascal or camel case and other suggestions from https://google.github.io/styleguide/tsguide.html#identifiers to resolve https://github.com/WhatsApp/WhatsApp-Nodejs-SDK/issues/1.
- Fix broken types for reply buttons.
- Reduce number of "any" for variable types.
- Improve docs.
## [0.0.2-Alpha] - 2023-03-29
### Added
- Support transpiled code down to ES2015.
- Add babel fix for ES6 import without needing to specify default.
- Fix typos in docs and update module import description.
## [0.0.1-Alpha] - 2023-03-20
### Added
- Messages endpoints, webhooks listener w/ validation.