Releases: Pustur/whatsapp-chat-parser
Releases · Pustur/whatsapp-chat-parser
2.0.2
Added
- Ability to parse more date formats, including Finnish, that look something like this:
31.5.2019 klo 16.58 - <author>: <message>
2.0.1
Changed
- Massive performance improvements on parsing times #12
2.0.0
Added
Removed
parseFile
method (Node users can still read the file in their code and pass the file contents to the parseString
function)