Skip to content

Releases: portfoliome/foil

Nan Utilities

14 Dec 18:25
b66d8cf
Compare
Choose a tag to compare
  • Conversion between nan and None values while keeping other data unaltered.

JSON Deserialization bug fix

27 Mar 04:42
Compare
Choose a tag to compare
  • Tightened iso datetime deserialization to a stricter iso datetime format needing a ":" or a "-".

Minor Enhancements

17 Feb 01:03
Compare
Choose a tag to compare
  • Helper methods to easily discover a delimited file's field names from the header line.

minor cleanups

26 Jan 06:40
Compare
Choose a tag to compare
Merge pull request #32 from portfoliome/ensure-dir

Ensure dir

Record utilities

26 Jan 01:58
Compare
Choose a tag to compare
  • Migrate dictionary record utilities like key replacement from converters -> records
  • Specification for injecting null values into missing record fields.

Small JSON Serialization Changes

25 Jan 04:59
Compare
Choose a tag to compare
  • Change JSON serialization of UTC aware datetime to serialize with "Z" suffix versus 00:00.

Minor api change

22 Jan 18:14
Compare
Choose a tag to compare

JSON deserialization will use custom converter map for nested map-like objects.

Python 3.6 support

22 Jan 00:03
Compare
Choose a tag to compare
  • Add support for Python 3.6
  • Bug fixes

JSON Deserialization

21 Jan 23:32
Compare
Choose a tag to compare

Add object hook to deserialize strings that make standard formats like uuid's or iso dates.

Dictionary key renaming utilties

21 Jan 21:38
Compare
Choose a tag to compare
  • Rename name keys removing keys not included in rename map
  • Rename keys, passing through key/values not in rename map.