Socket
Socket
Sign inDemoInstall

bs-react-intl

Package Overview
Dependencies
26
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 2.0.0-beta.1

15

CHANGELOG.md

@@ -0,1 +1,16 @@

# 2.0.0
* **[ BREAKING ]** `bs-platform >=7.2.2`.
* **[ BREAKING ]** `react-intl >=4.0.0`:
- Added `Intl.timeZone`
- Added `FormattedList`, `Intl.formatList` & `Intl.formatListWithOptions`
- Added `FormattedDisplayName`, `Intl.formatDisplayName` & `Intl.formatDisplayNameWithOptions`
- Added `FormattedDateParts`, `Intl.formatDateToParts` & `Intl.formatDateToPartsWithOptions`
- Added `FormattedTimeParts`, `Intl.formatTimeToParts` & `Intl.formatTimeToPartsWithOptions`
- Added `FormattedNumberParts`, `Intl.formatNumberToParts` & `Intl.formatNumberToPartsWithOptions`
- Removed `FormattedHTMLMessage`, `Intl.formatHTMLMessage` & `Intl.formatHtmlMessageWithValues`
- Removed `Intl.now`
- `FormattedRelative` has been renamed to `FormattedRelativeTime` and its API has been changed as well
- `Intl.formatRelative` has been renamed to `Intl.formatRelativeTime` and its API has been changed as well
* **[ BREAKING ]** Removed `ReactIntlCompat`.
# 1.1.0

@@ -2,0 +17,0 @@ * Added `createIntlCache`, `intlConfig`, `createIntl`, `RawIntlProvider`.

18

package.json
{
"name": "bs-react-intl",
"version": "1.1.0",
"version": "2.0.0-beta.1",
"description": "BuckleScript bindings to react-intl",

@@ -20,15 +20,15 @@ "author": "Alex Fedoseev <alex.fedoseev@gmail.com>",

"peerDependencies": {
"bs-platform": ">=5.0.3",
"react-intl": ">=3.0.0",
"bs-platform": ">=7.2.2",
"react-intl": ">=4.0.0",
"reason-react": ">=0.7.0"
},
"devDependencies": {
"bs-platform": "5.2.1",
"bs-react-intl-extractor-bin": "0.7.0",
"bs-platform": "7.2.2",
"bs-react-intl-extractor-bin": "0.8.0",
"bsb-js": "^1.1.7",
"parcel-bundler": "1.12.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-intl": "3.4.0",
"reason-react": "0.7.0"
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intl": "4.5.2",
"reason-react": "0.8.0-dev.4"
},

@@ -35,0 +35,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc