Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Aug 28, 2013
1 parent d30c01e commit d72f56e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ If you've any further questions, please do ask.

## Changelog

__V1.0.2__
- add `found: true` flag to the results returned from the `pulldown.init` callback. This enables you to see if a searchTerm was successful by seeing if `result.found === true`.

__V1.0.1__
- Fixed `TypeError` when you search for something that no longer exists ( Number #70 )
- Improve handling of errors and the console output.
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": "pulldown",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fetch popular web libraries from the net",
"preferGlobal": "true",
"bin": {
Expand Down

0 comments on commit d72f56e

Please sign in to comment.