Skip to content

Latest commit

History

History
223 lines (125 loc) 路 8.92 KB

CHANGELOG.md

File metadata and controls

223 lines (125 loc) 路 8.92 KB

[v2.0.1] - 2021-07-10

Release notesCompareTag 路 Archive (ziptar.gz)

Bug fixes

[v2.0.0] - 2021-07-03

Release notesCompareTag 路 Archive (ziptar.gz)

Dependency updates

Breaking changes

  • aa8d547 Update query to changes in Ackee v3.1.1's GraphQL API

[v1.1.3] - 2021-06-28

Release notesCompareTag 路 Archive (ziptar.gz)

Dependency updates

[v1.1.2] - 2021-03-22

Release notesCompareTag 路 Archive (ziptar.gz)

Dependency updates

  • 6fc8d6f Bump ora from 5.3.0 to 5.4.0 (#51) (Issues: #51)- 1deb5af Bump ejs-serve from 1.2.6 to 1.2.7 (#50) (Issues: #50)- 42f490a Bump eslint from 7.21.0 to 7.22.0 (#49) (Issues: #49)

[v1.1.1] - 2021-03-15

Release notesCompareTag 路 Archive (ziptar.gz)

Dependency updates

  • 73ce31c Bump ejs-serve from 1.2.5 to 1.2.6 (#43) (Issues: #43)

[v1.1.0] - 2021-03-10

Release notesCompareTag 路 Archive (ziptar.gz)

New features

  • a22a4f3 Dynamically use STARTTLS based on port (#46) (Issues: #46)- d258cb6 Export report as HTML file (#48) (Issues: #48)

[v1.0.2] - 2021-03-04

Release notesCompareTag 路 Archive (ziptar.gz)

Dependency updates

  • 2d2f79f Bump feed from 4.2.1 to 4.2.2 (#28)
  • 9c690dd Bump ejs-serve from 1.1.0 to 1.2.1 (#29)
  • 22e6529 Bump eslint from 7.18.0 to 7.19.0 (#30)
  • 8c661ca Update dependencies

[v1.0.1] - 2021-01-22

Release notesCompareTag 路 Archive (ziptar.gz)

Bug fixes

[v1.0.0] - 2021-01-21

Release notesCompareTag

Events, and an improved email report.

New features

  • ackee-report now supports events which where added in Ackee V3
  • Improved design of the email report

Changes

  • Behind the scenes emails are now rendered with mjml which should result in a much cleaner and more responsive email
  • Refactoring of ackee-report's core

Breaking changes

  • There is now only one email style so the --style option is no longer valid
  • Due to breaking changes in Ackee's API, ackee-report now only supports Ackee v3 and later

[v0.7.0] - 2021-01-13

Release notesCompareTag 路 Archive (ziptar.gz)

New features

  • b5ecb58 Add support for env variables as config

Dependency updates

  • 37b9be3 Bump ejs-serve from 1.0.4 to 1.0.5 (#23) (Issues: #23)

[v0.6.4] - 2021-01-05

Changed

  • update dependencies

[v0.6.3] - 2020-12-19

Changed

  • update dependencies

[v0.6.2] - 2020-11-22

Changed

  • pages and referrers are now links in the email and rss feed
  • press enter to skip optional config options

[v0.6.1] - 2020-11-21

Fixed

  • list domains command didn't work after v0.6.0

[v0.6.0] - 2020-11-21

Added

  • rss command to generate report as xml file/rss feed (#7)
  • --range option to specify data range (day/week/month/six_months)
  • --limit option which limits the number of list items (referrers, pages, etc.)

Changed

  • views count is now based on range option
  • changed wording of email title/preview text
  • refactoring
  • update dependencies

[v0.5.0] - 2020-11-01

Added

  • you can now use a permanent access token instead of your username and password to autenticate with the Ackee API

Changed

  • include data of last 30 days instead of last 7 days
  • better error handling
  • refactor config validation

[v0.4.1] - 2020-10-31

Added

  • logo to readme
  • template:dev command to serve template when developing
  • sample report data for development
  • description and example call to help output

[v0.4.0] - 2020-10-28

Added

  • ackee email style
  • option to change email style

Changed

  • separate email and json service into different commands

[v0.3.1] - 2020-10-28

Added

  • keywords to package.json

Changed

  • change readme order and examples

Removed

  • start and dev commands from package.json

[v0.3.0] - 2020-10-26

Added

  • include all data available through API in report

Changed

  • use ejs to render email html
  • structure of data returned in report

[v0.2.2] - 2020-10-26

Fixed

  • correctly calculate average duration of all domains

[v0.2.1] - 2020-10-26

Added

  • use -d all to generate a report for all domains

[v.2.0] - 2020-10-26

First release