This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Releases: ethereumjs/ethereumjs-config
Releases · ethereumjs/ethereumjs-config
@ethereumjs/typescript v2.0.0
This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.
Breaking changes
- Package renamed:
@ethereumjs/config-tsc
=>@ethereumjs/config-typescript
, to become more tool agnostic, PR #27 - Added TypeScript compiler config file for targeting the browser, PR #28
@ethereumjs/lint v2.0.0
This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.
Breaking changes
- This package got renamed:
@ethereumjs/config-tslint
=>@ethereumjs/eslint-config-defaults
, PRs #29, #32 - Updated shell scripts and overall configuration, PR #34
Following the deprecation of the TSLint project by Palantir, we moved on to ESLint, that allows us to better integrate with TypeScript and Prettier.
@ethereumjs/config-tslint
got renamed to@ethereumjs/eslint-config-defaults
- Removal of scripts
ethereumjs-config-tslint
andethereumjs-config-tslint-fix
- Added TypeScript ESLint
- Added TypeStrict
- Added Prettier
@ethereumjs/coverage v2.0.0
This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.
Breaking changes
- Renamed package
@ethereumjs/config-nyc
=>@ethereumjs/config-coverage
, PR #27 - The platform-specific script
ethereumjs-config-coveralls
got removed, due to the use of Codecov and nicer integration to GitHub CI.