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
- Adds parsing of the `data.js` file to `generate_language_data.exs` script.
8
+
9
+
### Changed
10
+
- Drops support for Elixir v1.9 and lower.
11
+
- Updates `languages_url` target in `generate_language_data.exs` script so it downloads `data.js` (the old `data.json` file was removed in <https://github.com/wooorm/franc/commit/556d2a7ba3375cb04e7f6a94b4f5b540b55e9488>).
12
+
- Refactors script to use `:jsx.decode()` to decode the JSON instead of `Jason` because `Jason` is not a direct dependency of `paasaa`.
13
+
- Updates `languages.ex` and `scripts.ex` to reflect latest changes in <https://github.com/wooorm/franc/> package per the updated `data.js` file.
14
+
- Manually updates `fixtures.ex` to include the latest fixture data.
15
+
- Updates all hex dependencies to latest.
16
+
- Updates doctests to reflect statistical changes due to language updates.
17
+
- Updates tests to utilize modified fixture structure.
18
+
- Updates tests to assert on all available languages/fixtures for minimum 98% certainty (instead of limiting the test coverage to the first 10 languages).
4
19
5
20
## 0.5.1 - 2019-07-07
6
21
@@ -23,19 +38,3 @@
23
38
24
39
- Update language data
25
40
26
-
## 0.6.0 - 2022-06-10
27
-
28
-
### Added
29
-
30
-
- Adds parsing of the `data.js` file to `generate_language_data.exs` script.
31
-
32
-
### Changed
33
-
34
-
- Updates `languages_url` target in `generate_language_data.exs` script so it downloads `data.js` (the old `data.json` file was removed in <https://github.com/wooorm/franc/commit/556d2a7ba3375cb04e7f6a94b4f5b540b55e9488>)
35
-
- Refactors script to use `:jsx.decode()` to decode the JSON instead of `Jason` because `Jason` is not a direct dependency of `paasaa`.
36
-
- Updates `languages.ex` and `scripts.ex` to reflect latest changes in <https://github.com/wooorm/franc/> package per the updated `data.js` file.
37
-
- Manually updates `fixtures.ex` to include the latest fixture data.
38
-
- Updates all hex dependencies to latest.
39
-
- Updates doctests to reflect statistical changes due to language updates.
40
-
- Updates tests to utilize modified fixture structure.
41
-
- Updates tests to assert on all available languages/fixtures for minimum 98% certainty (instead of limiting the test coverage to the first 10 languages)
0 commit comments