5.0.2
-
Workaround nested array limitation with DataDifferencer by only json_decode'ing 1 level down. This resolve bugs when you're storing JSON data in a 'Text' DB field via MultiValueField.
-
Add test to ensure that the above case works.
-
Fix travis-ci configurations and fix the tests.
-
Add test for handling custom
table_name
config. (Previously the code assumed you didn't explictly define the table_name)