-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking: Colors to Chalk based #5
Commits on Nov 21, 2018
-
Upgrade: Bump husky from 1.1.4 to 1.2.0
Bumps [husky](https://github.com/typicode/husky) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](typicode/husky@v1.1.4...v1.2.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for b57b2a6 - Browse repository at this point
Copy the full SHA b57b2a6View commit details
Commits on Nov 30, 2018
-
New: Implementation with
chalk
Changed the `colors` based codebase to a `chalk` one with some colour changes (out -> cyan without bold, warn -> orange); added a `getTheme` function while removing the `theme` script BREAKING CHANGE: No longer accept `colors` specific styles in `extend()` (e.g: "grey", "rainbow", "zebra", "america", "trap" and "random") but accept more choices. Some colours could be slightly different (so that could break tests relying on those). fix #2
Configuration menu - View commit details
-
Copy full SHA for b922277 - Browse repository at this point
Copy the full SHA b922277View commit details -
Updated the documentation and re-added `bold` to `info()` (so this is no longer a **breaking** change for `info()` _only_)
Configuration menu - View commit details
-
Copy full SHA for 1c8da6d - Browse repository at this point
Copy the full SHA 1c8da6dView commit details -
Fix(Test): Chalk enabled on Travis?
Testing if `chalk` is enabled on TravisCI or if the fail is caused by something else (while working locally).
Configuration menu - View commit details
-
Copy full SHA for fe011f7 - Browse repository at this point
Copy the full SHA fe011f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05e937 - Browse repository at this point
Copy the full SHA a05e937View commit details -
Build(Husky): Updated the husky config
Updated the pre-commit hook according to the new way of doing it.
Configuration menu - View commit details
-
Copy full SHA for a6eaf71 - Browse repository at this point
Copy the full SHA a6eaf71View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ea23f - Browse repository at this point
Copy the full SHA a4ea23fView commit details -
Fix(Test): Fixed package file reading issue
Reset the _package.json_ and the package lock
Configuration menu - View commit details
-
Copy full SHA for 75dbdaa - Browse repository at this point
Copy the full SHA 75dbdaaView commit details -
Fix(Test): Fix attempt on with Jest
Attempt at fixing [this issue](https://github.com/chalk/chalk/issues/307) with what @nazrhyn suggested. re #2
Configuration menu - View commit details
-
Copy full SHA for 5e888b3 - Browse repository at this point
Copy the full SHA 5e888b3View commit details -
Changed `npm test` to run `jest --color` instead of `jest --color=always`, removed the `chalk.colour` forcer in _index.js_ and tweaked a test case. re #2
Configuration menu - View commit details
-
Copy full SHA for 6d75cb5 - Browse repository at this point
Copy the full SHA 6d75cb5View commit details -
Fix(Test): Removed duplicated tests
Refactored duplicated block of lines flagged in Codacy
Configuration menu - View commit details
-
Copy full SHA for 600f2ec - Browse repository at this point
Copy the full SHA 600f2ecView commit details -
Fix(Test): Changed the chalk colour forcer
Made the `chalk` colour forcing unconditional and as complex as it needs to be (for now).
Configuration menu - View commit details
-
Copy full SHA for 972e0af - Browse repository at this point
Copy the full SHA 972e0afView commit details -
Fix(Test): Removed a new duplication
Refactored a new set of duplicated block (3 lines).
Configuration menu - View commit details
-
Copy full SHA for 73d9811 - Browse repository at this point
Copy the full SHA 73d9811View commit details
Commits on Dec 3, 2018
-
Fix: Removed post-merge duplication
Removed the duplicated variable declaration that stayed after a merge conflict.
Configuration menu - View commit details
-
Copy full SHA for a5bb744 - Browse repository at this point
Copy the full SHA a5bb744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc12f6 - Browse repository at this point
Copy the full SHA 4cc12f6View commit details
Commits on Dec 4, 2018
-
Upgrade: Bump semantic-release from 15.12.3 to 15.12.4
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.12.3 to 15.12.4. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v15.12.3...v15.12.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for eb62bc0 - Browse repository at this point
Copy the full SHA eb62bc0View commit details -
Merge pull request #19 from Berkmann18/dependabot/npm_and_yarn/dev/se…
…mantic-release-15.12.4
Configuration menu - View commit details
-
Copy full SHA for 34d7c4a - Browse repository at this point
Copy the full SHA 34d7c4aView commit details
Commits on Dec 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9294658 - Browse repository at this point
Copy the full SHA 9294658View commit details -
New: Implementation with
chalk
Changed the `colors` based codebase to a `chalk` one with some colour changes (out -> cyan without bold, warn -> orange); added a `getTheme` function while removing the `theme` script BREAKING CHANGE: No longer accept `colors` specific styles in `extend()` (e.g: "grey", "rainbow", "zebra", "america", "trap" and "random") but accept more choices. Some colours could be slightly different (so that could break tests relying on those). fix #2
Configuration menu - View commit details
-
Copy full SHA for 48e775f - Browse repository at this point
Copy the full SHA 48e775fView commit details -
Updated the documentation and re-added `bold` to `info()` (so this is no longer a **breaking** change for `info()` _only_)
Configuration menu - View commit details
-
Copy full SHA for da7727f - Browse repository at this point
Copy the full SHA da7727fView commit details -
Fix(Test): Chalk enabled on Travis?
Testing if `chalk` is enabled on TravisCI or if the fail is caused by something else (while working locally).
Configuration menu - View commit details
-
Copy full SHA for ea12390 - Browse repository at this point
Copy the full SHA ea12390View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10f576 - Browse repository at this point
Copy the full SHA e10f576View commit details -
Build(Husky): Updated the husky config
Updated the pre-commit hook according to the new way of doing it.
Configuration menu - View commit details
-
Copy full SHA for 47c91ae - Browse repository at this point
Copy the full SHA 47c91aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa8f47 - Browse repository at this point
Copy the full SHA 2fa8f47View commit details -
Fix(Test): Fixed package file reading issue
Reset the _package.json_ and the package lock
Configuration menu - View commit details
-
Copy full SHA for 67fb68d - Browse repository at this point
Copy the full SHA 67fb68dView commit details -
Fix(Test): Fix attempt on with Jest
Attempt at fixing [this issue](https://github.com/chalk/chalk/issues/307) with what @nazrhyn suggested. re #2
Configuration menu - View commit details
-
Copy full SHA for bc264d8 - Browse repository at this point
Copy the full SHA bc264d8View commit details -
Changed `npm test` to run `jest --color` instead of `jest --color=always`, removed the `chalk.colour` forcer in _index.js_ and tweaked a test case. re #2
Configuration menu - View commit details
-
Copy full SHA for 8197c5a - Browse repository at this point
Copy the full SHA 8197c5aView commit details -
Fix(Test): Removed duplicated tests
Refactored duplicated block of lines flagged in Codacy
Configuration menu - View commit details
-
Copy full SHA for 707fe47 - Browse repository at this point
Copy the full SHA 707fe47View commit details -
Fix(Test): Changed the chalk colour forcer
Made the `chalk` colour forcing unconditional and as complex as it needs to be (for now).
Configuration menu - View commit details
-
Copy full SHA for fa17131 - Browse repository at this point
Copy the full SHA fa17131View commit details -
Fix(Test): Removed a new duplication
Refactored a new set of duplicated block (3 lines).
Configuration menu - View commit details
-
Copy full SHA for d01fda0 - Browse repository at this point
Copy the full SHA d01fda0View commit details -
Fix: Removed post-merge duplication
Removed the duplicated variable declaration that stayed after a merge conflict.
Configuration menu - View commit details
-
Copy full SHA for 554be34 - Browse repository at this point
Copy the full SHA 554be34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e59531 - Browse repository at this point
Copy the full SHA 1e59531View commit details
Commits on Dec 10, 2018
-
Upgrade: Bump colors from 1.3.2 to 1.3.3
Bumps [colors](https://github.com/Marak/colors.js) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/Marak/colors.js/releases) - [Commits](Marak/colors.js@v1.3.2...v1.3.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for a92c87f - Browse repository at this point
Copy the full SHA a92c87fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f170f - Browse repository at this point
Copy the full SHA 92f170fView commit details -
Upgrade: Bump documentation from 8.1.2 to 9.0.0
Bumps [documentation](https://github.com/documentationjs/documentation) from 8.1.2 to 9.0.0. - [Release notes](https://github.com/documentationjs/documentation/releases) - [Changelog](https://github.com/documentationjs/documentation/blob/master/CHANGELOG.md) - [Commits](documentationjs/documentation@v8.1.2...v9.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for fb9edbd - Browse repository at this point
Copy the full SHA fb9edbdView commit details -
Merge pull request #21 from Berkmann18/dependabot/npm_and_yarn/dev/do…
…cumentation-9.0.0
Configuration menu - View commit details
-
Copy full SHA for cb8d2ac - Browse repository at this point
Copy the full SHA cb8d2acView commit details -
Upgrade: Bump eslint from 5.9.0 to 5.10.0
Bumps [eslint](https://github.com/eslint/eslint) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v5.9.0...v5.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 796a4b1 - Browse repository at this point
Copy the full SHA 796a4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a9904 - Browse repository at this point
Copy the full SHA 05a9904View commit details -
Build: Updated pre-commit hook
Switched to the non-deprecated pre-commit hook approach recommended when using `husky`
Configuration menu - View commit details
-
Copy full SHA for ea41471 - Browse repository at this point
Copy the full SHA ea41471View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e3e80 - Browse repository at this point
Copy the full SHA e7e3e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63afc7 - Browse repository at this point
Copy the full SHA d63afc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83305f3 - Browse repository at this point
Copy the full SHA 83305f3View commit details -
New: Added
succ
and changedinfo
Added logs for successes (`succ`) which uses the previous colour of `info` which now uses bright blue.
Configuration menu - View commit details
-
Copy full SHA for eec7180 - Browse repository at this point
Copy the full SHA eec7180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80553e2 - Browse repository at this point
Copy the full SHA 80553e2View commit details
Commits on Dec 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ed698af - Browse repository at this point
Copy the full SHA ed698afView commit details -
New: Implementation with
chalk
Changed the `colors` based codebase to a `chalk` one with some colour changes (out -> cyan without bold, warn -> orange); added a `getTheme` function while removing the `theme` script BREAKING CHANGE: No longer accept `colors` specific styles in `extend()` (e.g: "grey", "rainbow", "zebra", "america", "trap" and "random") but accept more choices. Some colours could be slightly different (so that could break tests relying on those). fix #2
Configuration menu - View commit details
-
Copy full SHA for 53c4101 - Browse repository at this point
Copy the full SHA 53c4101View commit details -
Updated the documentation and re-added `bold` to `info()` (so this is no longer a **breaking** change for `info()` _only_)
Configuration menu - View commit details
-
Copy full SHA for 6a4a288 - Browse repository at this point
Copy the full SHA 6a4a288View commit details -
Fix(Test): Chalk enabled on Travis?
Testing if `chalk` is enabled on TravisCI or if the fail is caused by something else (while working locally).
Configuration menu - View commit details
-
Copy full SHA for f2943f6 - Browse repository at this point
Copy the full SHA f2943f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39071d3 - Browse repository at this point
Copy the full SHA 39071d3View commit details -
Build(Husky): Updated the husky config
Updated the pre-commit hook according to the new way of doing it.
Configuration menu - View commit details
-
Copy full SHA for f426c12 - Browse repository at this point
Copy the full SHA f426c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf4c69 - Browse repository at this point
Copy the full SHA 8cf4c69View commit details -
Fix(Test): Fixed package file reading issue
Reset the _package.json_ and the package lock
Configuration menu - View commit details
-
Copy full SHA for 0f00f7e - Browse repository at this point
Copy the full SHA 0f00f7eView commit details -
Fix(Test): Fix attempt on with Jest
Attempt at fixing [this issue](https://github.com/chalk/chalk/issues/307) with what @nazrhyn suggested. re #2
Configuration menu - View commit details
-
Copy full SHA for 11840ee - Browse repository at this point
Copy the full SHA 11840eeView commit details -
Changed `npm test` to run `jest --color` instead of `jest --color=always`, removed the `chalk.colour` forcer in _index.js_ and tweaked a test case. re #2
Configuration menu - View commit details
-
Copy full SHA for 3a5ae9d - Browse repository at this point
Copy the full SHA 3a5ae9dView commit details -
Fix(Test): Removed duplicated tests
Refactored duplicated block of lines flagged in Codacy
Configuration menu - View commit details
-
Copy full SHA for 7020170 - Browse repository at this point
Copy the full SHA 7020170View commit details -
Fix(Test): Changed the chalk colour forcer
Made the `chalk` colour forcing unconditional and as complex as it needs to be (for now).
Configuration menu - View commit details
-
Copy full SHA for 637acc3 - Browse repository at this point
Copy the full SHA 637acc3View commit details -
Fix(Test): Removed a new duplication
Refactored a new set of duplicated block (3 lines).
Configuration menu - View commit details
-
Copy full SHA for 130386e - Browse repository at this point
Copy the full SHA 130386eView commit details -
Fix: Removed post-merge duplication
Removed the duplicated variable declaration that stayed after a merge conflict.
Configuration menu - View commit details
-
Copy full SHA for 2c9e8b7 - Browse repository at this point
Copy the full SHA 2c9e8b7View commit details -
New: Implementation with
chalk
Changed the `colors` based codebase to a `chalk` one with some colour changes (out -> cyan without bold, warn -> orange); added a `getTheme` function while removing the `theme` script BREAKING CHANGE: No longer accept `colors` specific styles in `extend()` (e.g: "grey", "rainbow", "zebra", "america", "trap" and "random") but accept more choices. Some colours could be slightly different (so that could break tests relying on those). fix #2
Configuration menu - View commit details
-
Copy full SHA for bdca3fc - Browse repository at this point
Copy the full SHA bdca3fcView commit details -
Updated the documentation and re-added `bold` to `info()` (so this is no longer a **breaking** change for `info()` _only_)
Configuration menu - View commit details
-
Copy full SHA for 787a9f4 - Browse repository at this point
Copy the full SHA 787a9f4View commit details -
Fix(Test): Chalk enabled on Travis?
Testing if `chalk` is enabled on TravisCI or if the fail is caused by something else (while working locally).
Configuration menu - View commit details
-
Copy full SHA for 95bd6e2 - Browse repository at this point
Copy the full SHA 95bd6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441ee51 - Browse repository at this point
Copy the full SHA 441ee51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 353200b - Browse repository at this point
Copy the full SHA 353200bView commit details -
Fix(Test): Fixed package file reading issue
Reset the _package.json_ and the package lock
Configuration menu - View commit details
-
Copy full SHA for 5a4b58c - Browse repository at this point
Copy the full SHA 5a4b58cView commit details -
Changed `npm test` to run `jest --color` instead of `jest --color=always`, removed the `chalk.colour` forcer in _index.js_ and tweaked a test case. re #2
Configuration menu - View commit details
-
Copy full SHA for d1f3c4e - Browse repository at this point
Copy the full SHA d1f3c4eView commit details -
Fix(Test): Changed the chalk colour forcer
Made the `chalk` colour forcing unconditional and as complex as it needs to be (for now).
Configuration menu - View commit details
-
Copy full SHA for 31e8add - Browse repository at this point
Copy the full SHA 31e8addView commit details -
Fix: Removed post-merge duplication
Removed the duplicated variable declaration that stayed after a merge conflict.
Configuration menu - View commit details
-
Copy full SHA for ffac97b - Browse repository at this point
Copy the full SHA ffac97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2d409 - Browse repository at this point
Copy the full SHA 3b2d409View commit details -
New: Added
succ
and changedinfo
Added logs for successes (`succ`) which uses the previous colour of `info` which now uses bright blue.
Configuration menu - View commit details
-
Copy full SHA for e37ff46 - Browse repository at this point
Copy the full SHA e37ff46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2883d - Browse repository at this point
Copy the full SHA 7f2883dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3b302 - Browse repository at this point
Copy the full SHA 0e3b302View commit details -
Configuration menu - View commit details
-
Copy full SHA for a96b2b3 - Browse repository at this point
Copy the full SHA a96b2b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99cd0d2 - Browse repository at this point
Copy the full SHA 99cd0d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c339fd - Browse repository at this point
Copy the full SHA 5c339fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec1a63 - Browse repository at this point
Copy the full SHA 1ec1a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1bcee2 - Browse repository at this point
Copy the full SHA b1bcee2View commit details
Commits on Dec 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for abc3881 - Browse repository at this point
Copy the full SHA abc3881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095f93f - Browse repository at this point
Copy the full SHA 095f93fView commit details -
Update(Test): Refactored and fixed the test
Refactored most test cases and fixed the 3 that were broken.
Configuration menu - View commit details
-
Copy full SHA for 68fd33e - Browse repository at this point
Copy the full SHA 68fd33eView commit details
Commits on Jan 1, 2019
-
Added symbolic versions accessible using `./symbols` which only changes `info`, `error`, `warn`, `quest` and `succ`. `./index` was also refactored to take advantage of the common code with `./symbols` while making sure the theme was just as accessible within the package.
Configuration menu - View commit details
-
Copy full SHA for 11e30d3 - Browse repository at this point
Copy the full SHA 11e30d3View commit details -
Update: Rejection of undefined names in
extend
`extend()` now properly rejects undefined values which in the past let functions (cf. `harmless(...)` in the test suites) pass as "undefined".
Configuration menu - View commit details
-
Copy full SHA for b76353e - Browse repository at this point
Copy the full SHA b76353eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 029380d - Browse repository at this point
Copy the full SHA 029380dView commit details
Commits on Feb 27, 2019
-
Build: Added
TERM
env variableAs suggested by @cotsog on the TravisCI ticket, this should allow the terminal to use enough colours. re chalk/supports-color#92
Configuration menu - View commit details
-
Copy full SHA for 250aa3e - Browse repository at this point
Copy the full SHA 250aa3eView commit details
Commits on Mar 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7845adc - Browse repository at this point
Copy the full SHA 7845adcView commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a62a2f - Browse repository at this point
Copy the full SHA 1a62a2fView commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b9ba1ad - Browse repository at this point
Copy the full SHA b9ba1adView commit details
Commits on Jun 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b8c7ca8 - Browse repository at this point
Copy the full SHA b8c7ca8View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7dcc28 - Browse repository at this point
Copy the full SHA d7dcc28View commit details