Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.1] - 2023-09-14

  • Update Liveview utility to support liveview pages generated by recent versions of phoenix
  • Fix import in liveview template

[0.2.0] - 2022-08-08

  • Fix support for macOs on M1/M2 CPUs
  • Allow customizing params on HTTP request to connect to LiveView (getParams parameter on LiveView.connect)
  • Update default k6 version to 0.39.0

[0.1.1] - 2022-02-25

  • Update default k6 version to 0.36.0
  • Fix errors in phoenix-channel template

[0.1.0] - 2021-01-07

Added

  • Add setInterval and setTimeout to utilities for Phoenix Channels and Liveview

Changed

  • Update default k6 version to 0.35.0
  • Check local k6 binary is at correct version before running it
  • Add check for http status once websocket is established
  • No longer try to infer port and host from Phoenix app

Fixed

  • Fix retrieval of CSRF token for Liveview
  • In k6 task, always return same exit code as k6