Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@Geordi7 Geordi7 released this 08 Feb 16:22
· 30 commits to main since this release
f73a5ae

Features:

  • configMerge takes two deeply nested objects and merges them deeply
  • PlainOldData type for (you guessed it) plain old data made from numbers, strings, booleans, arrays and objects/records
  • is type assertions for a bunch of things
  • inspect point-free function
  • rec.fromKeys build a record from a set of keys and a function over them
  • iter.filter what you expect
  • iter.reduce what you expect

Fixes

  • rec.filter takes advantage of type assertions
  • arr.filter takes advantage of type assertions
  • iter iter args should be Iterable<T> and not IterableIterator<T>
  • set args should be Iterable<T> and not Set<T>