Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 3.21 KB

Changelog

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

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)