Releases: Pustur/whatsapp-chat-parser
Releases · Pustur/whatsapp-chat-parser
4.0.2
Changed
- Upgraded dev dependencies
Fixed
- Attachment regex to allow more formats to be matched #260
4.0.1
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
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
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
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
Changed
- Upgraded dev dependencies
Fixed
- Issue where date digits whould sometimes get sorted wrong #237
3.2.0
Added
parseStringSync
method #236
Changed
- Upgraded dev dependencies
Removed
3.1.3
Added
- Support for new attachment format #231
Changed
- Upgraded dev dependencies
3.1.2
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
Changed
- Complete rewrite of the package in TypeScript
- Migrated from CircleCI to GitHub Actions
- Upgraded dev dependencies