Releases: nobrainr/morphism
Releases · nobrainr/morphism
v1.4.0
1.4.0 (2018-09-20)
Bug Fixes
- Remove cache management on dist folder (d2541bb)
Features
- remove useless build step and make the most of node_modules cached (0d527a8)
v1.3.0
1.3.0 (2018-09-20)
Bug Fixes
- Adjust order of overloaded functions (6fa0c0f)
- Allow to pass any object in get helper (bf018c9)
Features
- Add Function Overloads for Morphism currying Function (781d629)
- Add Generic Mapper Type to infer dimensional wise target (c7b8569)
- Add Type checking when using morphism currying function (60e7f47)
- Add type on Morphism registry (c429af4)
- Remove Generic Target to get the final inferred type displayed instead of the generic one (820b52d)
v1.2.0
1.2.0 (2018-09-08)
Bug Fixes
- export morphism function as interface (7af96a8)
Features
- use typeof morphism function and get rid of an Interface (10d7937)
v1.1.0
1.1.0 (2018-09-08)
Bug Fixes
- fix typo in npm script (e733b7a)
- Use package.json to cache on CI (0542d74)
Features
- Add Link to documentation. Update circle ci to deploy docs on merge on master (4d7a778)
- Add now config to deploy doc on Zeit (a5dd5a5)
- CI test (9f589ff)
- Export Registry Class, and Registry Interface. Update docs (726efd3)
- Merge Deploy and Alias in one npm script (f73a2cb)
- Test Zeit docs deployment on circleci (79d1ef8)
- Update npm script in circleci config (74270f8)
- use --team switch to deploy on nobrainr zeit team (944aac3)
- We love that kind of typo... wrong dash char (07acbe6)
v0.10.0
0.10.0 (2018-09-06)
Features
- add Typedoc to generate tsdoc (e93f42a)
- Improve Typing and create an Action Type for each transformation possible with the Schema (fa05418)
- Move out helpers function in a specific file (f2b4ed4)
- Segregates Morphism function and Morphism Registry Interfaces (7c2fa5d)
v0.9.1
0.9.1 (2018-07-28)
Bug Fixes
v0.9.0
0.9.0 (2018-07-28)
Bug Fixes
- add new constructed object when anonymous function is given instead of mutated one (73919e4), closes #24
- regression by moving reference to the object near to the lower transformer. (6e64d05)
Features
- Add build job and publish job to workflow (8784537)
- add circleci config. update webpack config (5a1d8e3)
- update to webpack 4. reduce bundle size to 5KB by removing source map in production build (38cb181)
v0.8.2
0.8.2 (2018-04-29)
Bug Fixes
- use minified version and gzipped badge: 13.2kB (7b38a65)
v0.8.1
0.8.1 (2018-04-29)
Bug Fixes
- Bump version, and update description (c2c3b8c)
v0.8.0
0.8.0 (2018-04-29)
Features
- remove isString. remove MapCache (2487f5b)
- remove lodash.mapValues (177da94)
- replace assignInWith and memoize (87c4f78)
- replace lodash isFunction, and get (05479eb)
- replace zipObject (2d1637e)
- totaly removed lodash 🎉 (21f0132)