@atlassian/i18n-properties-loader
Advanced tools
Comparing version 0.9.0 to 0.10.0-alpha.0
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.10.0-alpha.0 (2021-01-13) | ||
- feat: SPFE-268 Add support for webpack 5 ([5a8b215](https://bitbucket.org/atlassianlabs/fe-server/commits/5a8b215)) | ||
## 0.9.0 (2020-06-25) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@atlassian/i18n-properties-loader", | ||
"version": "0.9.0", | ||
"version": "0.10.0-alpha.0", | ||
"description": "A webpack loader for i18n *.properties files that can be used in Atlassian Server products", | ||
@@ -15,3 +15,7 @@ "main": "index.js", | ||
"precommit": "lint-staged", | ||
"test": "jest -ci" | ||
"test:ci": "tav", | ||
"test:ci:jest": "node ./tests/webpack-version.js jest -ci", | ||
"//": "When updating the webpack version ranges to the latest please remember to update ranges in .tav.yml file", | ||
"test:webpack-4": "tav webpack '~4.0.1 || ^4.46' 'npm run test:ci:jest'", | ||
"test:webpack-5": "tav webpack '~5.0.0 || ^5.13' 'npm run test:ci:jest'" | ||
}, | ||
@@ -44,5 +48,7 @@ "keywords": [ | ||
"peerDependencies": { | ||
"webpack": "^4.0.0" | ||
"webpack": "^4.0.0 || ^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^26.1.0", | ||
"test-all-versions": "^5.0.1", | ||
"webpack": "^4.43.0", | ||
@@ -54,3 +60,3 @@ "webpack-cli": "^3.3.12" | ||
}, | ||
"gitHead": "694b71f148b64224bdbbff58ece9d303ac546b08" | ||
"gitHead": "92299a8103a8397d19b85ac95ef0c618a3df5717" | ||
} |
@@ -124,5 +124,5 @@ # @atlassian/i18n-properties-loader | ||
This plugin has been built to work with the following versions of the external build tools: | ||
This plugin is compatible with: | ||
- webpack 4+ | ||
- webpack 4.0+ and 5.0+ | ||
- Node 10+ |
20192
9
4