Skip to content

Commit

Permalink
Mark v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruxelles committed Oct 19, 2022
1 parent 372657b commit 1f80f47
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
> breaking changes and/or new features that you need to implement in your
> project.
## 1.3.0 (latest - Octobre 19, 2022)

- Introduce CHANGELOG.
- feat: Allow automatic loading of the translations files using the new `path`
and `availableLocales` options. **Now, just give a path and it's done!**
- feat: Improve errors triggers and robustness.
- The `translate` option is no longer required.
- The `onChange` option is renamed to `onLocaleChanged` for better clarity.
- Add [Crowdin](https://crowdin.com/) support to manage documentation
translations with ease.
- doc: Remove the `select` demo from the demo page.
- doc: Updated the documentation.
- Fix some typos in the code documentation

## 1.2.0 (July 31, 2022)

- feat: Allow replacements in strings.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "si18n.js",
"version": "1.2.0",
"version": "1.3.0",
"description": "A simple and lightweight way to integrate internationalization on a small web site project.",
"main": "./si18n.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/si18n.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @license si18n.js - v1.2.0
* @license si18n.js - v1.3.0
* Copyright (c) José dBruxelles <jd.bruxelles.dev/c>.
*
* This source code is licensed under the MIT license found in the
Expand Down

0 comments on commit 1f80f47

Please sign in to comment.