Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.87 KB

Changelog

v1.6.1 (2021-12-07)

Fix

  • Range: Enforce userEnteredFormat as a field mask (1e77f6b)

v1.6.0 (2021-11-26)

Feature

  • Add formulas integration (590df68)
  • Range: Add datetime python conversion (fe664b6)
  • Item: Add to_dict method to convert Item object to simple dictionary (210d10e)

Fix

  • PEP8 formatting (04a74f9)
  • Sheet: Fixes missing sheet name in a1 notation when using get_range method (4770fb1)

Documentation

  • Add datetime explanation in the README (cb21f86)

v1.5.6 (2021-11-18)

Fix

  • Remove ugly print (105ec78)
  • Dummy to test python semantic release (342d49d)

v1.5.5 (2021-02-13)

Fix

  • Sheet: Addng custom error when using row=0 or column=0 (a8f4f43)

v1.5.4 (2020-10-15)

Fix

  • Update supported python versions (#51) (d3b5a3a)