Skip to content

v3.0.0

Compare
Choose a tag to compare
@grossvogel grossvogel released this 22 May 21:40
· 13 commits to master since this release
f6acc7c

[3.0.0]

This version is mainly a maintenance release to get all of the tooling and required language versions up-to-date so we can begin merging more substantive fixes and iterating on functionality.

Changed

  • update language support minimums to Elixir 1.12, OTP 24, and Node 18
  • format code with the latest mix format settings
  • replace Travis CI with GitHub Actions for CI/CD
  • add .dependabot.yml config file
  • remove coverage reporting
  • upgrade dependencies

Fixed

  • fixed test error due to JS TypeError format change

Contributors