...

Text file src/github.com/hashicorp/go-version/CHANGELOG.md

Documentation: github.com/hashicorp/go-version

     1# 1.6.0 (June 28, 2022)
     2
     3FEATURES:
     4
     5- Add `Prerelease` function to `Constraint` to return true if the version includes a prerelease field ([#100](https://github.com/hashicorp/go-version/pull/100))
     6
     7# 1.5.0 (May 18, 2022)
     8
     9FEATURES:
    10
    11- Use `encoding` `TextMarshaler` & `TextUnmarshaler` instead of JSON equivalents ([#95](https://github.com/hashicorp/go-version/pull/95))
    12- Add JSON handlers to allow parsing from/to JSON ([#93](https://github.com/hashicorp/go-version/pull/93))
    13
    14# 1.4.0 (January 5, 2022)
    15
    16FEATURES:
    17
    18 - Introduce `MustConstraints()` ([#87](https://github.com/hashicorp/go-version/pull/87))
    19 - `Constraints`: Introduce `Equals()` and `sort.Interface` methods ([#88](https://github.com/hashicorp/go-version/pull/88))
    20
    21# 1.3.0 (March 31, 2021)
    22
    23Please note that CHANGELOG.md does not exist in the source code prior to this release.
    24
    25FEATURES:
    26 - Add `Core` function to return a version without prerelease or metadata ([#85](https://github.com/hashicorp/go-version/pull/85))
    27
    28# 1.2.1 (June 17, 2020)
    29
    30BUG FIXES:
    31 - Prevent `Version.Equal` method from panicking on `nil` encounter ([#73](https://github.com/hashicorp/go-version/pull/73))
    32
    33# 1.2.0 (April 23, 2019)
    34
    35FEATURES:
    36 - Add `GreaterThanOrEqual` and `LessThanOrEqual` helper methods ([#53](https://github.com/hashicorp/go-version/pull/53))
    37
    38# 1.1.0 (Jan 07, 2019)
    39
    40FEATURES:
    41 - Add `NewSemver` constructor ([#45](https://github.com/hashicorp/go-version/pull/45))
    42
    43# 1.0.0 (August 24, 2018)
    44
    45Initial release.

View as plain text