Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add various reifications and new utilities. #98

Merged
merged 37 commits into from
Dec 15, 2024
Merged

Conversation

poteat
Copy link
Owner

@poteat poteat commented Dec 15, 2024

[0.25.0]

  • Reify NaturalNumber.Modulo and NaturalNumber.ModuloBy to value-level functions.
  • Reify Number.Negate to a value-level function.
  • Reify List.Zip.
  • Add Integer.Negate.
  • Add List.Sort and List.SortBy.
  • Reify String.StartsWith and String.EndsWith to value-level functions.
  • Add Object.PickByValue.
  • Reify Type.Display to an identity function.
  • Improve pipe performance.
  • Reify List.Intersect.
  • Add List.Subtract and List.SubtractBy.
  • Add Kind.ApplyKind.
  • Reify List.Unshift, List.FlatMap, and List.Times.
  • Add String.Compare and String.CompareChar.
  • Add List.Compare for comparing lists.
  • Reify Number.Compare to a value-level function.
  • Add Type.TypeOf as a kind for emulating the typeof operator.
  • Add List.UniqueBy for getting unique values from a list and mapping.
  • Reify Number.IsInteger to a value-level function.
  • Add String.Repeat for repeating a string.
  • Add List.CartesianProduct for generating all possible combinations of elements.
  • Fix edge condition in String.Join involving empty values.

@poteat poteat merged commit a641ed1 into main Dec 15, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant