Skip to content

Releases: amirziai/flatten

fixing release

21 Feb 19:36
Compare
Choose a tag to compare

last release (i.e. 0.1.18) was broken and yanked from pypi. this one should have all the latest changes currently on master.

Added flatten_preserve_lists and bug fixes

15 May 16:19
e48fe49
Compare
Choose a tag to compare

utf8 and bug fixes

20 Jun 06:00
Compare
Choose a tag to compare
  • A bug fixed with unflatten_list
  • utf8

Unflatten added

08 Mar 22:57
Compare
Choose a tag to compare
  • flatten_json can now be referenced as flatten
  • Added unflatten function for reversing flatten
  • Added unflatten_list for reversing flatten when lists are present

Python 3 support

01 Feb 08:24
Compare
Choose a tag to compare
  • Added separator
  • A bit cleaner code