Skip to content

Releases: dmail-old/mixin

Version 3

21 Dec 16:24
d3a775a

Choose a tag to compare

3.0.0

- Remove createPureProduct in favor of pure
No need to create multiple pureProduct, only one is required
- Talent are now called with the product they will output
It looks a bit like a constructor with this set to the created object so that you got a pointer on it
- Restore valueOf on product passed to talent
We need a pointer to the talentedProduct in many case.
- Product are now frozen objects
Cannot add new properties
Cannot reconfigure existing properties
- Much more documentation
- One talent per product
This is an implementation detail but now a product does not hold a list of talent

Version 2.0.0

20 Dec 21:08
96962f2

Choose a tag to compare

- Deprecate valueOf, lastValueOf
Let's see if we can live without them
- Replicate now exported and no longer installed on product
- Throw when exposed function are incorectly called
- Create helper.js to split code
- Add documentation