Skip to content

Commit

Permalink
switchint to meyvn and bump 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 6, 2018
1 parent 2cc779f commit a79454c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/node_modules
.nrepl-port
.shadow-cljs/
meyvn-pom.xml
.cpcache/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cached rendering and diff/patch library designed for Cumulo project.
### API [![Clojars Project](https://img.shields.io/clojars/v/cumulo/recollect.svg)](https://clojars.org/cumulo/recollect)

```clojure
[cumulo/recollect "0.4.3"]
[cumulo/recollect "0.4.4"]
```

```clojure
Expand Down Expand Up @@ -50,6 +50,8 @@ Items in the new vector are mapped to its old ones by index.
For sequences, unchanged values since the tail is kept.
Changed elements in the front will be replaced directly.

For function arguments in `deftwig`, changes are ignored.

### Related

For record parsing http://stackoverflow.com/a/29133350/883571
Expand Down
24 changes: 0 additions & 24 deletions build.boot

This file was deleted.

2 changes: 2 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

{:paths ["src" "polyfill"]}
9 changes: 9 additions & 0 deletions meyvn.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

{:pom {:group-id "cumulo",
:artifact-id "recollect",
:version "0.4.4",
:name "Cached rendering and diff/patch library designed for Cumulo project."}
:packaging {:jar {:enabled true
:remote-repository {:id "clojars"
:url "https://clojars.org/repo"}}}
:scm {:enabled true}}

0 comments on commit a79454c

Please sign in to comment.