We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f024aa3 commit 9dfd146Copy full SHA for 9dfd146
CHANGELOG.md
@@ -11,11 +11,13 @@ Prefix your message with one of the following:
11
- [Security] in case of vulnerabilities.
12
-->
13
14
-## Unreleased
+## v4.2.1 - Dec 25, 2022
15
16
- [Changed] Change plugin api to be based on instance methods. This avoids
17
having to pass in the config for each and every method. It also allows us
18
adding helper methods to the base class.
19
+- [Fixed] Fix performance issues with embed fallback translations' initial
20
+ implementation.
21
22
## v4.2.0 - Dec 10, 2022
23
lib/i18n-js/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module I18nJS
4
- VERSION = "4.2.0"
+ VERSION = "4.2.1"
5
end
0 commit comments