deckbuilder
Version:
A deck building and management tool any card based games in the browser or Node.
36 lines (28 loc) • 1.37 kB
Markdown
## 1.1.2 / 2020-04-16
- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
## 1.1.1 / 2020-03-02
- [MISC] Replaced rollup-plugin-commonjs and rollup-plugin-node-resolve with their @rollup versions.
- [MISC] Updated out-of-date dependencies to their latest versions.
- [MISC] Changed CHANGELOG format.
## 1.1.0 / 2020-01-02
- [MISC] Updated dependencies to their latest versions.
- [MISC] Updated license year to reflect new year.
- [MISC] Added more badges to README.
- [MISC] Moved logo from here to graphics repository and updated source to it in the README.
## 1.0.4 / 2019-11-10
- [MISC] Removed unnecessary jsdoc comments.
- [MISC] Improved folder structure.
## 1.0.3 / 2019-11-10
- [MISC] Updated all dependencies to their latest versions.
- [MISC] Added README badges.
## 1.0.2 / 2019-08-18
- [FEATURE] Updated all dev dependencies to their latest versions.
## 1.0.1 / 2019-07-17
- [HOTFIX] Updated all dev dependencies to their latest versions and fixed any security vulnerabilities found in them.
## 1.0.0 / 2019-06-29
- Started refactoring some methods to not use deep cloning
- Split the confusing return method into returnDrawn and returnDiscarded
- Cleaned up and added more test cases.
- Switched to TypeScript.
## 0.1.0
- Initial Release