Skip to content

Releases: mu-lib/mu-create

v3.1.0

13 Sep 17:31
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

Features

  • added basic extend based on concat (ae23799)

v3.0.0

13 Sep 17:30
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

Features

  • allow safe extension of rules and blueprints (800cf39)

BREAKING CHANGES

  • this commit allows for a safer extension point and thus
    the old .rules and .blueprints properties are now removed.

v2.2.0

13 Sep 17:30
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-release

Features

  • expose rules and blueprints (a2c7ace)

v2.1.1

13 Sep 17:30
Compare
Choose a tag to compare
v2.1.1 Pre-release
Pre-release
chore(release): 2.1.1

v2.1.0

13 Sep 17:29
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

Features

  • make it all testable with tap (#1) (bdc891d)

v2.0.0

13 Sep 17:27
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Bug Fixes

  • update package name in package.json (ab05161)

Features

  • constructors can change arguments for next invocation (ebe172e)

BREAKING CHANGES

  • 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.

v1.0.1

13 Sep 17:26
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Bug Fixes

v1.0.0

13 Sep 17:26
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Features

  • more generic composition key (ea5b661)
  • regexp now takes callback as argument (3bb3bfa)
  • retired dom for more generic regexp (af48bf1)