Skip to content

Releases: eunikolsky/jsondiff

v0.2.1

07 Jun 09:57
Compare
Choose a tag to compare
  • Fix Unicode strings output in the warnings. For example, the output:

    These keys were ignored because their values changed since the translation was sent:
    key: "value\10067" => ["value","changed\8592\10052\65039"]
    

    is now shown as:

    These keys were ignored because their values changed since the translation was sent:
    key: "value❓" => ["value", "changed←❄️"]
    
  • Separate warning groups with an empty line, for example:

    These keys were ignored because their values changed since the translation was sent:
    key: "value✅" => "value⚠️"
    
    These keys were ignored because they were removed since the translation was sent:
    existing: "existing"
    

v0.2.0

05 Jun 06:53
Compare
Choose a tag to compare
  • Generate diffs for translation with jsondiff diff.
  • Integrate translation updates with jsondiff integrate.