3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed call to insert schema_version at first setup in order to call the callback correctly More... over 14 years ago
Doc update More... over 14 years ago
Set-up library to be used a node library installable via npm. In fact, it's published on npm right now. More... over 14 years ago
Moving all javascript files to lib/ More... over 14 years ago
fixed alias methods for migrations, in order to they run in correct context More... over 14 years ago
Fixed bug where dates would not be correctly (de)serialized when using dumpToJson and loadFromJson. More... over 14 years ago
* Fixed entity's `fetch` method. Will actually work now (apparently nobody ever used it before). * Added better `toJSON()` method to entity objects for better JSON.stringify serialization. More... over 14 years ago
Added `reverse()` to query collections. This is useful if you want to reverse a collection after the resultset has been calculated. For instance to get the last 10 entries, in ascending order: More... almost 15 years ago
prefetched fields were put into entity objects through a property setter, which marked the property as dirty, resulting in lots of changes to objects. Fixed now. More... almost 15 years ago
Memory store bugfix (configurable getter / setter) More... almost 15 years ago
Let N:M collections trigger events More... almost 15 years ago
Fix for http://yellowgrass.org/issue/persistence.js/14 (Memory Leak in trackedObjects) More... almost 15 years ago
Merge remote branch 'remotes/rsaccon/master' More... almost 15 years ago
Fixing stuff to memory store (related to sync) More... almost 15 years ago
fixed uki example setup (comment) More... almost 15 years ago
fixed commented uki setup-example More... almost 15 years ago
adapted uki unit tests to latest persistencejs More... almost 15 years ago
Moved back-end doc to main README, so can get rid of this. More... almost 15 years ago
Merge branch 'refactor' More... almost 15 years ago
- window.p = p; More... almost 15 years ago
Fixed silly bug More... almost 15 years ago
Fixes to node blogging example, and description of plug-ins added to README. More... almost 15 years ago
Rewrite and fixes to the README More... almost 15 years ago
Memory store passes unit tests More... almost 15 years ago
Working on N:M support for memory store More... almost 15 years ago
Moved SQL out of persistence.js More... almost 15 years ago
comment fix More... almost 15 years ago
loadFromJson bugfix (error only occurred when using custom setter/getters) and introducing a check (in setters) for immutable fields More... almost 15 years ago
comment fix More... almost 15 years ago
loadFromJson bugfix (error only occurred when using custom setter/getters) and introducing a check (in setters) for immutable fields More... almost 15 years ago