Skip to content

Latest commit

 

History

History
175 lines (107 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

175 lines (107 loc) · 2.84 KB

Changelog

2.8.0

  • added funnel endpoints
  • updated dependencies

2.7.0

  • added regional statistics
  • removed DNT
  • updated dependencies

2.6.0

  • added tags to page views and filter
  • added reading tag statistics
  • added meta key-value pairs to filter
  • added missing fields to data model
  • updated dependencies

2.5.0

  • added event pages endpoint
  • fixed missing title in PirschPageStats
  • updated dependencies

2.4.6

  • updated dependencies

2.4.5

  • updated dependencies

2.4.4

  • fixed package structure

2.4.3

  • fixed package structure

2.4.2

  • improved inline docs

2.4.1

  • fixed entrypoint
  • fixed configuration validation

2.4.0

  • added new custom metric fields
  • added missing event meta, timezone, offset, sort, direction, and search fields in PirschFilter
  • removed screen_width and screen_height from PirschFilter
  • updated dependencies

2.3.0

  • added optional client hint headers
  • updated dependencies

2.2.1

  • fixed request parameter

2.2.0

  • improved error handling
  • upgraded to TypeScript 5
  • updated dependencies

2.1.3

  • fixed axios request parameters

2.1.2

  • improved PirschApiError
  • updated dependencies

2.1.1

  • fix trustedProxyHeaders
  • updated dependencies

2.1.0

  • added support for batch inserts (page views, events, sessions)
  • updated dependencies

2.0.2

  • fixed build

2.0.1

  • add title, screen_width and screen_height parameters
  • fix trustedProxyHeaders behavior
  • remove deprecated cf_connecting_ip, x_forwarded_for, forwarded and x_real_ip fields
  • updated dependencies

2.0.0

  • added support for browsers
  • general improvements of the package interface
  • updated dependencies

1.4.1

  • added single access token that don't require to query an access token using oAuth

1.4.0

  • added hourly visitor statistics, listing events, os and browser versions
  • added filter options
  • updated return types with new and modified fields
  • updated dependencies

1.3.5

  • fixed domain method returning an object instead of an array

1.3.4

  • added new hourly visitor statistics
  • fixed promise not being rejected in case the token cannot be refreshed

1.3.3

  • added endpoint for total visitor statistics

1.3.2

  • fixed copy-paste error

1.3.1

  • fixed error handling

1.3.0

  • added endpoint to extend sessions
  • added entry page statistics
  • added exit page statistics
  • added number of sessions to referrer statistics
  • added city statistics
  • added entry page, exit page, city, and referrer name to filter

1.2.0

  • added method to send events
  • added reading event statistics
  • fixed filter parameters to read statistics

1.1.1

  • fixed build

1.1.0

  • added source and utm_source to referrers
  • added methods to read statistics
  • updated dependencies
  • fixed retry on 401

1.0.1

  • added missing DNT (do not track) header

1.0.0

Initial release.