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
+12-7
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,17 @@
1
1
# Changelog
2
2
3
-
## v0.4.0 (2024-01-31)
4
-
* Add ci test and support Elixir 1.15 and OTP 25
5
-
* Upgrade `ex_cldr` to version 2.37
3
+
## v0.4.0 (2024-02-05)
6
4
* Now requires Elixir ~> 1.11
5
+
* Add Elixir 1.15 and OTP 25 to ci test matrix
6
+
* Upgrade `ex_cldr` to version 2.37
7
+
* Add mix docs to ci workflow, to ensure docs build after changes
8
+
* Add Elixir 1.13 OTP 24 to ci test matrix
9
+
* Remove unused `earmark` dep
10
+
* Remove unnecessary `applications:` config causing error with `mix docs`
11
+
* Update dependencies + credo fixes
12
+
* Update readme, add status badges
13
+
* Updates docs and typo fixes
14
+
+ Add dependabot and codeowner configs
7
15
8
16
## v0.3.2 (2021-08-11)
9
17
Wow, I held on to this release waaaaaay too long. Sorry about that. Also, a *huge thank you to @dolfinus for their contributes* (and nudges)!
@@ -40,7 +48,6 @@ Here's what changed:
40
48
## v0.2.1 (2019-01-25)
41
49
*[Add helper function](https://github.com/mertonium/linguist/commit/06807327e5095e54dd584ad5d65469e4358c92b4) for normalizing locales argument in MemorizedVocubalary.t/3. Locales will be made into the format "es-ES" or "es"
42
50
43
-
44
51
## v0.2.0 (2018-10-22)
45
52
***LARGE SCALE REFACTOR** described in [this pull request](https://github.com/mertonium/linguist/pull/22)
46
53
@@ -49,21 +56,19 @@ Here's what changed:
49
56
* Bug Fixes
50
57
* Fix bug causing interpolations at beginning of string to be missed
51
58
52
-
53
59
## v0.1.0 (2014-07-06)
54
60
55
61
* Enhancements
56
62
* Add `locale` macro for locale definitions
57
63
* Support String filepath locale source for automated evaluation
58
-
*Suppport arbitrary locale source to fetch keyword list of translations, ie function call, Code.eval_file, etc.
64
+
*Support arbitrary locale source to fetch keyword list of translations, ie function call, Code.eval_file, etc.
59
65
* Add `t!` lookups where `NoTranslationError` is raised if translation not found
60
66
61
67
* Backwards incompatible changes
62
68
* Rename `Linguist.Compiler` to `Linguist.Vocabulary`
63
69
* Locale definitions now required to use `locale/2` macro instead of `use` options
64
70
* Update `t` lookups to return `{:ok, translation}` or `{:error, :no_translation}`
0 commit comments