Skip to content

Releases: simbroadcasts/parse-lfs-message

v1.2.4

14 Apr 19:48

Choose a tag to compare

Fixed

  • Fixed Node.is 14 compatibility by using split & join instead of replaceAll string function

v1.2.3

14 Apr 19:48

Choose a tag to compare

Fixed

  • Fixed conversion of LFS strings containing ^ characters

v1.2.2

06 Apr 10:14

Choose a tag to compare

  • Fix converting multiple encodings within one string

v1.2.1

30 Mar 15:45

Choose a tag to compare

  • Fix CommonJS build by using microbundle

v1.2.0

30 Mar 14:59

Choose a tag to compare

  • Use TextDecoder API for decoding codepages (#8)
  • Use esbuild for production bundle

v1.1.1

30 Mar 14:56

Choose a tag to compare

  • Add TypeScript support (#2)
  • Add unit tests for CP1250, CP1252 and special characters (#9)