Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Mar 15, 2016
1 parent 62bcc1c commit cc47749
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.4.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/v0.5.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.4.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/v0.5.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.4.0",
"version": "0.5.0",
"description": "Generate Markdown documentation from code comments",
"license": "MIT",
"homepage": "https://github.com/plaid/transcribe",
Expand Down

0 comments on commit cc47749

Please sign in to comment.