- Moved the JSDoc to .d.ts file due to being invisible in the index.js file.
- Updated the Typescript version from 3.7.2 to 3.8.3
- Added the changelog file.
- Added JSDoc documentation.
- Synced the Readme file with the JSDoc.
- Breaking change: if the upper bound and lower bound have the same value, no error is thrown and the class might be used, the range will behave as a point.
- Bugfixes and several small changes.
- Created the NPM package including the NumericRange class.