Skip to content

Commit

Permalink
bump up version, remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jan 2, 2015
1 parent e074a87 commit 619b165
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Common utilities on top of [Prismatic Schema](https://github.com/Prismatic/schem
See the [facts](https://github.com/metosin/schema-tools/blob/master/test/schema_tools/core_test.clj).

## Todo
- [ ] `update`, `merge`, `merge-with`
- [ ] Verify performance
- [ ] Context-aware Schemas
- [ ] XSD Generation(?)
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 metosin/schema-tools "0.1.0"
(defproject metosin/schema-tools "0.1.1"
:description "Common utilities for Prismatic Schema"
:url "https://github.com/metosin/schema-tools"
:license {:name "Eclipse Public License"
Expand Down
4 changes: 0 additions & 4 deletions src/schema_tools/core.cljx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
(defn- explicit-key-set [ks]
(reduce (fn [s k] (conj s (explicit-key k))) #{} ks))

(defn- explicit-path-vals
"Returns vector of tuples containing path vector to the value and the value."
[m] (stu/path-vals m #(if (s/specific-key? %) (s/explicit-schema-key %) %)))

;;
;; Core functions
;;
Expand Down

0 comments on commit 619b165

Please sign in to comment.