Skip to content

Releases: eshaz/simple-yenc

1.0.4

13 Jan 20:41
Compare
Choose a tag to compare

Fixes

  • Revert change in 1.0.3, and actual fix bug where escape byte wasn't being passed in as a number.

Features

  • Further enhance tests.

Full Changelog: 1.0.3...1.0.4

1.0.3

13 Jan 05:23
Compare
Choose a tag to compare

Fixes

  • Don't escape \ when it's at the end of a string for String.raw encoding.

Full Changelog: 1.0.2...1.0.3

1.0.2

20 Oct 01:31
70cfb33
Compare
Choose a tag to compare

What's Changed

  • Decode UTF8 escaped strings by @eshaz in #14

Full Changelog: 1.0.1...1.0.2

1.0.1

27 Mar 06:28
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.0

26 Mar 20:16
7861a57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...1.0.0

Features

  • Add crc32 validation to dynamicEncode. Resolves #12

0.3.1

23 Mar 23:21
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

  • Update dependencies
  • Add sideEffects: false to package.json

0.3.0

04 Feb 05:59
c86608f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.3.0

0.2.3

04 Feb 05:58
839ce95
Compare
Choose a tag to compare

Full Changelog: 0.2.2...0.2.3

0.2.2

09 Oct 04:33
839ce95
Compare
Choose a tag to compare

What's Changed

  • Fix escape character at end of string by @eshaz in #4

Full Changelog: 0.2.1...0.2.2

Fixes

  • Handle edge case where \ character is at the end of the string.

0.2.1

10 Apr 17:55
Compare
Choose a tag to compare

Features

  • Minor speed improvement for dynEncode encoding

Full Changelog: 0.2.0...0.2.1