Coder Social home page Coder Social logo

Comments (12)

greenkeeper avatar greenkeeper commented on August 14, 2024

Version 3.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.1.1
  • Fix bug where password would show after a validation error.
Commits

The new version differs by 6 commits.

  • 13d3100 3.1.1
  • 60b27f0 Setup coverage in codacy
  • 62fde13 Bump dev dependencies
  • 3f465b4 Move eslint configs to own file (easier to integrate in third party)
  • 948f8dc Keep password prompt silenced after error - Fix #553 #546
  • 11f5854 chore(package): update sinon to version 2.3.4 (#550)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024

Version 3.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.0
  • Change to list prompts default handling:
    • If number, default is the choice index
    • Any other defined values, find the value in the choice array. (previously it'd only support strings)
  • Bug: SIGINT was not properly exiting the process for some users
  • Cleanup: bump dependencies
Commits

The new version differs by 8 commits.

  • 68fcbcb 3.2.0
  • e16575c Bump dependencies
  • 3f2c74b fix(package): update chalk to version 2.0.0
  • 2e9eb3e Allow non-string values as a list default option (#558)
  • 5dbd186 [fix] #293 Exit script when SIGINT signal received (#564)
  • 625965e Fixed typo (#563)
  • babdfb2 Add Plugins Section to README.md (#559)
  • 810c138 fix(package): update strip-ansi to version 4.0.0

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024

Version 3.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.1
  • Fix: gracefully exit process on SIGINT (stopped calling process.exit() directly)
Commits

The new version differs by 5 commits.

  • 815690c 3.2.1
  • d31f42b Cleanup listeners on force close
  • c4b7ece Better way to kill process (#569)
  • 29112d9 add inquirer-select-line to plugins (#568)
  • 1a511d9 Fixing grammatical typo in README (#566)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024

Version 3.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.2
  • Fix BottomBar with multi-line content.
Commits

The new version differs by 3 commits.

  • 770c9f3 3.2.2
  • c9c9bc3 Fix cleaning output durning BottomBar update (#577)
  • 2cda48b Update sinon to the latest version 🚀 (#573)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024

Version 3.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.3
  • Fix bug where user input prompt containing ANSI code would offset the cursor.
Commits

The new version differs by 4 commits.

  • 67a6fa2 3.2.3
  • 7089e16 Fix cursor behavior (#583)
  • dad46b5 Adding inquirer-command-prompt to the plugins list (#578)
  • 12041cb Add inquirer-chalk-pipe to plugins list (#580)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024

Version 3.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.0
  • Added prefix and suffix options to question object to allow you to edit the ? prefix or add a custom suffix.
Commits

The new version differs by 3 commits.

  • dcf3110 3.3.0
  • f859745 Added prefix and suffix custom option (#571)
  • e44b4f3 Update ansi-escapes to the latest version 🚀 (#584)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024
  • The dependency inquirer was updated from 6.2.0 to 6.2.1.

Your tests are still failing with this version. Compare changes

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024
  • The dependency inquirer was updated from 6.2.1 to 6.2.2.

Your tests are still failing with this version. Compare changes

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024
  • The dependency inquirer was updated from 6.2.2 to 6.3.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • ee1cc70 Publish
  • 8535305 Add number support for choices prompt (#796)
  • 0e93c0a Correct link to inquirer-emoji (#795)
  • ff075f5 Publish
  • fc5ae7a Support terminal link in prompt message (#791)
  • 331845b Rename 'LICENSE-MIT' to 'LICENSE' to license package distribution (#788)
  • 3a840ea Add number prompt type to README (#786)
  • 79b60bc Add inquirer-emoji to README (#784)
  • b745c5e Fix babel config
  • aac0d4a Tentative: Fix old Node on CI
  • 5d35cea Bug #776 fixed (#777)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024
  • The dependency inquirer was updated from 6.3.1 to 6.4.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 5f0b513 Publish
  • 38569a3 Bump dependencies
  • 705e9cc Remove all event listeners on close to avoid memory leak (#808)
  • 91a4d59 Remove paginated option from example (#801)
  • c64cf89 Update husky to the latest version 🚀 (#798)
  • e41c61d Setup publishConfig to public

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024
  • The dependency inquirer was updated from 6.4.0 to 6.4.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • b951b48 Publish
  • aeab66e Revert "Remove all event listeners on close to avoid memory leak (#808)" (#813)

See the full diff

from livestreamer-twitch-followed.

greenkeeper avatar greenkeeper commented on August 14, 2024
  • The dependency inquirer was updated from 6.5.0 to 6.5.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • 54285c7 Publish
  • a2a751a Update dependencies
  • 3986ea3 Update lerna to use yarn
  • 7bcb7d3 close keypress stream when rl close (#835)
  • 83e8727 Update lodash (#834)
  • 2fbec5c Bump dependencies
  • 5c9f9e0 Fix typo (#826)
  • da5d0e2 Publish
  • e05ae81 Issue 711 update (#825)
  • dbfe890 Clear password field on backspace (#821)
  • e14796b Upgrade lodash to 4.17.12 to Fix Vulnerability (#824)
  • 29ac965 Update husky to the latest version 🚀 (#819)
  • d82131e Update lint-staged to the latest version 🚀 (#818)
  • 1f849ab feat: add inquirer-file-tree-selection-prompt readme (#815)

See the full diff

from livestreamer-twitch-followed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.