Skip to content

Commit 9253801

Browse files
committed
Version 0.2.2
1 parent e5b4030 commit 9253801

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ This library enables reading and writing [DataScript](https://github.com/tonsky/
88
Add this to your `project.clj`:
99

1010
```clj
11-
[datascript "0.15.1"]
12-
[datascript-transit "0.2.1"]
11+
[datascript "0.15.2"]
12+
[datascript-transit "0.2.2"]
1313
```
1414

1515
If you want to use another transit version:
1616

1717
```clj
18-
[datascript "0.15.1"]
19-
[datascript-transit "0.2.1"
18+
[datascript "0.15.2"]
19+
[datascript-transit "0.2.2"
2020
:exclusions [com.cognitect/transit-clj
2121
com.cognitect/transit-cljs]
22-
[com.cognitect/transit-clj "0.8.285"]
22+
[com.cognitect/transit-clj "0.8.288"]
2323
[com.cognitect/transit-cljs "0.8.239"]
2424
```
2525

@@ -43,6 +43,10 @@ datascript.transit/write-handlers
4343

4444
## Changes
4545

46+
### 0.2.2
47+
48+
Preserve `added` flag on Datoms (you can now correctly serialize transaction data)
49+
4650
### 0.2.1
4751

4852
Bumped deps:

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject datascript-transit "0.2.1"
1+
(defproject datascript-transit "0.2.2"
22
:description "Transit handlers for DataScript database and datoms"
33
:license { :name "Eclipse"
44
:url "http://www.eclipse.org/legal/epl-v10.html" }

0 commit comments

Comments
 (0)