UNPKG

@adso-ts/badges

Version:
119 lines (57 loc) 5.29 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. ### [1.1.4](https://github.com/adam-sokolowski/badges/compare/v1.1.3...v1.1.4) (2020-08-16) ### Bug fixes * **packages:** update hook tasks ([2464b52](https://github.com/adam-sokolowski/badges/commit/2464b52be86274b3544b4115328be2c3822ee0f2)) ### [1.1.3](https://github.com/adam-sokolowski/badges/compare/v1.1.2...v1.1.3) (2020-08-08) ### [1.1.2](https://github.com/adam-sokolowski/badges/compare/v1.1.1...v1.1.2) (2020-08-08) ### Documentation * **all:** fix commands formatting ([31629b6](https://github.com/adam-sokolowski/badges/commit/31629b656dcd13c60fb97b22ee0f94bc5c39ad87)) * **all:** update main readme ([63977be](https://github.com/adam-sokolowski/badges/commit/63977be911a0417d0d364a1eaf59427505f02243)) ### Bug fixes * **packages:** update command name ([7608ea0](https://github.com/adam-sokolowski/badges/commit/7608ea0535f0395feea57fc83cbd2babefa87cd9)) ### [1.1.1](https://github.com/adam-sokolowski/badges/compare/v1.1.0...v1.1.1) (2020-06-09) ### Bug fixes * **all:** add missing binary commands ([d283728](https://github.com/adam-sokolowski/badges/commit/d2837287b6ff0a13039ebea6e5ef0ad7ad06830e)) ## [1.1.0](https://github.com/adam-sokolowski/badges/compare/v1.0.8...v1.1.0) (2020-06-06) ### Documentation * **all:** udpate documentation ([da6b71b](https://github.com/adam-sokolowski/badges/commit/da6b71ba9b2ffea19d0972b1ad3e4e681701dd9e)) ### New features * **badge:** add methods for version badge ([3d82809](https://github.com/adam-sokolowski/badges/commit/3d828097f020765c04bf4a1e31cc884abae444b1)) * **badges:** add custom badges, update documentation ([2c48c46](https://github.com/adam-sokolowski/badges/commit/2c48c4608f670ebec57753ba548c1bc1532e30a4)) * **badges:** add version badge script ([299c053](https://github.com/adam-sokolowski/badges/commit/299c053d18bebb8d26beaf7d7870432c5d9db41a)) ### Unit tests * **badges:** update coverage badges ([cc3ed4a](https://github.com/adam-sokolowski/badges/commit/cc3ed4a9f563c844928954cd5c7753d184b188af)) * **badges:** update spec ([38b09b8](https://github.com/adam-sokolowski/badges/commit/38b09b852a91e2f274ca274a8c6988bb59f255e4)) ### Code refactor * **all:** move badge color to main method ([7fb45a1](https://github.com/adam-sokolowski/badges/commit/7fb45a10c167698b8598753b050eb7d66505e1c4)) ### [1.0.8](https://github.com/adam-sokolowski/badges/compare/v1.0.7...v1.0.8) (2020-05-26) ### [1.0.7](https://github.com/adam-sokolowski/badges/compare/v1.0.6...v1.0.7) (2020-05-18) ### Documentation * **all:** update readme ([7d0fd38](https://github.com/adam-sokolowski/badges/commit/7d0fd38390c12a2f56e023340cb52b7836d6e7b7)) ### Bug fixes * **all:** update yarn script and basges template ([aa9df46](https://github.com/adam-sokolowski/badges/commit/aa9df462e33b0aed2c52ba1939eb987130b91846)) ### [1.0.6](https://github.com/adam-sokolowski/badges/compare/v1.0.5...v1.0.6) (2020-05-17) ### [1.0.5](https://github.com/adam-sokolowski/badges/compare/v1.0.4...v1.0.5) (2020-05-17) ### New features * **svg:** update badges layout ([af51ed6](https://github.com/adam-sokolowski/badges/commit/af51ed664216caa494da570e533e165541065d1e)) ### [1.0.4](https://github.com/adam-sokolowski/badges/compare/v1.0.3...v1.0.4) (2020-05-16) ### New features * **all:** update readme, fix tests ([6ab113c](https://github.com/adam-sokolowski/badges/commit/6ab113cc19b914afb486049ca8dfbbe67f6508ac)) ### Documentation * **readme:** add code example ([c60fd1e](https://github.com/adam-sokolowski/badges/commit/c60fd1e9b310f794712100a49bc7a979f306acf5)) ### 1.0.3 (2020-05-16) ### Unit tests * **all:** update test expectations ([3c160a1](https://github.com/adam-sokolowski/badges/commit/3c160a18e9f590322a5998274c1c8f80da9874a2)) ### New features * **all:** add badge generator ([3d25f87](https://github.com/adam-sokolowski/badges/commit/3d25f873b8d9f7825d61b401bbb388997ae566f0)) * **all:** add node binary shebang ([99798bb](https://github.com/adam-sokolowski/badges/commit/99798bbca39b5341e9cb92759c04a9ac481b6139)) * **all:** read and write badge ([37adb0c](https://github.com/adam-sokolowski/badges/commit/37adb0c484e2eea97260176629790522f42ddd57)) * **helpers:** add logger callback ([0c77e5e](https://github.com/adam-sokolowski/badges/commit/0c77e5ed9e9f0ae6799c878a691e23d18f19c1b3)) * **packages:** update dependencies, add cli params ([da79015](https://github.com/adam-sokolowski/badges/commit/da79015ccd8049018384a748cacf1e05bd2fdcee)) ### 1.0.2 (2020-03-31) ### New features * **all:** add jest configuration ([b804e49](https://github.com/adam-sokolowski/ts-skeleton/commit/b804e494d54392b8fb5bf2ffe33b6736a233c5ae)) * **all:** adds editor config, husky, eslint, .md ([3575bb5](https://github.com/adam-sokolowski/ts-skeleton/commit/3575bb594814e3fe72a077b3f180ee45ec2087be)) * **all:** adds initial configuration for skeleton ([8424de1](https://github.com/adam-sokolowski/ts-skeleton/commit/8424de131f7bb86cf20310d61d5de0b9502c45d8)) * **packages:** update version handling ([f35ac90](https://github.com/adam-sokolowski/ts-skeleton/commit/f35ac904ff1b9c50bd4b73777ace35a9eb85bc02))