Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Latest commit

 

History

History
104 lines (47 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

104 lines (47 loc) · 5.33 KB
# 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. ### [2.4.4](https://github.com/whsha/classes/compare/v2.4.3...v2.4.4) (2020-03-07) ### Bug Fixes * move back to uuid@3 since [@7](https://github.com/7) requires crypto ([0f484ed](https://github.com/whsha/classes/commit/0f484ed4e24ba324e9f77d6b453c88253260cfa8)) ### [2.4.3](https://github.com/whsha/classes/compare/v2.4.2...v2.4.3) (2020-03-07) ### Bug Fixes * **typings:** set return type for getAdvisoryForDay to not be undfined ([5e1db59](https://github.com/whsha/classes/commit/5e1db5954e05456a1ae16459339d7c73ec69e888)) ### [2.4.2](https://github.com/whsha/classes/compare/v2.4.1...v2.4.2) (2020-03-07) ### Bug Fixes * fixed misspelling and added typings to toString as to prevent more ([1546f32](https://github.com/whsha/classes/commit/1546f3250dd6d58c5fbc90f65f26087b5b1c5357)) ### [2.4.1](https://github.com/whsha/classes/compare/v2.4.0...v2.4.1) (2020-03-07) ## [2.4.0](https://github.com/whsha/classes/compare/v2.3.2...v2.4.0) (2020-03-03) ### ⚠ BREAKING CHANGES * PreparedClassesStorev2 has been restructued aswell as ClassesStorev2 to accomidate multiple advisories. - You must change store.advisory to store.advisories. - You must use the methods on the prepared classes store; you can no longer access the prepared classes directly ### Features * allow multiple advisories ([c46aa3b](https://github.com/whsha/classes/commit/c46aa3b81f573378403d664b7ae35d06f78fb03f)) ### [2.3.2](https://github.com/whsha/classes/compare/v2.3.1...v2.3.2) (2020-03-02) ### Bug Fixes * expose PreparedClasses typs ([cb9bf27](https://github.com/whsha/classes/commit/cb9bf27ca90e21b8e765dba04e44dac29c2b5830)) ### [2.3.1](https://github.com/whsha/classes/compare/v2.3.0...v2.3.1) (2020-03-01) ### Features * move parse into migrate folder as to be accessable ([eec41e6](https://github.com/whsha/classes/commit/eec41e6b173ceeba5105959a057890662ac9a5d2)) ## [2.3.0](https://github.com/whsha/classes/compare/v2.2.1...v2.3.0) (2020-03-01) ### Features * use inheretance to make the prepared classes store more flexable ([95f035a](https://github.com/whsha/classes/commit/95f035af2b871e12a49d82ee444b1a58557ff6c5)) ### [2.2.1](https://github.com/whsha/classes/compare/v2.2.0...v2.2.1) (2020-03-01) ### Bug Fixes * add sign to releases ([14f7a94](https://github.com/whsha/classes/commit/14f7a944c3591a15f038df59a59146104554e96b)) ## [2.2.0](https://github.com/whsha/classes/compare/v2.1.0...v2.2.0) (2020-02-29) ## [2.1.0](https://github.com/whsha/classes/compare/v2.0.3...v2.1.0) (2020-02-29) ### Features * add robust tests for v2 class system and iron out many bugs ([cf700cc](https://github.com/whsha/classes/commit/cf700cce3c95bcb670f42fd4606722b872e69672)) ### Bug Fixes * clean up readme ([66c4313](https://github.com/whsha/classes/commit/66c43131fd7c7c2fe73ee4b6b01de1f3a784e4b9)) ### [2.0.3](https://github.com/whsha/classes/compare/v2.0.2...v2.0.3) (2020-01-21) ### Bug Fixes * remove block color mapping ([d1a7864](https://github.com/whsha/classes/commit/d1a78646ce49fa0a89f6c42ff78796fc3dc6a576)) ### [2.0.2](https://github.com/whsha/classes/compare/v2.0.1...v2.0.2) (2020-01-21) ### Bug Fixes * move files out of src dir ([f2d618c](https://github.com/whsha/classes/commit/f2d618c4049d671162ccd636e8f6daf231eeb54d)) ### [2.0.1](https://github.com/whsha/classes/compare/v2.0.0...v2.0.1) (2020-01-21) ### Bug Fixes * only use js files on npm ([f56103c](https://github.com/whsha/classes/commit/f56103c76264e3fd33db045d8a6b06693b246713))