Skip to content

Releases: implydata/immutable-class

immutable-class@0.11.4

Choose a tag to compare

@github-actions github-actions released this 21 Oct 22:11
f7693e4

Patch Changes

immutable-class-tester@0.7.6

Choose a tag to compare

@github-actions github-actions released this 21 Oct 22:11
f7693e4

Patch Changes

eslint-plugin-immutable-class@2.0.3

Choose a tag to compare

@github-actions github-actions released this 21 Oct 22:11
f7693e4

Patch Changes

immutable-class-v0.11.1

Choose a tag to compare

@jgoz jgoz released this 12 Apr 19:51
12200f1

#32 — Allow properties to be configurable

v0.11.0

Choose a tag to compare

@jgoz jgoz released this 03 Feb 17:46
952e5bc

Improve compatibility with useDefineForClassFields TS option. #28

eslint-plugin-immutable-class v1.0.0

Choose a tag to compare

@jgoz jgoz released this 03 Feb 18:01
09c0914

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

Choose a tag to compare

@tylerreece22 tylerreece22 released this 08 Nov 15:06
  • Merge pull request #25 from implydata/fix-array-validation cffc06d
  • Fixed array validation 381ba5b

v0.9.10...v0.10.0

v0.9.10

Choose a tag to compare

@lorem--ipsum lorem--ipsum released this 14 Oct 17:34
  • Merge pull request #18 from implydata/readonly-possible-values a91365c
  • Allows to pass in readonly arrays as possibleValues cbf2caf

v0.9.9...v0.9.10

v0.9.9

Choose a tag to compare

@lorem--ipsum lorem--ipsum released this 31 Aug 11:25

v0.9.8...v0.9.9

v0.9.7

Choose a tag to compare

@evasomething evasomething released this 15 Aug 18:41