Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

38 lines (17 loc) · 1.14 KB

1.1.0 (2016-09-01)

1.0.2 (2016-08-16)

Bug Fixes

  • sourcemaps: Skip generating sourcemaps until they can be properly fixed (75e0b04)

1.0.1 (2016-06-17)

Bug Fixes

  • ZoneOperators: Remove hard dependency on Angular 2 (2d05ecc)

1.0.0 (2016-05-08)

Features

  • compose: Add compose utility for composing fns (4dfc3ae)
  • SelectOperator: Add select operator (7703763)
  • SyncSubject: Add SyncSubject for delivering the most recent value sync (c2d999f)
  • ZoneOperators: Add enterZone and leaveZone operators (f95a429)