Skip to content

Releases: truocphan/json-duplicate-keys

2024.12.12

12 Dec 14:34
Compare
Choose a tag to compare

New: insert function

Full Changelog: 2024.11.28...2024.12.12

2024.11.28

28 Nov 03:02
Compare
Choose a tag to compare

Fixed: Add subkey name to empty dict of existing key name

Full Changelog: 2024.11.19...2024.11.28

2024.11.19

19 Nov 13:43
Compare
Choose a tag to compare
  • Updated: Allows getting (JSON_DUPLICATE_KEYS.get), setting (JSON_DUPLICATE_KEYS.set), updating (JSON_DUPLICATE_KEYS.update), deleting (JSON_DUPLICATE_KEYS.delete) JSON_DUPLICATE_KEYS objects with case-insensitive key names

Full Changelog: 2024.7.17...2024.11.19

2024.7.17

17 Jul 09:57
Compare
Choose a tag to compare
  • Fixed: issue #3 break the set function when the key's value is empty. Thanks ptth222 for reporting this issue.

Full Changelog: 2024.4.20...2024.7.17

2024.4.20

20 Apr 16:07
Compare
Choose a tag to compare
  • New: filter_values
  • Updated: filter_keys

Full Changelog: 2024.3.24...2024.4.20

2024.3.24

24 Mar 11:10
Compare
Choose a tag to compare
  • Updated: normalize_key, loads, get, set, update, delete

Full Changelog: 2024.2.21...2024.3.24

2024.2.21

21 Feb 04:05
Compare
Choose a tag to compare
  • Added new function: 𝐉𝐒𝐎𝐍_𝐃𝐔𝐏𝐋𝐈𝐂𝐀𝐓𝐄_𝐊𝐄𝐘𝐒.𝐟𝐢𝐥𝐭𝐞𝐫_𝐤𝐞𝐲𝐬()

Full Changelog: 2024.2.3...2024.2.21

2024.2.3

03 Feb 15:39
Compare
Choose a tag to compare

2023.11.26

25 Nov 19:47
Compare
Choose a tag to compare
  • Fixed: failing to install json-duplicate-keys from pip for python2

Full Changelog: 2023.10.22...2023.11.26

2023.10.22

22 Oct 17:05
Compare
Choose a tag to compare
  • Supports Unicode data types

Full Changelog: 2023.8.21...2023.10.22