mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Merge remote-tracking branch 'refs/remotes/gun/master' into develop
This commit is contained in:
commit
0239023e92
@ -53,6 +53,8 @@ Then visit [http://localhost:8080](http://localhost:8080) in your browser. If th
|
||||
## WARNINGS
|
||||
### v0.2.0 [](http://waffle.io/amark/gun) [](http://waffle.io/amark/gun) [](http://waffle.io/amark/gun) Status
|
||||
|
||||
The wire protocol was changed between 0.1.x and 0.2.x, meaning if you upgrade gun your old data might not load properly. If you are listening for errors you will get a `''Not a valid graph!'` but if you are not listening to errors it will be silent, beware of this. Here is a [migration guide](https://github.com/amark/gun/wiki/Migration-Guide) if you are having problems.
|
||||
|
||||
Version 0.2.0 is currently in alpha. Important changes include `.get` to `.val`, `.load` to `.get`, and `.set` to `.put`. Documentation is our current focus, and `.all` functionality will be coming soon. The latest documentation can be found at https://github.com/amark/gun/wiki/0.2.0-API-and-How-to. Please report any issues via https://github.com/amark/gun/issues.
|
||||
|
||||
GUN is not stable, and therefore should not be trusted in a production environment.
|
||||
|
Loading…
x
Reference in New Issue
Block a user