Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@g-andrade g-andrade released this 12 Oct 19:02
· 2 commits to main since this release

Added

  • Elixir 1.17 to CI
  • OTP 27.1 to CI

Changed

  • [BREAKING] in supervised Sqids, if you had some non-default options declared
    but only the module's name defined as the supervisor child (as was
    recommended by docs), the options wouldn't work. Sqids now raises if this
    situation is detected to nudge users towards fixing it in the way that's best
    for each individual.

Fixed

  • documentation on supervised Sqids: intended options were not passed
  • compilation warnings on Elixir 1.17