Skip to content

Commit dbade80

Browse files
authored
Merge pull request #28 from minibikini/update-changelog
Update CHANGELOG
2 parents d8d4518 + 495af0f commit dbade80

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

CHANGELOG.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## 0.6.0 - 2022-06-12
4+
5+
### Added
6+
7+
- 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).
419

520
## 0.5.1 - 2019-07-07
621

@@ -23,19 +38,3 @@
2338

2439
- Update language data
2540

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

Comments
 (0)