Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dexie/Dexie.js
A Minimalistic Wrapper for IndexedDB
https://github.com/dexie/Dexie.js
8e395d3424856ade0a5902b1da1dc0e25835418e authored about 8 years ago
10c0ff867b68e4162f2341fbbac42dea3b234538 authored about 8 years ago
* Resolve #382 - Typescript definition for Dexie.waitFor()
* Better feature detection of compo...
746ef9f9b5f8929d58667c1a4dd4b97c05e7f686 authored about 8 years ago
2ea0227bfa96e512bc6b38f5f79d5b75e663f6e6 authored about 8 years ago
129e28b04efb9eab410733004914a56ea92f9dcb authored about 8 years ago
987d1000b4234cf1e95978b721144c72ae78d2ee authored about 8 years ago
If Promises are generated within a transaction scope but not awaited for, these promises were aw...
e378a0cf202fa159b344fd021497d7c1a214e9f6 authored about 8 years agoInspired by @wwoods solution described in #374 and the new [indexeddb-promises proposal](https:...
c77520ab0d26c74ab5b58ecd49ae91332e7c7bf0 authored about 8 years agod579364688690604e3253b6954e7b604a8333f4e authored about 8 years ago
9e58c294193fba10ca57248b1953536f2f056c0e authored about 8 years ago
Ensure that syncing is not prevented from retying when an error occurs
https://github.com/dfa...
f36c0340cf9d23255fbcf3f129ac3126d26f86c4 authored about 8 years ago* Support for pretty compound queries:
db.friends.get({firstName: "David", lastName: "Fahland...
0da6fd12cb541a41d4e7f5d7b07135f21a970a94 authored about 8 years ago* Undeprecating Transaction.table() and Transaction[tableName]. Now these methods returns tables ...
37014cbc476971920514d390c771677df80764c4 authored about 8 years ago62ef96f37b3cc269ac9faaa294d5b14c9dfd5d88 authored about 8 years ago
Since binary keys are not yet supported by any browser, these new tests can only run properly on ...
cb74d3a0693397953ad764a33b45a97953b10350 authored about 8 years ago9942bf45d3bc48106e07f99a7fc9759d41029431 authored about 8 years ago
See "Binary Key Indexing" at https://hacks.mozilla.org/2016/10/whats-new-in-indexeddb-2-0/?utm_s...
4a0d5236545dd7968402c704338866418ac9fe63 authored about 8 years ago
The idiom followed was that any parameters are ReadonlyArrays, while any
results are standard Ar...
895f87cbfbc5e1fde83ed36ec4e3602bcfeee541 authored about 8 years ago
70d616c5a353c2d2dd10f185089823800dd5afc4 authored over 8 years ago
62d88356776d7b5dd31097e91371bc41b6854159 authored over 8 years ago
Support for intrinsic objects (Blobs, Typed arrays ect) in deepClone() so that they will be trea...
75bbbb4605c2b30a23ac63a76fb4798233686add authored over 8 years ago2fd47617b9d59cb10c1dd557c5d343441c0a85d8 authored over 8 years ago
c8662a5f2fae3ea7cbec11d9302c7239fc097fef authored over 8 years ago
0e887d62f616d0dacc2fe51c0ddebc2bceebbc25 authored over 8 years ago
f4423060926cfb4f033e5a818009c142f33fbea6 authored over 8 years ago
1cca0dfc850da700023e4db6d1fed4bdb6119009 authored over 8 years ago
b91d59057031d71d9f51f017d2962b8ec5a90a93 authored over 8 years ago
DB unresponsive after multiple Table.update() or Collection.modify()
f48b0c038594f997d5a200c0592ed1bd34f5f3d9 authored over 8 years agoDB unresponsive after multiple Table.update() or Collection.modify()
572ca72658758bd4207fbcee7bf753ceb93077cf authored over 8 years agod66c0427df2b1a0621e38fc2a0b0742230398787 authored over 8 years ago
53b6e41af41114254545462620cfefb439e9effd authored over 8 years ago
Supporting native async functions requres zone echoing. But zone echoing has the side-effect of p...
1d67abec5eff183eefb28d2a0dcd57747ec0050e authored over 8 years ago0f2f51b47b9952e0199089ac34688204f443891b authored over 8 years ago
Typescript async/await is dependent on window.Promise to exist. Including promise-polyfill in the...
cfbaec05a10b9045d3a445944db52182683bbc14 authored over 8 years ago73a3dfdc13e19333db0a6157fb3045ccda74ea30 authored over 8 years ago
7bbe9ca6e18564dd8ba2f7b4b7a1481dd9604e91 authored over 8 years ago
Must remove debugger, console.log and make sure eslint works though. Also need to cleanup the code.
68b6ee3dc3bab5cb6d376c094074e9db53ddc842 authored over 8 years agoSeems we need _lib = true.
Thought it was not needed anymore but seems we forget to wrap somewher...
cd4169ec5631e7739e01631b0164fc1cd6de73ae authored over 8 years ago
Dexie.js line 1240.
Test:
http://localhost:8080/addons/Dexie.Syncable/test/test-syncable-dexie-...
b5b2c0d70b10b51cf6682cdca970af0aba034164 authored over 8 years agoAsync / await optimizations in Chrome 54 makes us loose zone when awaiting already resolved prom...
27fe6b76ee56b6b3cd670874ae1827777790e506 authored over 8 years agoe1c020736141dc0f72171003e2f9c50a51cf0e1e authored over 8 years ago
befd5528b28ed001c721bde3f438de521754369e authored over 8 years ago
148fd41ce73b999895295543d299d8ddda7c2db9 authored over 8 years ago
This will hopefully make us not having to use Dexie.Promie.all() and Dexie.Promise.resolve() in s...
7adb3dce6d76ec57a1ff28109cc774292101f702 authored over 8 years agoReason we want to checkin babel-polyfill is to be able to run unit tests from rawgit, which woul...
2b4f780372a9db86ac7a450fc5eb4c4909793190 authored over 8 years ago8f3436b5fb9c8dd51ed401325a2c2c9f35b8a9f6 authored over 8 years ago
e670f58e88a90fc7bf2a5c5ec332159d60345309 authored over 8 years ago
6e2f0a9bb66048b8afc9381e33ed9be4f536067b authored over 8 years ago
4b54c0c4c73a82df37adb9c0703300f649d15419 authored over 8 years ago
cc833da1472f2338c4a532d51f738c167da76d31 authored over 8 years ago
* No need for babel anymore with typescript 2.1
a24ab852a0e346aa2b34c13adc2de5a2a22165be authored over 8 years ago8f6da3f3754d9d3f552278d9d3cce777d4fc9d01 authored over 8 years ago
e087ea99ce7489c974506bdc086e0fe08d042957 authored over 8 years ago
1db985fb777b6bc30bbf1faefa54e0627b1d5c2c authored over 8 years ago
Should resolve #346 and #347
fc6d38fcf01af1f45f26f1d6379d21cd242d874f authored over 8 years agodd10a7e80cbfd845001d29d1ef5a6c6488903f08 authored over 8 years ago
Advertise 2.0.0-beta in README
0f556d72ac3d1f8b5d8683c120bbe5729812e7fe authored over 8 years ago7cbd325d27ebc93b645264fee15b7d95b25c8436 authored over 8 years ago
* Bugfix: Stability on exception in reading hook
* Updated typescript sample to use Typescript ...
3bc41b5a7655f5ab3c5a4129e197c11a110aabc8 authored over 8 years ago
359f345f45b9e74f66280e6c062f6e13340ac7aa authored over 8 years ago
Found an issue when having mapped a table to a class and declared a readonly property.
This commi...
Include babel-polyfill in release-branch only
72466b1afcdc220b25952fa733cb048b4b688c5a authored over 8 years ago31606c7e2e2c5cc706ee5a3823dde0be1aeb847e authored over 8 years ago
4cb8ef24ef85f008c21118cb2f7c43109bdfb1b5 authored over 8 years ago
4ad98473db7dd03f360f86b1a377f6757ac87204 authored over 8 years ago
020a118ebff340a993c48357f9f0b95d51529baf authored over 8 years ago
* Bugfix: Infinite loop with on.on('ready') (https://github.com/dfahlander/Dexie.js/commit/6f8ff...
abd9e25ae7172d45448cee66acc927ff250e3ec7 authored over 8 years agoNot just support for addEventListener.
47dda3c17b1685f0e24a41e978c55c29d05ba8c6 authored over 8 years ago111794ee27d0dd6ef1b324845e589d339eff18be authored over 8 years ago
Detected when running Dexie.Syncable's second unit test - browser hung.
6f8ffd819a3d4bbaa7e948d5b763c6298341707f authored over 8 years agoIncorporate all from branch next/v2
f3f89f3187747c70c644e8bde9381e0dabac7093 authored over 8 years ago936c41fc3a7067d49bd3fd08d153ea0e58e62b09 authored over 8 years ago
152975be7445eb6551cf435b7a71bbaf62562548 authored over 8 years ago
c0e2e3265bc16e3391c6e055ea65bfdfb03bb069 authored over 8 years ago
5792eb52279de2e1c510d9d2a837408c6959b8ee authored over 8 years ago
e5099ada91d2af6b7ddda6feb06a6480d7a8d059 authored over 8 years ago
4dad00e277a4f5f22bef99bc3eace0a22c97ac55 authored over 8 years ago
67f40b7a67685da914aa707e1c6e6044863175f8 authored over 8 years ago
10959b4f6a3b8351d6ff032e98746483cda92708 authored over 8 years ago
Bugfixes:
* Fixes #326 Broken sourceMappingURL for dexie.min.js
Build- and deployment tools
...
98f1646a2b2ac62395e9974e0f6466e39811628b authored over 8 years ago
The repro didn't give anything.
d2fd91b00f31f809bebda1a30cb69be4b581381e authored over 8 years agob680fc62bfaf08b0ae67846f6b6ca3bb1a42d3fc authored over 8 years ago
The method Transaction.prototype.table() and the property Transaction.prototype.tables has been ...
8ea17256a211712c4bf8365ec4430f7a5f52bc75 authored over 8 years agoRemoving test "Promise Microtask / indexedDB transaction compatibility" because it doesn't reall...
1d530184239838eed27a9760499d8d7f3f420b99 authored over 8 years agoRemoving test "Promise Microtask / indexedDB transaction compatibility" because it doesn't reall...
30f8d8744adf8ddc1bae1a7ad8c5e4d2633b27fe authored over 8 years agoAlso WriteableCollection is gone and methods lie withing Collection itself.
4bdaec8737fad9e1598f91b2977d5aba5825ef11 authored over 8 years ago3be35818a9085a4d103ed18e06b0488f7a22bc3a authored over 8 years ago
dd6347cd9947cb21afd50ccfa02aa240a00e3fdc authored over 8 years ago
a2b6b968af185c43acf11851c2069daa8069a5f0 authored over 8 years ago
IncompatiblePromiseError was introduced to stop people from returning standard Promise from with...
b87c9072168540351314d79a58a5535ddab92a72 authored over 8 years agoad66ea1ddc1c7b8ed55a5b144df4ba50cb5aac39 authored over 8 years ago
e5552130e3d60c55b9ce3998f8bd8bdbd59802fb authored over 8 years ago
c098e4ec18901f58edf4aa56cc7b608e82c65419 authored over 8 years ago
95c542678bda5e57b0e86c3df3f5f2f0b65e5b98 authored over 8 years ago
b49e95eee8aa3a7709bac31849ddf3453ea694e6 authored over 8 years ago