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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,20 @@
22
22
### Changed
23
23
24
24
- Update language data
25
+
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