Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Releases: ethereumjs/ethereumjs-config

@ethereumjs/typescript v2.0.0

20 Oct 07:43
b3b5909
Compare
Choose a tag to compare

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

20 Oct 07:42
b3b5909
Compare
Choose a tag to compare

This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.

Breaking changes

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 and ethereumjs-config-tslint-fix
  • Added TypeScript ESLint
  • Added TypeStrict
  • Added Prettier

@ethereumjs/coverage v2.0.0

20 Oct 07:41
b3b5909
Compare
Choose a tag to compare

This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.

Breaking changes