-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Changex.Formatter.Elixir): pass options list instead of version
The version argument that is passed through to the elixir parser is now a keyword list. This will easily enable other options to be passed in the future (such as the GitHub url) The other formatter will be changed to a similar format in the future. BREAKING CHANGE: Calling `Changex.Formatter.Elixir.format` with a string as the second argument is no longer valid. Instead you can call `Changex.Formatter.Elixir.format` with an options list as the second argument. This list can contain a `version` key.
- Loading branch information
Gary Rennie
committed
Sep 14, 2014
1 parent
8d292b2
commit c3919d4
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters