Skip to content

Releases: qiwi/mixin

v1.2.1

09 Apr 12:57
Compare
Choose a tag to compare

1.2.1 (2020-04-09)

Performance Improvements

v1.2.0

29 Mar 15:13
Compare
Choose a tag to compare

1.2.0 (2020-03-29)

Features

v1.1.3

20 Mar 07:02
Compare
Choose a tag to compare

1.1.3 (2020-03-20)

Bug Fixes

  • merge reduced type with the entire all prev accumulated type intersection (62660f1)

v1.1.2

17 Mar 13:58
Compare
Choose a tag to compare

1.1.2 (2020-03-17)

Bug Fixes

  • package: use es5 as def format (4c1ca87)

v1.1.1

17 Mar 06:52
Compare
Choose a tag to compare

1.1.1 (2020-03-17)

Bug Fixes

  • dts: handle dynamic type imports (4246073)

v1.1.0

13 Mar 20:33
Compare
Choose a tag to compare

1.1.0 (2020-03-13)

Bug Fixes

  • tune up applyAsPipe result (394f2f6)

Features

  • add functional mixin applier (3b9a49c)

v1.0.1

12 Mar 14:08
Compare
Choose a tag to compare

1.0.1 (2020-03-12)

Bug Fixes

v1.0.0

22 Jan 06:39
Compare
Choose a tag to compare

1.0.0 (2020-01-22)

Bug Fixes

  • package: rollback typedoc (a21979b)
  • fix UnionToInstanceTypeIntersection (15a7d34)

Features

  • applyMixinsAsProxy: apply lifo logic to proxy chain (723d926)
  • add combined argument types support for applyMixins (d16ea7d)
  • add facade layer (bc946e0)
  • util: add toClassMixin helper (46babe6)
  • util: add toObjectMixin helper (d0e337b)
  • add applyMixin draft impl (8e56c4c)
  • add applyMixinsAsSubclass working draft (059faae)
  • add UnionInstanceTypeIntersection type resolver (4295be6)
  • applyMixinsAsSubclass inherits static methods (d039f11)