Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jul 24, 2016
1 parent d958565 commit 844b220
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 1.0.0 / 24 July 2016

* Subclass returned `Range` objects from [js-strange] objects to provide
useful methods for range manipulation and inspection.

## 0.1.2 / 24 April 2015

* Explicitly license under MIT.

## 0.1.1 / 28 July 2014

* Loosen range validity checking.

## 0.1.0 / 7 April 2014

* Support coercing range objects into queries.

## 0.0.1 / 28 March 2014

* Initial release.
* Support returning range object from queries.

[js-strange]: https://github.com/moll/js-strange
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-range",
"version": "0.1.2",
"version": "1.0.0",
"description": "node-postgres plugin to parse range columns",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 844b220

Please sign in to comment.