Releases: dixonwille/wmenu
Releases · dixonwille/wmenu
PATCH
v4.0.1
Format the code to gofmt standards
Added GoVendor
This is to make this package more stable than it was before
Passing Interfaces Through Options
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!
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.