Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
Many many thanks @lovasoa for the amazing PR #2 — and @rogeriochaves for the code review.

Unfortunately the PR was a couple of weeks idle after a few discussions about readability and about `Int` formatting.

That said this version bump is very opinionated in terms of the discussion:

* There's no `formatInt` and `formatFloat` — just `format` (to make this decision clearer I included the logic of `formatInt` in a `let`/`in` block)
* I refactor function with nested parenthesis with `|>` and `<|` for readability
  • Loading branch information
cuducos committed Feb 11, 2017
1 parent 116508d commit bae5b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "3.0.0",
"summary": "Format numbers as pretty strings",
"repository": "https://github.com/cuducos/elm-format-number.git",
"license": "BSD3",
Expand Down

0 comments on commit bae5b6d

Please sign in to comment.