Skip to content

Releases: dixonwille/wmenu

PATCH

05 Jan 18:21
Compare
Choose a tag to compare

Color does not get added if the terminal does not allow it.

v4.0.1

19 Apr 04:35
Compare
Choose a tag to compare
Format the code to gofmt standards

Added GoVendor

22 Feb 04:08
Compare
Choose a tag to compare

This is to make this package more stable than it was before

Passing Interfaces Through Options

06 Jun 15:29
Compare
Choose a tag to compare

Allow the user to pass anything through the given options to a function that they can use later. This allows the user to not rely on the string name but instead they can pass a whole model through if they want. A simple string or even nil works as well.

This is a breaking change
Option now requires one more parameter in it that is the value interface. Easy change but is breaking.

Major Release!

06 Jun 13:52
Compare
Choose a tag to compare

Completely stable and have test to back that. It is in my best interest to break the API. I will come out with a versioning schema in the future just in case I do need to version this API out.