Skip to content

Releases: jcoreio/gen-typed-validators

v1.1.5

31 May 23:10
Compare
Choose a tag to compare

1.1.5 (2022-05-31)

Bug Fixes

  • flow opaque type conversion (911a1fa)

v1.1.4

31 May 22:41
Compare
Choose a tag to compare

1.1.4 (2022-05-31)

Bug Fixes

  • support flow opaque types (871f487)

v1.1.3

17 Apr 17:09
Compare
Choose a tag to compare

1.1.3 (2021-04-17)

Bug Fixes

  • include ansi-escapes and glob-gitignore in runtime deps (45c3ba6)

v1.1.2

17 Apr 17:00
Compare
Choose a tag to compare

1.1.2 (2021-04-17)

Bug Fixes

  • add missing runtime deps (708b4da)
  • re-generate yarn.lock because yarn in CI is complaining for some reason (cd9ef66)

v1.1.1

08 Apr 18:17
Compare
Choose a tag to compare

1.1.1 (2021-04-08)

Bug Fixes

  • use babel-parse-wild-code (9803f68)

v1.1.0

07 Apr 19:31
Compare
Choose a tag to compare

1.1.0 (2021-04-07)

Features

v1.0.0

01 Mar 20:50
Compare
Choose a tag to compare

1.0.0 (2021-03-01)

Bug Fixes

  • check: fix areASTsEqual bugs (6e823d7)
  • cli: improve diff format (d2b8a51)
  • ConversionContext: fine-grained changed tracking (82bd3a2)
  • add type annotations to validator alias declarations (6654a7c)
  • almost all remaining issues (9d6e02f)
  • annotate converted type aliases as t.TypeAlias (168fedf)
  • default type imports/exports (4b53916)
  • error locations, never write unchanged ASTs (193df42)
  • defaultParseFile: make it more likely to load babel config (0a843f3)
  • get CLI working on a TS project (b86f171)
  • get multi-file conversion mostly working (d1e4ef9)
  • implement TS import/export conversion (b92760a)
  • support spreads, fix TS issues (2a5e9a2)
  • support ObjectTypeSpreadProperty (2ac938c)

Features

  • cli: add --check option (ab0a34e)
  • add regen-typed-validators bin command (e018f8e)
  • convert interfaces (9ac4403)
  • initial commit (4a7bf59)
  • initial commit (c62c8c4)
  • many more fixes, close to being usable on our projects (90c16de)
  • reconvert validator declarations (fbce6c3)
  • support TS inexact object syntax (a8b75f8)