Skip to content

Releases: exogen/node-fetch-har

v0.4.0

09 Jun 08:18
Compare
Choose a tag to compare

New Feature

  • The cookies field is now populated for requests and responses.

v0.3.0

09 Jun 01:58
Compare
Choose a tag to compare

New Feature

  • Add pages and custom grouping. This is not especially useful on the server, since there is likely only a single relevant page for each HAR log. But some tools like HAR Viewer do not behave correctly without this field.
  • The Fetch instance returned by withHar, or individual fetch calls, can specify a custom page reference using the harPageRef option.

Enhancement

  • Specify -1 for timings that are not collected, instead of excluding them altogether. Even though the fields are optional, some tools like HAR Viewer do not behave correctly without them.

v0.2.0

09 Jun 01:07
Compare
Choose a tag to compare

New Feature

  • Allow the har option to withHar or fetch to be a HAR log returned by createHarLog. Entries will automatically be added to it.

v0.1.1

09 Jun 01:06
Compare
Choose a tag to compare

Internal

  • Add homepage and repository fields so they show up as links on npm.

v0.1.0

09 Jun 01:05
Compare
Choose a tag to compare

Initial release!