You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Adds parsing of the data.js file to generate_language_data.exs script.
Changed
Drops support for Elixir v1.9 and lower.
Updates languages_url target in generate_language_data.exs script so it downloads data.js (the old data.json file was removed in wooorm/franc@556d2a7).
Refactors script to use :jsx.decode() to decode the JSON instead of Jason because Jason is not a direct dependency of paasaa.
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).