File tree 15 files changed +61
-17
lines changed
15 files changed +61
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.18.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/bundle@0.17.1...@fluent/bundle@0.18.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+ - Use ` /** comments */ ` where appropriate
8
+
3
9
## [ @fluent/bundle 0.17.1] ( https://github.com/projectfluent/fluent.js/compare/@fluent/bundle@0.17.0...@fluent/bundle@0.17.1 ) (2021-12-21)
4
10
5
11
- Add per locale Intl memoizer
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/bundle" ,
3
3
"description" : " Localization library for expressive translations." ,
4
- "version" : " 0.17.1 " ,
4
+ "version" : " 0.18.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/dedent@0.4.0...@fluent/dedent@0.5.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+
3
8
## @fluent/dedent 0.4.0 (September 13, 2021)
4
9
5
10
- Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/dedent" ,
3
3
"description" : " A template literal tag for dedenting Fluent code" ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/dom@0.8.1...@fluent/dom@0.9.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+ - Use ` /** comments */ ` where appropriate
8
+
3
9
## [ @fluent/dom 0.8.1] ( https://github.com/projectfluent/fluent.js/compare/@fluent/dom@0.8.0...@fluent/dom@0.8.1 ) (2021-12-21)
4
10
5
11
- Add ` .js ` extension to imports
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/dom" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " Fluent bindings for DOM" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.2...@fluent/langneg@0.7.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+
3
8
## [ 0.6.2] ( https://github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.1...@fluent/langneg@0.6.2 ) (2022-05-03)
4
9
5
10
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/langneg" ,
3
3
"description" : " Language Negotiation API for Fluent" ,
4
- "version" : " 0.6.2 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/react@0.14.1...@fluent/react@0.15.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+ - Add ` getElement ` method to ReactLocalization
8
+ ([ #595 ] ( https://github.com/projectfluent/fluent.js/pull/595 ) )
9
+ - Update fluent-react/example to use latest Parcel
10
+ ([ #593 ] ( https://github.com/projectfluent/fluent.js/pull/593 ) )
11
+ - Update dev dependencies to react@18 and jest@29
12
+
3
13
## [ @fluent/react 0.14.1] ( https://github.com/projectfluent/fluent.js/compare/@fluent/react@0.14.0...@fluent/react@0.14.1 ) (2021-12-21)
4
14
5
15
- Add ` .js ` extension to imports
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/react" ,
3
3
"description" : " Fluent bindings for React" ,
4
- "version" : " 0.14.1 " ,
4
+ "version" : " 0.15.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
58
58
"testEnvironment" : " jsdom"
59
59
},
60
60
"dependencies" : {
61
- "@fluent/sequence" : " file:../fluent-sequence " ,
61
+ "@fluent/sequence" : " ^0.8.0 " ,
62
62
"cached-iterable" : " ^0.3.0"
63
63
},
64
64
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.8.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/sequence@0.7.0...@fluent/sequence@0.8.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+
3
8
## @fluent/sequence 0.7.0 (September 13, 2021)
4
9
5
10
- Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/sequence" ,
3
3
"description" : " Manage ordered sequences of FluentBundles" ,
4
- "version" : " 0.7 .0" ,
4
+ "version" : " 0.8 .0" ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.19.0] ( https://github.com/projectfluent/fluent.js/compare/@fluent/syntax@0.18.1...@fluent/syntax@0.19.0 ) (2023-03-13)
4
+
5
+ - Drop Node.js v12 support, add v18 & latest to CI tests
6
+ ([ #607 ] ( https://github.com/projectfluent/fluent.js/pull/607 ) )
7
+ - Treat tab as text, not whitespace
8
+ ([ #606 ] ( https://github.com/projectfluent/fluent.js/pull/606 ) )
9
+
3
10
## [ 0.18.1] ( https://github.com/projectfluent/fluent.js/compare/@fluent/syntax@0.18.0...@fluent/syntax@0.18.1 ) (2022-05-03)
4
11
5
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fluent/syntax" ,
3
3
"description" : " AST and parser for Fluent" ,
4
- "version" : " 0.18.1 " ,
4
+ "version" : " 0.19.0 " ,
5
5
"homepage" : " https://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments