Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 2.13 KB

0.9.0 (2019-08-27)

Breaking Changes

  • dependency: Rename Dependency.list to Dependency.tuple
  • stream: Insitute a naming standard for the Streams of each namespace.
  • lambda: Simplify how to schedule a Lambda.Function with Lambda.schedule
  • shape: Rename "Types" to "Shapes"

Bug Fixes

  • stream: Fix bug in Collectors where the Promise wasn't being awaited.

0.8.0 (2019-08-27)

Features

  • package: re-structure package into extensible namespaces and folders (#48) (a3a134b)
  • shape: remove redundant carrying of a type's runtime type (#46) (2c11f19)
  • shape: rename any to dynamic: Type and add unsafeDynamic: Type (#45) (27a60fa)
  • stream: namespace S3DeliveryStream under Firehose.Deliverystream (#47) (206e4bb)

0.7.0 (2019-08-21)

Features

  • dynamodb: consolidate HashTable and SortedTable into DynamoDB.Table (#21) (PR)
  • shape: add support for any type (#37) (1a7742c)
  • shape: change runtime type of any to unknown (#37) (PR)
  • stream: rename Enumerable to Stream (#25) (PR)