Skip to content

Releases: dev-build-deploy/version-it

2.0.0

10 Jun 11:29

Choose a tag to compare

What's Changed

💥 Breaking Changes

  • Return null in fromString() and fromFormattedString()

1.0.2

27 Apr 07:02

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Improve error message for incorrect CalVer types
  • Export types correctly on package level
  • Use the coalescing operator for handling non-prefixed versions

1.0.1

28 Jul 05:31

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Expose Modifier type

1.0.0

18 Jun 12:10

Choose a tag to compare

What's Changed

💥 Breaking Changes

  • Support management of multiple modifiers

0.3.0

17 Jul 21:08

Choose a tag to compare

What's Changed

✨ New Features

  • Relicense from GPL-3.0-or-later to MIT

0.2.4

13 Jul 10:48

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Address semver vulnerable to Regular Expression Denial of Service

0.2.3

29 Jun 08:02

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Expose IComparable interface

0.2.2

29 Jun 07:58

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Expose ICalVer and ISemVer interfaces

0.2.1

27 Jun 10:11

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Export SemVer and CalVer increment types

0.2.0

25 Jun 22:27

Choose a tag to compare

What's Changed

✨ New Features

  • Introduce CalVer support