Skip to content

Releases: jcaillon/valet

v0.10.10

26 Apr 21:35
Compare
Choose a tag to compare

Release of version 0.10.10

Changelog:

  • 🚀 releasing version 0.10.10
  • 💥 renamed LAST_RETURNED.. to RETURNED..
  • ✨ added wrapper scripts for windows

v0.9.0

26 Apr 16:29
Compare
Choose a tag to compare

Release of version 0.9.0

Changelog:

  • 🚀 releasing version 0.9.0
  • 🐛 fix self install

v0.8.14

26 Apr 16:22
Compare
Choose a tag to compare

Release of version 0.8.14

Changelog:

  • 🚀 releasing version 0.8.14
  • 🐛 renamed VALET_LOG_FD

v0.7.553

26 Apr 10:56
Compare
Choose a tag to compare

Release of version 0.7.553

Changelog:

  • 🚀 releasing version 0.7.553
  • ✨ default to no icons in setup
  • 🧪 fixed test for help
  • ✨ added VALET_CONFIG_DOT_ENV_SCRIPT conf
  • ♻️ using only printf in the core
  • 🐛 tests now reset VALET_ variables before
  • ✨ adding string::regexGetFirst
  • :sparkling: adding io::countArgs
  • ♻️ renamed LAST_RETURNED_ARRAY_VALUE
  • ✨ implementing io::readStdIn
  • ✨ implementing string::split
  • ✨ implementing string::count
  • ✨ implementing io::invokePiped
  • 🐛 fix path replacement in test reports
  • 📝 correctly reading the last line of any file
  • ✨ implementing io::cat
  • ✨ adding option VALET_CONFIG_LOG_FD
  • ✨ profiler now creates 1 file per PID
  • ✨ added before/after hooks for test
  • ✨ user can define a startup script
  • ⚡ improved string::cutField
  • ✨ implemented io:sleep
  • ✅ fix tests for the showcase
  • ⚡ improved file search for self build and test
  • 🎨 more colors for fsfs
  • 🐛 fix globbing not considering symlinks
  • 🐛 fix self release

v0.6.317

21 Apr 12:27
Compare
Choose a tag to compare

Release of version 0.6.317

Changelog:

  • 🚀 releasing version 0.6.317
  • ✨ update release process
  • 🔥 cleanup old options
  • 🔥 getting rid of fzf!!
  • ✨ fsfs fully implemented!!
  • ✨ crude but working fsfs!
  • ✨ improved array fuzzy filter sort
  • ✨ implementing fsfs
  • ✨ array::fuzzyFilterSort
  • ✨ introduced array::sortWithCriteria
  • ♻️ replace string with array::fuzzyFilter
  • ✨ implementing fsfs
  • ♻️ renamed vars in ansi codes lib
  • ✨ implementing fsfs
  • ✨ introducing fsfs
  • ✨ implementing more interactive functions

v0.5.424

11 Apr 20:54
Compare
Choose a tag to compare

Release of version 0.5.424

Changelog:

  • ✨ better defaults for logging options
  • ♻️ self test for better compatibility
  • ♻️ prefixed important vars with GLOBAL
  • ✨ can override icon chars
  • 💚 fix CI
  • 🐛 fix install script
  • 💚 adding github pages content!
  • 🐛 fix install script

v0.4.116

08 Apr 23:15
Compare
Choose a tag to compare

Release of version 0.4.116

Changelog:

  • 🔒 hiding some self commands in the menu
  • ✨ added self setup command
  • ✨ now auto building valet on start
  • ✨ added self config command
  • ✨ implementing interactive prompt yes/no, confirmation
  • 🎨 prefixing function with namespace
  • ✨ fine tuning work files
  • ♻️ refacto tests to not depend on examples
  • 💄 preparing for interactive mode in bash
  • ♻️ more consistency in coding style
  • ♻️ moving from pseudo ternary to ifs
  • 🔥 removing yq and curl dependency !
  • ✨ implementing self build in pure bash

v0.3.6

30 Mar 22:56
Compare
Choose a tag to compare

Release of version 0.3.6

Changelog:

  • ✨ implementing interactive functions
  • ✨ user can override config with a file
  • ✨ awesome profiler!

v0.2.0

30 Mar 00:19
Compare
Choose a tag to compare

Release of version 0.2.0

Changelog:

  • 🎉 first version