Skip to content

Releases: Geordi7/fint

v0.1.3

08 Feb 16:22
f73a5ae
Compare
Choose a tag to compare

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>

v0.1.2

01 Feb 17:25
d7cd4c7
Compare
Choose a tag to compare

Features

  1. Result type and related tools

Changes

  1. npm run build works better
  2. more strict tsconfig and cleanup

v0.1.0

30 Jan 14:10
4bbd675
Compare
Choose a tag to compare

Initial Release

includes: Pipelines, point-free-tools, some miscellaneous stuff