Skip to content

5.0.2

Compare
Choose a tag to compare
@silbinarywolf silbinarywolf released this 25 Jun 04:58
· 13 commits to master since this release
35d7d8c
  • 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)