**Some improvements that can make the lib more modern:** - [x] ES6+ support - [x] Use rollup to build dist files - [ ] Improve semantic versioning - [ ] Namespacing (maybe something like `libjs`) - [x] Create `ebanx` namespace on npm (to use as in `npm install @ebanx/lib-js`) - [ ] Publish as different formats: amd, cjs, umd, iife, esm, systemjs - [ ] Publish to npm (yarn) - [ ] Publish to jsdelivr - [ ] Publish to unpkg - [ ] CHANGELOG file - [x] Use prettier with eslint to keep code consistence - [ ] Most important API docs in the README file