Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.62 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.2.1 (2017-11-21)

Note: Version bump only for package remote-context

0.2.0 (2017-08-27)

Bug Fixes

  • context: Descriptors compare support NaN (ac1a71c)
  • context: Fix comparing descriptors when one or more descriptors is undefined. (eca6c4f)
  • context: Fix error rejection on Promise reflection. (58610b7)
  • context: Fix getter on local method (5c211c1)
  • context: Prevent Context#set from accessing getters (449772a)

Features

  • context: Add support for getters and setters (73b59f9)

Performance Improvements

  • Promise: Make promises send callbacks instead of request. (f1617b7)

0.1.1 (2017-08-21)