Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Feb 25, 2017
1 parent 06242cb commit 174fda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/fp.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h3 name="map"><code><a href="https://github.com/plaid/transcribe/blob/v0.5.0/examples/fp.js#L4">map :: (a -⁠> b) -⁠> [a] -⁠> [b]</a></code></h3>
<h3 name="map"><code><a href="https://github.com/plaid/transcribe/blob/v1.0.0/examples/fp.js#L4">map :: (a -⁠> b) -⁠> [a] -⁠> [b]</a></code></h3>

Transforms a list of elements of type `a` into a list of elements
of type `b` using the provided function of type `a -> b`.
Expand All @@ -8,7 +8,7 @@ of type `b` using the provided function of type `a -> b`.
['1', '2', '3', '4', '5']
```

<h3 name="filter"><code><a href="https://github.com/plaid/transcribe/blob/v0.5.0/examples/fp.js#L24">filter :: (a -⁠> Boolean) -⁠> [a] -⁠> [a]</a></code></h3>
<h3 name="filter"><code><a href="https://github.com/plaid/transcribe/blob/v1.0.0/examples/fp.js#L24">filter :: (a -⁠> Boolean) -⁠> [a] -⁠> [a]</a></code></h3>

Returns the list of elements which satisfy the provided predicate.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transcribe",
"version": "0.5.0",
"version": "1.0.0",
"description": "Generate Markdown documentation from code comments",
"license": "MIT",
"homepage": "https://github.com/plaid/transcribe",
Expand Down

0 comments on commit 174fda4

Please sign in to comment.