Releases: minibikini/paasaa
Releases · minibikini/paasaa
v0.6.0
Added
- Adds parsing of the
data.js
file togenerate_language_data.exs
script.
Changed
- Drops support for Elixir v1.9 and lower.
- Updates
languages_url
target ingenerate_language_data.exs
script so it downloadsdata.js
(the olddata.json
file was removed in wooorm/franc@556d2a7). - Refactors script to use
:jsx.decode()
to decode the JSON instead ofJason
becauseJason
is not a direct dependency ofpaasaa
. - Updates
languages.ex
andscripts.ex
to reflect latest changes in https://github.com/wooorm/franc/ package per the updateddata.js
file. - Manually updates
fixtures.ex
to include the latest fixture data. - Updates all hex dependencies to latest.
- Updates doctests to reflect statistical changes due to language updates.
- Updates tests to utilize modified fixture structure.
- Updates tests to assert on all available languages/fixtures for minimum 98% certainty (instead of limiting the test coverage to the first 10 languages).
v0.5.1
Fixed
- White and black lists now works for scripts too.
Changed
- Update language data
- Update dependencies
v0.5.0
Added
- A script to update language data
Changed
- Update language data