File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ This library enables reading and writing [DataScript](https://github.com/tonsky/
88Add 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
1515If 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
4852Bumped deps:
Original file line number Diff line number Diff line change 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" }
You can’t perform that action at this time.
0 commit comments