- Add clear() @jperl
- Make removeLocalOnly accessible - thanks @jperl
-
Bump to version 0.3.2
-
Add option disabling auto clean up of local only data
-
Fix typo in README.md
Patches by GitHub user @theneva.
- bump method storage
- Add resumed database event
-
add changelog
-
Bump to version 0.2.5
-
Fixed bug: "Error "First argument to new Mongo.Collection..."" #67
-
Bump to version 0.2.3
-
mbr update, remove versions.json
- mbr update versions and fix warnings
-
Use a basic dictionary to save more space in local storage
-
bump localstorage + 0.1.7
-
bump local storage using ejson 0.1.5
-
fix documentation
-
bump to 0.1.4
-
Arguments the events emitted
-
Add lookup for grounded collections
-
fix bug after last refactor
-
Fixed bug: "ReferenceError: GroundDB is not defined" #64
[Meteor-0-9-1] (https://github.com/GroundMeteor/db/tree/Meteor-0-9-1)
-
Merged pull-request: "Comment console.log in methodResume" #62 (francocatena)
-
Comment console.log in methodResume
-
use latest OneTimeout
-
rewrite the method resume
-
Make a more clean method hack
-
Be more precise when dealing with methods
-
Make Ground.isResumed reactive
-
deprecate skipMethods in favor of a more precise Ground.methodResume
-
remove mrt legacy
-
update version and only support >1.0
-
Change scope a bit GroundDB -> Ground.Collection
-
update branch info
-
Try adding check meteor deps
-
add docs
-
more thoughts on conflict resolution
-
add comments about conflict handling
-
remove donate - folks can contact me directly
-
Implemented enhancement: "GroundDB is not an instance of Meteor/Mongo.Collection" #47
-
make sure serve gets id on resume
-
use the _groundUtil api
-
Fixed bug: "No id returned by insert callback" #48
-
Fixed bug: "the id is not passed to the insert callback" #27
-
add more qa test interface
-
throw warning if used without the new keyword
-
Clean up and added testbed
-
major refactoring and bug hunt
Patches by GitHub user @francocatena.
[pre-mps] (https://github.com/GroundMeteor/db/tree/pre-mps)
[v0.0.22] (https://github.com/GroundMeteor/db/tree/v0.0.22)
-
Merged pull-request: "Fix for #36: loadMethods is crashing in v0.0.21" #38 (waeltken)
-
Apply @jakobdamjensen 's fix for save- and loadObject methods.
Patches by GitHub user @waeltken.
[v0.0.21] (https://github.com/GroundMeteor/db/tree/v0.0.21)
-
Merged pull-request: "Fix for meteor 0.7.1.1 release and up" #25 (Lauricio)
-
Fix for meteor 0.7.1.1 release
-
Merged pull-request: "Update README.md" #21 (DenisGorbachev)
-
Merged pull-request: "Update README.md" #20 (DenisGorbachev)
-
Merged pull-request: "Update README.md" #19 (DenisGorbachev)
Patches by GitHub users @Lauricio, @DenisGorbachev.
[v0.0.20] (https://github.com/GroundMeteor/db/tree/v0.0.20)
-
Merged pull-request: "Added dependency, removed mac trash, version bump" #17 (Lepozepo)
-
General: Updated git paths
-
Dependencies: Added ejson-minimax as an autoinstalled dependency
-
General: Ignore mac trash
-
Add MIT License
-
Edit package
-
Updated the flush methods to respect skip methods and made removeLocalOnly public
-
added minimax deps
-
add travis
Patches by GitHub user @Lepozepo.
[v0.0.19] (https://github.com/GroundMeteor/db/tree/v0.0.19)
-
Merged pull-request: "Renaming package name from GroundDB to grounddb" #13 (merunga)
-
renaming package to complete lowercase
-
Updating to GroundDB on_test
-
Fixed an issue updating tabs
-
Use each instead of Object.keys
-
Fixed a tiny bug that triggered Android 2.3.5 to crash
Patches by GitHub user @merunga.
[v0.0.18] (https://github.com/GroundMeteor/db/tree/v0.0.18)
- Corrected the local only tracker
[v0.0.17] (https://github.com/GroundMeteor/db/tree/v0.0.17)
[v0.0.16] (https://github.com/GroundMeteor/db/tree/v0.0.16)
- Added extra validation of the offline database and GroundDB.ready for subscriptions status
[v0.0.15] (https://github.com/GroundMeteor/db/tree/v0.0.15)
-
Added
EJSON.minify
andEJSON.maxify
-
Added tests and EJSON.minify + EJSON.maxify
-
refactored preparing test writing
-
optimizing and bug hunting
-
Added documentation for subscriptions
-
Working on getting timestamps added to methods
-
Added serverTime + optimized for less access to localstorage
[v0.0.14] (https://github.com/GroundMeteor/db/tree/v0.0.14)
[v0.0.13] (https://github.com/GroundMeteor/db/tree/v0.0.13)
[v0.0.12] (https://github.com/GroundMeteor/db/tree/v0.0.12)
-
Added write optimizations and updated docs
-
Added tab support for pure client-side offline databases
[v0.0.11] (https://github.com/GroundMeteor/db/tree/v0.0.11)
-
Fixed bug: "Duplicate ID on initializing Meteor.users" #7
Patches by GitHub user @chandika.
[v0.0.10] (https://github.com/GroundMeteor/db/tree/v0.0.10)
- Fixed bug: "Duplicate ID on initializing Meteor.users" #7
-
Added support for smartCollection
-
Added resume and tab support for SmartCollections - untested
-
Merged pull-request: "a bit of formatting for nicely showing the API" #5 (arunoda)
-
a bit of formatting for nicely showing the API
Patches by GitHub user @arunoda.
-
Fixed bug: "GroundDB not defined error" #2
-
Fixed bug: "GroundDB not defined error" #2
-
Removed unused file localstorage.adapter.js
-
Tested and working on IE9 - out of the box
-
Add console.log polyfill
-
Added link to online test
-
Testing accounts and improving code
-
Clean up and use inheritance to save code