Skip to content

Releases: CodelyTV/typescript-primitives-type

v2.0.0

04 Feb 11:22
d3f0d6b
Compare
Choose a tag to compare

2.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • convert Date type to number (#18)

primitives-type: v1.2.0

04 Feb 10:32
aa0563d
Compare
Choose a tag to compare

1.2.0 (2025-02-04)

Features

  • No modifications introduced in this version. Being forced to bump the minor version due to automating the release precess.

Previous versions

  • We started automating the changelog generation and release process in this version 1.2.0, but have been using Semantic Versioning since the initial release of this library.

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