Skip to content

Releases: Pustur/whatsapp-chat-parser

4.0.2

21 Sep 14:55
Compare
Choose a tag to compare

Changed

  • Upgraded dev dependencies

Fixed

  • Attachment regex to allow more formats to be matched #260

4.0.1

14 Aug 20:14
Compare
Choose a tag to compare

Changed

  • Upgraded dev dependencies

Fixed

  • Issue where package couldn't be installed in some circumstances due to bad metadata present on npm's servers #256

4.0.0

17 Feb 23:33
Compare
Choose a tag to compare

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

17 Feb 16:47
Compare
Choose a tag to compare

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

03 Jan 01:16
Compare
Choose a tag to compare

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

29 Jul 06:06
Compare
Choose a tag to compare

Changed

  • Upgraded dev dependencies

Fixed

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

3.2.0

08 Jul 20:34
Compare
Choose a tag to compare

Added

  • parseStringSync method #236

Changed

  • Upgraded dev dependencies

Removed

  • Renovate bot

3.1.3

01 Jun 16:31
Compare
Choose a tag to compare

Added

  • Support for new attachment format #231

Changed

  • Upgraded dev dependencies

3.1.2

28 May 20:21
Compare
Choose a tag to compare

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

02 Apr 21:22
Compare
Choose a tag to compare

Changed

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