Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fimad committed Apr 26, 2015
1 parent c225b27 commit 3179bb1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change Log

## 0.2.0

- Removed the StringLike parameter from the Selector, Selectable,
AttributePredicate, AttributeName, and TagName types. Instead they are now
agnostic to the underlying string type, and are only constructable with
Strings and the Any type.

## 0.1.3.1

- Tighten dependencies and drop download-curl all together.

## 0.1.3

- Add the html and html scraper primitives for extracting raw HTML.

## 0.1.2

- Make scrapeURL follow redirects by default.
- Expose a new function scrapeURLWithOpts that takes a list of curl options.
- Fix bug (#2) where image tags that do not have a trailing "/" are not
selectable.

## 0.1.1

- Tighten dependencies on download-curl.

## 0.1.0

- First version!
4 changes: 2 additions & 2 deletions scalpel.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scalpel
version: 0.1.3.1
version: 0.2.0
synopsis: A high level web scraping library for Haskell.
description:
Scalpel is a web scraping library inspired by libraries like Parsec and
Expand All @@ -21,7 +21,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/fimad/scalpel.git
tag: v0.1.3.1
tag: v0.2.0

library
other-extensions:
Expand Down

0 comments on commit 3179bb1

Please sign in to comment.