All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.0 (2019-09-24)
- allows overriding the return type by providing a type variable (9aaeb53)
1.0.1 (2019-09-18)
- blueprint builder methods for optional properties are typed as possibly undefined (c6b42cf)
1.0.0 (2019-03-21)
- accept an array of initial transformations (639ca43)
- rename to @ngxp/builder (8008818)
- return a new builder instance for each additional transformation (fee9381)
- transformation parameter and return value are now Partial
0.4.0 (2018-08-05)
- add freeze method to builder (7d9a003)
0.3.0 (2018-08-04)
- 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)
- compile lodash-es with babel to fix es2015 import issue (c3a8370)
- initial implementation of createBuilder and createBlueprintBuilder (dc13e4c)