File tree Expand file tree Collapse file tree 6 files changed +488
-655
lines changed Expand file tree Collapse file tree 6 files changed +488
-655
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 4.0.2] - 2024-09-21
9
+
10
+ ### Changed
11
+
12
+ - Upgraded dev dependencies
13
+
14
+ ### Fixed
15
+
16
+ - Attachment regex to allow more formats to be matched [ #260 ] ( https://github.com/Pustur/whatsapp-chat-parser/issues/260 )
17
+
8
18
## [ 4.0.1] - 2024-08-14
9
19
10
20
### Changed
@@ -301,6 +311,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301
311
302
312
- Initial release
303
313
314
+ [ 4.0.2 ] : https://github.com/Pustur/whatsapp-chat-parser/compare/4.0.1...4.0.2
304
315
[ 4.0.1 ] : https://github.com/Pustur/whatsapp-chat-parser/compare/4.0.0...4.0.1
305
316
[ 4.0.0 ] : https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.3...4.0.0
306
317
[ 3.2.3 ] : https://github.com/Pustur/whatsapp-chat-parser/compare/3.2.2...3.2.3
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ You can also use the [jsDelivr CDN](https://www.jsdelivr.com/package/npm/whatsap
73
73
``` html
74
74
<script src =" https://cdn.jsdelivr.net/npm/whatsapp-chat-parser/dist/index.global.js" ></script >
75
75
<!-- Or use a specific version -->
76
- <script src =" https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@4.0.1 /dist/index.global.js" ></script >
76
+ <script src =" https://cdn.jsdelivr.net/npm/whatsapp-chat-parser@4.0.2 /dist/index.global.js" ></script >
77
77
```
78
78
79
79
## Message structure
You can’t perform that action at this time.
0 commit comments