Loading CHANGELOG.md +27 −7 Original line number Diff line number Diff line ## [1.0.2](https://gitlab.com/thomasjuster/promisedip/compare/v1.0.1...v1.0.2) (2020-10-26) ## <small>1.0.3 (2020-10-26)</small> - (Chore) Use babel to bundle helpers and remove dependency on tslib for cjs & umd formats - (Chore) Fix esmodule output file format - (Chore) Improve minification - (Documentation) Update documentation * 1.0.3 ([dfe61b2](https://gitlab.com/thomasjuster/promisedip/commit/dfe61b2)) * docs(readme): add badges ([44a05ab](https://gitlab.com/thomasjuster/promisedip/commit/44a05ab)) * test(map method): add test to obtain 100% coverage ([cf54926](https://gitlab.com/thomasjuster/promisedip/commit/cf54926)) * ci(coverage): enable code coverage ([2da4686](https://gitlab.com/thomasjuster/promisedip/commit/2da4686)) * ci(gitlab): set up ci ([94f53a5](https://gitlab.com/thomasjuster/promisedip/commit/94f53a5)) * style(lint): setup eslint properly and fix source files ([b63862d](https://gitlab.com/thomasjuster/promisedip/commit/b63862d)) * chore(changelog): use commitizen as a commit & changelog tool ([5dc3184](https://gitlab.com/thomasjuster/promisedip/commit/5dc3184)) ## 1.0.1 (2020-10-23) - Update documentation ## <small>1.0.2 (2020-10-26)</small> * 1.0.2 ([3a3a1db](https://gitlab.com/thomasjuster/promisedip/commit/3a3a1db)) * chore(build): enhance rollup config and minification ([dffdeee](https://gitlab.com/thomasjuster/promisedip/commit/dffdeee)) ## <small>1.0.1 (2020-10-23)</small> * 1.0.1 ([a246a92](https://gitlab.com/thomasjuster/promisedip/commit/a246a92)) * Add LICENSE ([144048d](https://gitlab.com/thomasjuster/promisedip/commit/144048d)) * bootstrap lib ([b96cdbd](https://gitlab.com/thomasjuster/promisedip/commit/b96cdbd)) * bootstrap lib ([c62ec91](https://gitlab.com/thomasjuster/promisedip/commit/c62ec91)) * Initial commit ([6b3d9b6](https://gitlab.com/thomasjuster/promisedip/commit/6b3d9b6)) * chore: rename package because npm is grumpy ([ded96b0](https://gitlab.com/thomasjuster/promisedip/commit/ded96b0)) * chore(package): change repo-based urls ([c8d69cb](https://gitlab.com/thomasjuster/promisedip/commit/c8d69cb)) * doc: add home page url, repo and fix readme ([6ff1e30](https://gitlab.com/thomasjuster/promisedip/commit/6ff1e30)) package.json +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ "postemit-declarations": "rm ./lib/*.test.*", "predeploy": "NODE_ENV=production npm run build && npm run changelog", "deploy": "npm publish --access=public", "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file" "changelog": "conventional-changelog --infile CHANGELOG.md --same-file" }, "keywords": [ "promise", Loading Loading
CHANGELOG.md +27 −7 Original line number Diff line number Diff line ## [1.0.2](https://gitlab.com/thomasjuster/promisedip/compare/v1.0.1...v1.0.2) (2020-10-26) ## <small>1.0.3 (2020-10-26)</small> - (Chore) Use babel to bundle helpers and remove dependency on tslib for cjs & umd formats - (Chore) Fix esmodule output file format - (Chore) Improve minification - (Documentation) Update documentation * 1.0.3 ([dfe61b2](https://gitlab.com/thomasjuster/promisedip/commit/dfe61b2)) * docs(readme): add badges ([44a05ab](https://gitlab.com/thomasjuster/promisedip/commit/44a05ab)) * test(map method): add test to obtain 100% coverage ([cf54926](https://gitlab.com/thomasjuster/promisedip/commit/cf54926)) * ci(coverage): enable code coverage ([2da4686](https://gitlab.com/thomasjuster/promisedip/commit/2da4686)) * ci(gitlab): set up ci ([94f53a5](https://gitlab.com/thomasjuster/promisedip/commit/94f53a5)) * style(lint): setup eslint properly and fix source files ([b63862d](https://gitlab.com/thomasjuster/promisedip/commit/b63862d)) * chore(changelog): use commitizen as a commit & changelog tool ([5dc3184](https://gitlab.com/thomasjuster/promisedip/commit/5dc3184)) ## 1.0.1 (2020-10-23) - Update documentation ## <small>1.0.2 (2020-10-26)</small> * 1.0.2 ([3a3a1db](https://gitlab.com/thomasjuster/promisedip/commit/3a3a1db)) * chore(build): enhance rollup config and minification ([dffdeee](https://gitlab.com/thomasjuster/promisedip/commit/dffdeee)) ## <small>1.0.1 (2020-10-23)</small> * 1.0.1 ([a246a92](https://gitlab.com/thomasjuster/promisedip/commit/a246a92)) * Add LICENSE ([144048d](https://gitlab.com/thomasjuster/promisedip/commit/144048d)) * bootstrap lib ([b96cdbd](https://gitlab.com/thomasjuster/promisedip/commit/b96cdbd)) * bootstrap lib ([c62ec91](https://gitlab.com/thomasjuster/promisedip/commit/c62ec91)) * Initial commit ([6b3d9b6](https://gitlab.com/thomasjuster/promisedip/commit/6b3d9b6)) * chore: rename package because npm is grumpy ([ded96b0](https://gitlab.com/thomasjuster/promisedip/commit/ded96b0)) * chore(package): change repo-based urls ([c8d69cb](https://gitlab.com/thomasjuster/promisedip/commit/c8d69cb)) * doc: add home page url, repo and fix readme ([6ff1e30](https://gitlab.com/thomasjuster/promisedip/commit/6ff1e30))
package.json +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ "postemit-declarations": "rm ./lib/*.test.*", "predeploy": "NODE_ENV=production npm run build && npm run changelog", "deploy": "npm publish --access=public", "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file" "changelog": "conventional-changelog --infile CHANGELOG.md --same-file" }, "keywords": [ "promise", Loading