Skip to content

Releases: petrovich/petrovich_elixir

Version 1.0.0

04 Jul 10:14
359a294
Compare
Choose a tag to compare

Breaking changes

  • Now only support elixir>=1.6
  • We now use Jason as the default json library

Features

  • You can configure :json_module to set Poison
  • Updates dependencies

Misc

  • Adds dependabot
  • Adds mix format

v0.1.2

29 Jun 23:09
017bcbc
Compare
Choose a tag to compare

Version 0.1.2

Bugfixes

  • Fixes bug when some names like "Никита-123" was considered valid

Documentation

  • Fixes formating of cases' names

v0.1.1

29 Jun 23:05
041692c
Compare
Choose a tag to compare

Version 0.1.1

Bugfixes

  • Fixes bug when Detector was showing wrong values for complex names with - inside

Documentation

  • Adds more @doc and @module to the code
  • Adds little fixes to the existing docs
  • Adds CHANGELOG.md
  • Adds CONTRIBUTING.md