File tree Expand file tree Collapse file tree 15 files changed +61
-17
lines changed
Expand file tree Collapse file tree 15 files changed +61
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
39## [ @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)
410
511- Add per locale Intl memoizer
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/bundle" ,
33 "description" : " Localization library for expressive translations." ,
4- "version" : " 0.17.1 " ,
4+ "version" : " 0.18.0 " ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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+
38## @fluent/dedent 0.4.0 (September 13, 2021)
49
510- Remove ` "type": "commonjs" ` from the package's root ` package.json ` , but add
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/dedent" ,
33 "description" : " A template literal tag for dedenting Fluent code" ,
4- "version" : " 0.4 .0" ,
4+ "version" : " 0.5 .0" ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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+
39## [ @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)
410
511- Add ` .js ` extension to imports
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/dom" ,
3- "version" : " 0.8.1 " ,
3+ "version" : " 0.9.0 " ,
44 "description" : " Fluent bindings for DOM" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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+
38## [ 0.6.2] ( https://github.com/projectfluent/fluent.js/compare/@fluent/langneg@0.6.1...@fluent/langneg@0.6.2 ) (2022-05-03)
49
510### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/langneg" ,
33 "description" : " Language Negotiation API for Fluent" ,
4- "version" : " 0.6.2 " ,
4+ "version" : " 0.7.0 " ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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+
313## [ @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)
414
515- Add ` .js ` extension to imports
Original file line number Diff line number Diff line change 11{
22 "name" : " @fluent/react" ,
33 "description" : " Fluent bindings for React" ,
4- "version" : " 0.14.1 " ,
4+ "version" : " 0.15.0 " ,
55 "homepage" : " https://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
5858 "testEnvironment" : " jsdom"
5959 },
6060 "dependencies" : {
61- "@fluent/sequence" : " file:../fluent-sequence " ,
61+ "@fluent/sequence" : " ^0.8.0 " ,
6262 "cached-iterable" : " ^0.3.0"
6363 },
6464 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments