Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2 - 2019-11-11

Added

  • baseutils.option: module for dealing with optional values
  • baseutils.option.exists(): function to check if something is non-null
  • doctest configuration and some doctests

0.1.1 - 2019-11-11

Added

  • first to get the first item from an iterable

0.1.0 - 2019-11-10

Added

  • for_each for side-effectful execution
  • take to pull n items out of the iterable