openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
persistence.js
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 11, 2024 — Jun 11, 2025
Showing page 10 of 16
Search / Filter on:
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
Wilker Lucio
More...
over 14 years ago
Doc update
Zef Hemel
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.
Zef Hemel
More...
over 14 years ago
Moving all javascript files to lib/
Zef Hemel
More...
over 14 years ago
fixed alias methods for migrations, in order to they run in correct context
Wilker Lucio
More...
over 14 years ago
Fixed bug where dates would not be correctly (de)serialized when using dumpToJson and loadFromJson.
Zef Hemel
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.
Zef Hemel
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:
Zef Hemel
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.
Zef Hemel
More...
almost 15 years ago
Memory store bugfix (configurable getter / setter)
Roberto Saccon
More...
almost 15 years ago
Let N:M collections trigger events
Zef Hemel
More...
almost 15 years ago
Fix for http://yellowgrass.org/issue/persistence.js/14 (Memory Leak in trackedObjects)
Zef Hemel
More...
almost 15 years ago
Merge remote branch 'remotes/rsaccon/master'
Zef Hemel
More...
almost 15 years ago
Fixing stuff to memory store (related to sync)
Zef Hemel
More...
almost 15 years ago
fixed uki example setup (comment)
Roberto Saccon
More...
almost 15 years ago
fixed commented uki setup-example
Roberto Saccon
More...
almost 15 years ago
adapted uki unit tests to latest persistencejs
Roberto Saccon
More...
almost 15 years ago
Moved back-end doc to main README, so can get rid of this.
Zef Hemel
More...
almost 15 years ago
Merge branch 'refactor'
Zef Hemel
More...
almost 15 years ago
- window.p = p;
Zef Hemel
More...
almost 15 years ago
Fixed silly bug
Zef Hemel
More...
almost 15 years ago
Fixes to node blogging example, and description of plug-ins added to README.
Zef Hemel
More...
almost 15 years ago
Rewrite and fixes to the README
Zef Hemel
More...
almost 15 years ago
Memory store passes unit tests
Zef Hemel
More...
almost 15 years ago
Working on N:M support for memory store
Zef Hemel
More...
almost 15 years ago
Moved SQL out of persistence.js
Zef Hemel
More...
almost 15 years ago
comment fix
Zef Hemel
More...
almost 15 years ago
loadFromJson bugfix (error only occurred when using custom setter/getters) and introducing a check (in setters) for immutable fields
Zef Hemel
More...
almost 15 years ago
comment fix
Roberto Saccon
More...
almost 15 years ago
loadFromJson bugfix (error only occurred when using custom setter/getters) and introducing a check (in setters) for immutable fields
Roberto Saccon
More...
almost 15 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree