Sha256: 7143315cd68e4786794110320026534c770e881209adea8960067f2f4a6ec09a

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Changelog

<!--
Prefix your message with one of the following:

- [Added] for new features.
- [Changed] for changes in existing functionality.
- [Deprecated] for soon-to-be removed features.
- [Removed] for now removed features.
- [Fixed] for any bug fixes.
- [Security] in case of vulnerabilities.
-->

## v4.1.0 - Dec 09, 2022

- [Added] Parse configuration files as erb.
- [Changed] `I18n.listen(run_on_start:)` was added to control if files should be
  exported during `I18n.listen`'s boot. The default value is `true`.
- [Added] Now it's possible to transform translations before exporting them
  using a stable plugin api.
- [Deprecated] The `i18n check` has been deprecated. Use
  `i18n lint:translations` instead.
- [Added] Use `i18n lint:scripts` to lint JavaScript/TypeScript.
- [Fixed] Expand paths passed to `I18nJS.listen(locales_dir:)`.

## v4.0.1 - Aug 25, 2022

- [Fixed] Shell out export to avoid handling I18n reloading heuristics.
- [Changed] `I18nJS.listen` now accepts a directories list to watch.
- [Changed] `I18nJS.listen` now accepts
  [listen](https://rubygems.org/gems/listen) options via `:options`.

## v4.0.0 - Jul 29, 2022

- Official release of i18n-js v4.0.0.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n-js-4.1.0 CHANGELOG.md