Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit ae64c90

Browse files
committed
updated versions
1 parent 5149aee commit ae64c90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ImportJSON.gs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
------------------------------------------------------------------------------------------------------------------------------------
2424
Changelog:
2525
26+
1.6.0 (June 2, 2019) Fixed null values (thanks @gdesmedt1)
2627
1.5.0 (January 11, 2019) Adds ability to include all headers in a fixed order even when no data is present for a given header in some or all rows.
2728
1.4.0 (July 23, 2017) Transfer project to Brad Jasper. Fixed off-by-one array bug. Fixed previous value bug. Added custom annotations. Added ImportJSONFromSheet and ImportJSONBasicAuth.
2829
1.3.0 Adds ability to import the text from a set of rows containing the text to parse. All cells are concatenated

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Here are all the functions available:
1717
Review `ImportJSON.gs` for more info on how to use these in detail.
1818

1919
## Version
20+
- v1.6.0 (June 2, 2019) Fixed null values (thanks @gdesmedt1)
2021
- v1.5.0 (January 11, 2019) Adds ability to include all headers in a fixed order even when no data is present for a given header in some or all rows.
2122
- v1.4.0 (July 23, 2017) - Project transferred to Brad Jasper. Fixed off-by-one array bug. Fixed previous value bug. Added custom annotations. Added ImportJSONFromSheet and ImportJSONBasicAuth.
2223
- v1.3.0 - Adds ability to import the text from a set of rows containing the text to parse. All cells are concatenated

0 commit comments

Comments
 (0)