-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected] - @fluent/[email protected]
- Loading branch information
Showing
15 changed files
with
61 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## [0.18.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
- Use `/** comments */` where appropriate | ||
|
||
## [@fluent/bundle 0.17.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add per locale Intl memoizer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/bundle", | ||
"description": "Localization library for expressive translations.", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
## [0.5.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
|
||
## @fluent/dedent 0.4.0 (September 13, 2021) | ||
|
||
- Remove `"type": "commonjs"` from the package's root `package.json`, but add | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/dedent", | ||
"description": "A template literal tag for dedenting Fluent code", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## [0.9.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
- Use `/** comments */` where appropriate | ||
|
||
## [@fluent/dom 0.8.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add `.js` extension to imports | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
## [0.7.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
|
||
## [0.6.2](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2022-05-03) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/langneg", | ||
"description": "Language Negotiation API for Fluent", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog | ||
|
||
## [0.15.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
- Add `getElement` method to ReactLocalization | ||
([#595](https://github.com/projectfluent/fluent.js/pull/595)) | ||
- Update fluent-react/example to use latest Parcel | ||
([#593](https://github.com/projectfluent/fluent.js/pull/593)) | ||
- Update dev dependencies to react@18 and jest@29 | ||
|
||
## [@fluent/react 0.14.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2021-12-21) | ||
|
||
- Add `.js` extension to imports | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/react", | ||
"description": "Fluent bindings for React", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -58,7 +58,7 @@ | |
"testEnvironment": "jsdom" | ||
}, | ||
"dependencies": { | ||
"@fluent/sequence": "file:../fluent-sequence", | ||
"@fluent/sequence": "^0.8.0", | ||
"cached-iterable": "^0.3.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
## [0.8.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
|
||
## @fluent/sequence 0.7.0 (September 13, 2021) | ||
|
||
- Remove `"type": "commonjs"` from the package's root `package.json`, but add | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/sequence", | ||
"description": "Manage ordered sequences of FluentBundles", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [0.19.0](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2023-03-13) | ||
|
||
- Drop Node.js v12 support, add v18 & latest to CI tests | ||
([#607](https://github.com/projectfluent/fluent.js/pull/607)) | ||
- Treat tab as text, not whitespace | ||
([#606](https://github.com/projectfluent/fluent.js/pull/606)) | ||
|
||
## [0.18.1](https://github.com/projectfluent/fluent.js/compare/@fluent/[email protected]...@fluent/[email protected]) (2022-05-03) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@fluent/syntax", | ||
"description": "AST and parser for Fluent", | ||
"version": "0.18.1", | ||
"version": "0.19.0", | ||
"homepage": "https://projectfluent.org", | ||
"author": "Mozilla <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.