Skip to content

Commit

Permalink
Create StateSync
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklove committed Jan 10, 2017
1 parent 7ca4527 commit 11925f5
Show file tree
Hide file tree
Showing 23 changed files with 317 additions and 43 deletions.
14 changes: 13 additions & 1 deletion Notes/HoursStateTree.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,22 @@

- Test Array Insert

##
## 21:23-22:31

- Create StateSync
- Serialize State Changes to Storage
- Convert Changes of StateTree to StateChanges

##

- Add Uuid
- Test with Blob Storage (Optional Dependency)

##

- Test Array Edge Cases
- Remove all items
- Add Items on empty array

##

Expand Down
1 change: 1 addition & 0 deletions lib/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './stateData';
export * from './stateStorage';
export * from './stateChange';
export * from './stateTree';
export * from './stateSync';
1 change: 1 addition & 0 deletions lib/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/src/stateStorage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/stateStorage.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions lib/src/stateStorage.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11925f5

Please sign in to comment.