Return last modified date of a file in a header
Closed this issue ยท 4 comments
In order to detect changes to a file, it would be helpful if data-embed would return the last modified date of that file, e.g. in the Last-Modified
HTTP response header.
This feature would particularly help in solving adobe/theblog#550
Sounds reasonable.
doesn't getWorkbook()
return the last modified date?
https://github.com/adobe/helix-data-embed/blob/master/src/matchers/excel.js#L31
doesn't
getWorkbook()
return the last modified date?
https://github.com/adobe/helix-data-embed/blob/master/src/matchers/excel.js#L31
I don't think so: getWorkbook() just creates an instance of Workbook, adding a reference to OneDrive
and the coordinates of the workbook:
https://github.com/adobe/helix-onedrive-support/blob/master/src/Workbook.js#L21-L27
๐ This issue has been resolved in version 2.2.0 ๐
The release is available on:
v2.2.0
- GitHub release
Your semantic-release bot ๐ฆ๐