Skip to content

Commit e673f6d

Browse files
committed
chore: update version to 0.2.0 and document changes in NEWS.md
1 parent 4c624ed commit e673f6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: lzstring
22
Type: Package
33
Title: Wrapper for 'lz-string' 'C++' Library
4-
Version: 0.1.3
4+
Version: 0.2.0
55
Description: Provide access to the 'lz-string'
66
<http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for
77
Lempel-Ziv (LZ) based compression and decompression of strings.

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# lzstring 0.2.0
2+
3+
* Fixed a bug in `compressToEncodedURIComponent` that caused it to not work with complex JSON inputs - [#31](https://github.com/parmsam/lzstring-r/issues/31)
4+
15
# lzstring 0.1.3
26

37
* Merged bug fix for Invalid Byte Order Mark - https://github.com/parmsam/lzstring-r/pull/26

0 commit comments

Comments
 (0)