Skip to content

Commit

Permalink
Merge pull request #13 from mcollina/deps
Browse files Browse the repository at this point in the history
0.4 updated dependencies
  • Loading branch information
☮ elf Pavlik ☮ committed Nov 26, 2014
2 parents 3d3b6d6 + eb889c3 commit 0c6d55c
Show file tree
Hide file tree
Showing 8 changed files with 1,495 additions and 2,843 deletions.
6 changes: 3 additions & 3 deletions .zuul.yml
@@ -1,8 +1,8 @@
ui: mocha-bdd
browsers:
- name: chrome
version: 27..latest
version: 31..latest
- name: firefox
version: 21..latest
version: 28..latest
- name: opera
version: 15..latest
version: 18..latest
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,12 @@
<a name="0.4.0"></a>
## 0.4.0 (2014-11-24)

#### Breaking Changes

* Changed internal representation of *Literals* (removing &lt; &gt;)
```"42"^^<http://www.w3.org/2001/XMLSchema#integer>``` becomes
``` "42"^^http://www.w3.org/2001/XMLSchema#integer ```

If you need a script to migrate your data please [create new
issue](https://github.com/mcollina/levelgraph-jsonld/issues)

6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -133,6 +133,12 @@ db.search([{

It also supported by the `searchStream` method.

## Changes

[CHANGELOG.md](https://github.com/mcollina/levelgraph-n3/blob/master/CHANGELOG.md)
**including migration info for breaking changes**


## Contributing to LevelGraph-N3

* Check out the latest master to make sure the feature hasn't been
Expand Down
4 changes: 2 additions & 2 deletions bower.json
@@ -1,8 +1,8 @@
{
"name": "levelgraph-n3",
"version": "0.3.2",
"version": "0.4.0",
"main": "build/levelgraph-n3.js",
"dependencies": {
"levelgraph": "~0.8.2"
"levelgraph": "~0.10.1"
}
}

0 comments on commit 0c6d55c

Please sign in to comment.