essentials
Version:
Essential initialization for every JavaScript process
28 lines (14 loc) • 996 B
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.2.0](https://github.com/medikoo/essentials/compare/v1.1.1...v1.2.0) (2021-12-17)
### Features
- Prevent doubled load of the module (otherwise unhandled rejections are silent) ([b8c5536](https://github.com/medikoo/essentials/commit/b8c553613671d35f0d6eab2a504408eb2ba63ee9))
### [1.1.1](https://github.com/medikoo/essentials/compare/v1.1.0...v1.1.1) (2019-11-08)
_Maintanance update_
## [1.1.0](https://github.com/medikoo/essentials/compare/v1.0.0...v1.1.0) (2019-11-08)
### Features
- Do not throw on unhandled rejection if custom handler registered ([44d6301](https://github.com/medikoo/essentials/commit/44d6301))
<a name="1.0.0"></a>
# 1.0.0 (2019-01-15)
### Features
- ensure to address browsers with `process` polyfill ([43dbded](https://github.com/medikoo/essentials/commit/43dbded))