All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.4 (2017-06-16)
- no need to .call factory (1eca361)
6.0.3 (2017-06-15)
- UMD fixes (9e2c054)
6.0.2 (2017-04-06)
6.0.1 (2017-03-19)
- clean output from concat (c06ff7a)
6.0.0 (2017-03-18)
- filter duplicates (a46a818)
- It was never specified how duplicate specs were supposed to be applied but from now overlaps are disallowed.
5.0.1 (2016-10-19)
- create: don't name Composition (a29964b)
5.0.0 (2016-10-16)
- prototype: allow prototype value to be a function (1f99354)
- prototype: We've retired
proto
as it can be better implemented with a callback.
4.2.1 (2016-10-16)
- prototype: smaller proto (d8b5262)
4.2.0 (2016-10-16)
- tests: cleanup (c5e320b)
- prototype: added support for proto (186b686)
4.1.1 (2016-10-12)
4.1.0 (2016-09-22)
4.0.0 (2016-09-13)
- package rename (baba360)
- The package name was changed from mu-compose to mu-create to not clash with existing npm package.
3.1.0 (2016-09-13)
- added basic extend based on concat (ae23799)
3.0.0 (2016-09-12)
- allow safe extension of rules and blueprints (800cf39)
- this commit allows for a safer extension point and thus the old .rules and .blueprints properties are now removed.
2.2.0 (2016-09-12)
- expose rules and blueprints (a2c7ace)
2.1.1 (2016-09-09)
2.1.0 (2016-09-08)
2.0.0 (2016-09-03)
- update package name in package.json (ab05161)
- constructors can change arguments for next invocation (ebe172e)
- Previously constructors could return a new value that would change the return type of the object. The new usage is to return a value to be passed to the next constructor - if the value is an array || arguments it will be spread over the next constructor, if it's a native type it will be wrapped in an array and spread over the next constructor, otherwise the previous args will be used for the next invocation.
1.0.1 (2016-09-03)
- UMD fixes (11515fd)