rjd3providers 3.6.0.9000
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.6.0 - 2025-11-24
Changed
- Rename
spreadsheet_properties()intospreadsheet_id_to_properties()#38 - Rename
spreadsheet_id()intospreadsheet_properties_to_id()#38 - Rename
txt_id()intotxt_properties_to_id()#38 - Rename
txt_properties()intotxt_id_to_properties()#38 - Rename
xml_id()intoxml_properties_to_id()#38 - Rename
xml_properties()intoxml_id_to_properties()#38 - The arguments
period,aggregationandpartialAggregationare renamed withgathering.at the beginning (sogathering.period,gathering.aggregationandgathering.partialAggregation)
Removed
- The argument
includeMissingis removed in favour ofcleanMissing(which is technically the contrary ofincludeMissing)
Fixed
- Conversion from id to properties and vice versa #33