Skip to content

Releases: degory/ghul-runtime

v1.3.5

24 May 16:31
dc39377
Compare
Choose a tag to compare

Additional pipe methods (#71)

v1.3.4

23 May 21:46
10c4370
Compare
Choose a tag to compare

Additional pipe methods (#70)

v1.3.3

12 Mar 13:49
aa83649
Compare
Choose a tag to compare

Destructurable values (#69)

Enhancements:

  • Make the results of | .index() destructurable
  • Make maybe values destructurable

Technical:

  • Add two custom attributes for internal compiler use

v1.3.2

20 Feb 12:21
8b0fa8f
Compare
Choose a tag to compare

Add all and any (#68)

  • Add all that returns true if a predicate returns true for all elements
  • Add any that returns true if a predicate returns true for any element

v1.3.1

13 Feb 15:35
475a8bc
Compare
Choose a tag to compare

Fix issue resetting an index pipe (#67)

  • Fix problem where calling reset() on the result of | .index(n) resets the index to 0 rather than n

v1.3.0

09 Feb 14:47
edc51ac
Compare
Choose a tag to compare

Merge the MSBuild targets repo (#66)

  • Merge the ghūl MSBuild targets package repo from github.com/degory/ghul-targets into this repo and integrate into the ghūl runtime library package
  • Switch to a single Dependabot config across the main project and the two test projects
  • Allow Dependabot to update .NET tools, but block compiler tool updates
  • Add a workflow that auto-approves Dependabot PRs

Bumps #minor version

v1.2.0

08 Feb 18:31
fea55e5
Compare
Choose a tag to compare

Merge ghūl pipes (#64)

  • Merge pipes support from the degory/ghul-pipes repository
  • Port ghul-pipes from C# to ghūl
  • Use Directory.Packages.props to manage package version

Bumps #minor version

v1.1.4

06 Feb 10:40
7f91ea7
Compare
Choose a tag to compare

Bump MSTest.TestAdapter from 2.2.8 to 3.2.0 in /tests/.dependabot (#52)

Bumps MSTest.TestAdapter from 2.2.8 to 3.2.0.


updated-dependencies:

  • dependency-name: MSTest.TestAdapter
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.3

06 Feb 10:25
dca0f2e
Compare
Choose a tag to compare

Bump MSTest.TestFramework from 2.2.8 to 3.2.0 in /tests/.dependabot (#54)

Bumps MSTest.TestFramework from 2.2.8 to 3.2.0.


updated-dependencies:

  • dependency-name: MSTest.TestFramework
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.1.2

03 Feb 19:07
b6cdfd1
Compare
Choose a tag to compare

Fix broken URLs in project file (#56)

  • Fix package project URL to point at https://ghul.dev
  • Remove .git from the repository URL