Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jul 16, 2014
1 parent 2da1356 commit ce44901
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.2.8 to 0.2.9

### Enhancements
* Expose ES6 Map/Set interface
* add `diff` function
* can control print length & print depth via `configure`
* Can parse EDN string via `parse`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mori",
"version": "0.2.9-SNAPSHOT",
"version": "0.2.9",
"description": "Persistent Data Structures for JavaScript",
"homepage": "https://github.com/swannodette/mori",
"author": "David Nolen (https://github.com/swannodette)",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mori "0.2.9-SNAPSHOT"
(defproject mori "0.2.9"
:description "Persistent Data Structures for JavaScript"

:dependencies [[org.clojure/clojure "1.6.0"]
Expand Down

0 comments on commit ce44901

Please sign in to comment.