Commit Graph

16 Commits

Author SHA1 Message Date
Lykin 0739cb8b68 feat: add `LZ4` encoder/decoder 2024-07-31 16:49:52 +08:00
Lykin 88e2c6cb43 fix: incorrect binary value convert (#279) 2024-06-05 10:46:38 +08:00
Lykin e5fed29427 perf: json format compatible with nonstandard value 2024-05-17 16:25:40 +08:00
Lykin e8f76ce8ae fix: remove running `pickle` checking script on macOS (#201) 2024-05-09 11:21:20 +08:00
Lykin c7c647d728 perf: use `exec.LookPath` to check the path of external application 2024-04-02 17:26:23 +08:00
Lykin 00b1efc43d fix: incorrect content saving when `DECODE_NONE` selected 2024-02-28 18:21:31 +08:00
Lykin bb4ab109e7 fix: keep key sorting under "Unicode JSON" format #158 2024-02-27 14:50:19 +08:00
Lykin 3a799b7b4a fix: keep key sorting under "Unicode JSON" format #158 2024-02-27 11:54:14 +08:00
Lykin cb9a9ebb8a fix: slashes should not be escaped in PHP decoder 2024-02-22 00:22:29 +08:00
Lykin 3057012710 feat: add "Unicode JSON" format to display JSON string contains unescaped unicode charactor #158 2024-02-21 15:08:29 +08:00
Lykin 30835ac469 perf: hide window on windows when run external command for decode 2024-02-20 23:27:31 +08:00
Lykin 2405a79ace feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
Lykin 450e451781 feat: add custom decoder/encoder for value content 2024-02-03 15:40:23 +08:00
Lykin 7faca878a3 perf: add auto format detect for `yaml` and `xml` 2024-01-30 01:30:44 +08:00
Lykin fd58357a04 fix: incorrect formatted data when save with msgpack 2024-01-27 16:24:45 +08:00
Lykin f09ee89a96 refactor: split data convert into separate files 2024-01-27 16:24:45 +08:00