Skip to content

Latest commit

 

History

History
119 lines (51 loc) · 3 KB

CHANGELOG.md

File metadata and controls

119 lines (51 loc) · 3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2019-09-24)

Features

  • allows overriding the return type by providing a type variable (9aaeb53)

1.0.1 (2019-09-18)

Bug Fixes

  • blueprint builder methods for optional properties are typed as possibly undefined (c6b42cf)

1.0.0 (2019-03-21)

Bug Fixes

  • event-stream vulnerability (da98370)
  • typing issue in blueprint builder (362876d)

Features

  • accept an array of initial transformations (639ca43)
  • rename to @ngxp/builder (8008818)
  • return a new builder instance for each additional transformation (fee9381)

BREAKING CHANGES

  • transformation parameter and return value are now Partial

0.4.0 (2018-08-05)

Features

  • add freeze method to builder (7d9a003)

0.3.0 (2018-08-04)

Features

  • allow blueprint to be factory method that returns a blueprint (05edc1b)

0.2.7 (2018-07-17)

0.2.6 (2018-07-17)

0.2.5 (2018-07-17)

0.2.4 (2018-07-16)

0.2.3 (2018-07-16)

0.2.2 (2018-07-16)

0.2.1 (2018-07-16)

0.2.0 (2018-07-16)

0.1.0 (2018-07-16)

Bug Fixes

  • compile lodash-es with babel to fix es2015 import issue (c3a8370)

Features

  • initial implementation of createBuilder and createBlueprintBuilder (dc13e4c)