Skip to content

1.1.0

Compare
Choose a tag to compare
@zth zth released this 23 Feb 09:25
· 42 commits to main since this release
  • BREAKING: Align List api with other modules (List.getBy -> List.find etc.). #195
  • BREAKING: Adds typed bindings to Intl, replacing the options type of {..} with records. #65
  • Add Dict.forEach, Dict.forEachWithKey and Dict.mapValues #181
  • Remove internal xxxU helper functions that are not needed anymore in uncurried mode. #191
  • Rename Object.empty to Object.make for consistency.
  • Add dynamic import. #178
  • Add Iterator.forEach and AsyncIterator.forEach helpers for iterators. #175