Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://www.github.com/cfware/babel-plugin-remove-ungap/compare/v1.2.0...v2.0.0) (2020-05-19)


### ⚠ BREAKING CHANGES

* Remove all supported ungap modules by default except

### Bug Fixes

* Require Node.js 10 ([a70cca3](https://www.github.com/cfware/babel-plugin-remove-ungap/commit/a70cca32d5df2a00a609a6c6008a4d936e11cc29))

## [1.2.0](https://github.com/cfware/babel-plugin-remove-ungap/compare/v1.1.1...v1.2.0) (2019-06-13)


Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "babel-plugin-remove-ungap",
"version": "1.2.0",
"description": "Remove @ungap ponyfills",
"main": "index.cjs",
"scripts": {
"pretest": "cfware-lint .",
"tests-only": "nyc -s node test/test.cjs | tap-yaml-summary",
"test": "npm run -s tests-only",
"posttest": "nyc report --check-coverage"
},
"engines": {
"node": ">=10"
},
"author": "Corey Farrell",
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/babel-plugin-remove-ungap.git"
},
"bugs": {
"url": "https://github.com/cfware/babel-plugin-remove-ungap/issues"
},
"homepage": "https://github.com/cfware/babel-plugin-remove-ungap#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@cfware/lint": "^1.4.3",
"@cfware/nyc": "^0.7.0",
"libtap": "^0.3.0",
"nyc": "^15.0.0",
"tap-yaml-summary": "^0.1.0"
}
"name": "babel-plugin-remove-ungap",
"version": "2.0.0",
"description": "Remove @ungap ponyfills",
"main": "index.cjs",
"scripts": {
"pretest": "cfware-lint .",
"tests-only": "nyc -s node test/test.cjs | tap-yaml-summary",
"test": "npm run -s tests-only",
"posttest": "nyc report --check-coverage"
},
"engines": {
"node": ">=10"
},
"author": "Corey Farrell",
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/cfware/babel-plugin-remove-ungap.git"
},
"bugs": {
"url": "https://github.com/cfware/babel-plugin-remove-ungap/issues"
},
"homepage": "https://github.com/cfware/babel-plugin-remove-ungap#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@cfware/lint": "^1.4.3",
"@cfware/nyc": "^0.7.0",
"libtap": "^0.3.0",
"nyc": "^15.0.0",
"tap-yaml-summary": "^0.1.0"
}
}