Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 662 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 662 Bytes

Change Log

All notable changes to the "bash-snippets" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.1]

  • shebang : shebang
  • e : echo
  • fn : function
  • if : if
  • ife : if else
  • elif : elif
  • until : until

[0.0.2]

Added a logo

[1.0.0]

This release updated the format choice for function names (fn) to align with the Shell Style Guide

Additionally it added the following new snippets:

  • fnd : function with definitions
  • main : main
  • const : const
  • todo : TODO