Whatsapp Chat Parser Versions Save

A package to parse WhatsApp chats with Node.js or in the browser 💬

4.0.0

1 year ago

Added

  • Exported types that the end user may need

Changed

  • BREAKING Renamed parseStringSync into parseString. The old async parseString has been removed

  • BREAKING In case of a system message the author property will be now set to null as opposed to the string "System"

  • Ship ESM and CJS versions, as well as a version for browsers. All files are minified. The new structure is the following:

    dist/
    ├── index.cjs       # CommonJS
    ├── index.d.ts      # Types
    ├── index.global.js # Browser without ESM
    └── index.js        # ESM
    
  • Replaced jest with vitest

  • Replaced rollup with tsup

3.2.3

1 year ago

Changed

  • Upgraded dev dependencies

Fixed

  • Issue where a special character between the time and PM / AM would prevent the parser to work correctly #248

3.2.2

1 year ago

Changed

  • Upgraded dev dependencies
  • Updated some examples in readme

Fixed

  • Support old attachment format where angle brakets were used after the file name

3.2.1

2 years ago

Changed

  • Upgraded dev dependencies

Fixed

  • Issue where date digits whould sometimes get sorted wrong #237

3.2.0

2 years ago

Added

  • parseStringSync method #236

Changed

  • Upgraded dev dependencies

Removed

  • Renovate bot

3.1.3

3 years ago

Added

  • Support for new attachment format #231

Changed

  • Upgraded dev dependencies

3.1.2

3 years ago

Added

  • Some issue links in the changelog

Changed

  • Upgraded dev dependencies

Fixed

  • Issue in parsing the message when there would be a non breaking space in the AM/PM portion of the date #224

3.1.1

3 years ago

Changed

  • Complete rewrite of the package in TypeScript
  • Migrated from CircleCI to GitHub Actions
  • Upgraded dev dependencies

3.1.0

3 years ago

Added

  • parseAttachments option

Changed

  • Improved typescript types
  • Updated readme with info on new parseAttachments option
  • Upgraded dev dependencies

Fixed

  • Handle carriage return (\r) characters when splitting lines

3.0.2

3 years ago

Added

  • Funding links

Changed

  • Upgraded dev dependencies

Fixed

  • Outdated username in changelog