Skip to content

Latest commit

 

History

History
166 lines (91 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

166 lines (91 loc) · 10.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.0 (2024-11-09)

Features

  • add mailpitDeleteEmailsBySearch command (#46) (91a78f7)

Bug Fixes

1.3.0 (2024-10-22)

Features

  • add retry ability on email assertion commands(#40) (93a04da), closes #39

1.2.1 (2024-08-29)

Bug Fixes

  • docs: refactor the example of mailpitSendMail method usage (#35) (ba74d46)

1.2.0 (2024-08-25)

Features

  • add commands to read and unread emails (e8909c2)

Bug Fixes

  • use string syntax in staed of string literal (74230b6)

1.1.1 (2024-07-09)

Bug Fixes

  • misspelling of spam assassin method/types (#31) (39f7ca4)

1.1.0 (2024-07-02)

Features

  • add commands to support the new assertions (3ac6ef0)
  • docs: add a documentation for new commands (73a425e)

1.0.1 (2024-06-30)

Bug Fixes

  • update cypress dev command (88b5ec4)

1.0.0 (2024-06-30)

⚠ BREAKING CHANGES

  • rewrite in typescript with new assertions

Features

  • add mhGetBodyHTML function to get html (62c8293)
  • add npm instead of yarn and remove duplicate docker file (beda66f)
  • add typescript (7b1dc5b)
  • ci: adds release-please.yml to automate release process (87285b0)
  • refactor to typescript (bac8e0f)
  • rewrite in typescript with new assertions (36ea2af)

Bug Fixes

  • issue with component in tag (e6735fb)
  • issue with release package (db9aec9)
  • issue with release-please (90b7a27)
  • make package dev dependencies (00a1936)

1.2.1 (2024-06-30)

Bug Fixes

1.2.0 (2024-06-30)

Features

  • add mhGetBodyHTML function to get html (62c8293)
  • add npm instead of yarn and remove duplicate docker file (beda66f)
  • add typescript (7b1dc5b)
  • ci: add a workflow to release npm package on every release (ab28481)
  • ci: adds release-please.yml to automate release process (b584474)
  • refactor to typescript (bac8e0f)
  • rewrite in typescript with new assertions (3c2eb2c)

1.1.0 (2024-06-30)

Features

  • ci: add a workflow to release npm package on every release (ab28481)

1.0.0 (2024-06-30)

Features

  • add mhGetBodyHTML function to get html (62c8293)
  • add npm instead of yarn and remove duplicate docker file (beda66f)
  • add typescript (7b1dc5b)
  • ci: adds release-please.yml to automate release process (b584474)
  • refactor to typescript (bac8e0f)
  • rewrite in typescript with new assertions (3c2eb2c)

0.0.4 (2023-12-20)

Features

  • add mhGetBodyHTML function to get html (8178940)

0.0.3 (2023-12-19)

Features

  • add npm instead of yarn and remove duplicate docker file (b81254a)
  • add typescript (e3c9fe2)
  • refactor to typescript (d079a5d)

0.0.2 (2023-10-27)

Features

  • ci: cypress in ci supports typescript (6856793)
  • commands: add retry-ability to query commands (83cc8b7)
  • commands: adds commands for asserting existing mails (482a6a2)
  • commands: adds commands for handling single mails (1d73d4f)
  • commands: adds first simple mhDeleteAll() implementation (36bde11)
  • commands: adds more commands to get mails from collection (fd7b51a)
  • dev-server: adds simple dev server (fa684a7)
  • jim: adds helper for get/enable/disable jim mode (6df3e29)
  • mailhog-url: mailhog config can now be overwritten by env variable (e9930ff)
  • test-server: removes jquery npm dependeny (6a06edf)
  • test-server: upgrades cypress to v12.13.0 (61209c2)
  • url: MailHog url is now settable via cypress.json (67f8e42)

Bug Fixes

  • add diffrent way to add auth object (889a84b)
  • support cypress ^10.0.0 (4be7bb0)