Skip to content

v2.0.0

Latest

Choose a tag to compare

@efcasado efcasado released this 20 Jun 19:13

2.0.0 (2026-06-20)

⚠ BREAKING CHANGES

  • move auxiliary functions to a separate module and use streams
  • generate schemas from xsd files

Features

  • ability to filter fixtures by booking state (10d0378)
  • add support for booking events (2cf31e6)
  • add support for fetching tournaments and seasons (57adcb6)
  • add support for recovery api (4fd2cf9)
  • generate schemas from xsd files (64436b5)

Dependencies

  • bump ecto from 3.13.6 to 3.14.0 (53e0617)
  • bump ex_doc from 0.32.1 to 0.40.3 (4b10398)
  • bump mimic from 1.12.0 to 2.3.0 (126b60e)
  • bump req from 0.4.14 to 0.6.2 (f76b111)
  • bump saxy from 1.5.0 to 1.6.0 (ef50884)
  • bump xml_builder from 2.3.0 to 2.4.0 (3e97fe8)
  • ci: bump actions/cache from 4 to 5 (ab3479d)
  • ci: bump actions/checkout from 4 to 7 (981beda)
  • ci: bump jdx/mise-action from 2 to 4 (aaec382)
  • upgrade to erlang 29 and elixir 1.20 (769dafa)

Documentation

  • add missing moduledocs for sports and descriptions modules (b87fcb8)
  • fix typo (886947d)
  • improve documentation about generated schemas (3da4f87)
  • remove redundant custom bet example (1dc7da7)
  • update readme (8ec1b3c)
  • update readme file (1f4907a)

Code Refactoring

  • idiomatic req usage (2d0d2a5)
  • move auxiliary functions to a separate module and use streams (473d1f4)

Build System

  • reproducible builds powered by mise (d1054ca)

Continuous Integration

  • automate dependency upgrades with dependabot (7e22e36)
  • release: migrate from semantic-release to release-please (2a08481)
  • remove vale's prose checking workflow (2601c0e)