Skip to content

Releases: CodelyTV/typescript-primitives-type

v1.1.1

06 Sep 10:16
0bece8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v.1.1.1

v1.1.0

04 Sep 14:27
v1.1.0
617e4df
Compare
Choose a tag to compare

What's Changed

  • feat: add unknown properties support by @johnnyhuirilef in #11
  • ci: publish to npm on merge to main
  • ci: also trigger ci with pull requests
  • docs: fix npm installation typo
  • fix: infer each property type individually by @arnold095 in #9
  • feat: add support for primitive data types by @arnold095 and rewarded by @RubenRuCh in #8
  • docs: update README.md by @rjurado01 in #7
  • fix: remove unnessary import by @aronmoles in #5

New Contributors