Skip to content

Releases: warren-bank/crx-googlesource-raw-format

v2.1.2

19 Sep 01:18
Compare
Choose a tag to compare
v2.1.2 (fix): set default filename of pages having a directory index

to: "directory-index.txt"

v2.1.1

18 Sep 10:26
Compare
Choose a tag to compare
v2.1.1: minor refactoring

v2.1.0

18 Sep 10:02
Compare
Choose a tag to compare
v2.1.0: replace "400" error message in document title

v2.0.0

18 Sep 09:42
Compare
Choose a tag to compare
v2.0.0: support querystring parameter: "format=RAW"

rationale:
* GoogleSource pages for large files in text formats (ex: xml)
  are fully downloaded, and then rendered to pretty print..
  which can be incredibly slow and memory intensive
* the querystring "?format=RAW" is not supported,
  and the server returns an error message:
  "400: Bad Request"

simple workaround:
* add logic to detect when "?format=RAW" is present,
  and has resulted in an error message
  - yes: trigger download, and replace error message
  - no:  proceed as before

v1.0.0

17 Sep 09:06
Compare
Choose a tag to compare
v1.0.0