- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
- [FEATURE] Made all properties private as they are not meant to be set. To avoid creating a breaking change there are now getters for all properties.
- [FEATURE] Added default values to bounds object so that only width and height have to be specified when creating a new instance of Superquad.
- [FEATURE] Made the options optional when initializing a new instance of Superquad as it was originally meant to be.
- [DOCS] Added key information that was missing about creating a new instance of Superquad in the README.
- [DOCS] Updated some JSDOC comments.
- [MISC] Added tsconfig file that was somehow missing before.
- [MISC] Created new build that has .d.ts files.
- [MISC] Updated rollup to latest version.
- [MISC] Updated rollup-plugin-commonjs and rollup-plugin-node-resolve to their new @rollup versions.
- [MISC] Updated dependencies to their latest versions.
- [MISC] Removed unnecessary spacing.
- [MISC] Changed CHANGELOG format.
- [MISC] Changed src/Superquad.ts to src/index.ts for consistency across projects.
- [MISC] Updated all dependencies to their latest versions.
- [MISC] Updated LICENSE to reflect new year.
- [MISC] Added badges to README.
- [MISC] Updated verbiage in README.
- [MISC] Updated all dependencies to their latest versions.
- [MISC] Added more keywords and repository to package.json.
- [FEATURE] Updated all dev dependencies to their latest versions.
- [FEATURE] Removed Unnecessary since comments.
- [FEATURE] Updated all dev dependencies to their latest versions.
- [HOTFIX] Updated all dev dependencies to their latest versions and fixed any security vulnerabilities found in them.
- Initial Release