Releases: implydata/immutable-class
Releases · implydata/immutable-class
immutable-class-v0.11.1
#32 — Allow properties to be configurable
v0.11.0
Improve compatibility with useDefineForClassFields
TS option. #28
eslint-plugin-immutable-class v1.0.0
This exists!
$ npm i -D eslint-plugin-immutable-class @typescript-eslint/parser
.eslintrc:
{
"plugins": ["immutable-class"],
"extends": "plugin:immutable-class/recommended",
"parser": "@typescript-eslint/parser"
}
What's Changed
- Make compatible with useDefineForClassFields by @jgoz in #28
- Add readonly-implicit-fields rule by @jgoz in #29
- Add 'declare' for some readonly properties (! or ?) by @jgoz in #30
Full Changelog: v0.10.0...eslint-plugin-immutable-class-v1.0.0
v0.10.0
v0.9.10
v0.9.9
v0.9.7
- added toMap b083e66
v0.9.5
- Added undefined to equals 9759609