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

Merge remote-tracking branch 'origin/releases'

8e395d3424856ade0a5902b1da1dc0e25835418e authored about 8 years ago
Addons package.json updated to require dexie 2.0

10c0ff867b68e4162f2341fbbac42dea3b234538 authored about 8 years ago
Temp/fix382 (#383)

* Resolve #382 - Typescript definition for Dexie.waitFor()
* Better feature detection of compo...

9c0c9faaeed3a33b3f426e242833db35f80c1ce1 authored about 8 years ago
Build output

746ef9f9b5f8929d58667c1a4dd4b97c05e7f686 authored about 8 years ago
Releasing v2.0.0-beta.5

2ea0227bfa96e512bc6b38f5f79d5b75e663f6e6 authored about 8 years ago
Merge remote-tracking branch 'origin/releases'

129e28b04efb9eab410733004914a56ea92f9dcb authored about 8 years ago
Remove rollup warning triggered by babel

987d1000b4234cf1e95978b721144c72ae78d2ee authored about 8 years ago
Prohibit idling on Promise.race() in transaction. (#379)

If Promises are generated within a transaction scope but not awaited for, these promises were aw...

e378a0cf202fa159b344fd021497d7c1a214e9f6 authored about 8 years ago
New tool: Dexie.waitFor() keeps transaction alive. (#378)

Inspired by @wwoods solution described in #374 and the new [indexeddb-promises proposal](https:...

c77520ab0d26c74ab5b58ecd49ae91332e7c7bf0 authored about 8 years ago
Bugfix:Observable addon has to be invoked earllier

d579364688690604e3253b6954e7b604a8333f4e authored about 8 years ago
Fix: Rejection should propagate

9e58c294193fba10ca57248b1953536f2f056c0e authored about 8 years ago
Syncing stops after status: ERROR_WILL_RETRY

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: (#375)

* Support for pretty compound queries:

db.friends.get({firstName: "David", lastName: "Fahland...

0da6fd12cb541a41d4e7f5d7b07135f21a970a94 authored about 8 years ago
Improvements:

* Undeprecating Transaction.table() and Transaction[tableName]. Now these methods returns tables ...

37014cbc476971920514d390c771677df80764c4 authored about 8 years ago
Fixed compiler error of anyOf(...keys)

62ef96f37b3cc269ac9faaa294d5b14c9dfd5d88 authored about 8 years ago
Added unit tests for binary keys

Since binary keys are not yet supported by any browser, these new tests can only run properly on ...

cb74d3a0693397953ad764a33b45a97953b10350 authored about 8 years ago
Removing comment referencing to DefinitelyTyped

9942bf45d3bc48106e07f99a7fc9759d41029431 authored about 8 years ago
Updated IndexableType according to IndexedDB 2.0

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
Fixing Issue #356 by ReadonlyArray and explicit undefined results

The idiom followed was that any parameters are ReadonlyArrays, while any
results are standard Ar...

f1530cf87ac521880056df862056cf9357377fe5 authored about 8 years ago
Adding minKey = -Infinity to supplement maxKey

895f87cbfbc5e1fde83ed36ec4e3602bcfeee541 authored about 8 years ago
Wrong exception type in last commit

70d616c5a353c2d2dd10f185089823800dd5afc4 authored over 8 years ago
Better error message when table is missing in transaction

62d88356776d7b5dd31097e91371bc41b6854159 authored over 8 years ago
Support blobs when hooks are involved (#364)

Support for intrinsic objects (Blobs, Typed arrays ect) in deepClone() so that they will be trea...

75bbbb4605c2b30a23ac63a76fb4798233686add authored over 8 years ago
Merge branch 'master' of https://github.com/dfahlander/Dexie.js

2fd47617b9d59cb10c1dd557c5d343441c0a85d8 authored over 8 years ago
Just some code massage

c8662a5f2fae3ea7cbec11d9302c7239fc097fef authored over 8 years ago
Build output

0e887d62f616d0dacc2fe51c0ddebc2bceebbc25 authored over 8 years ago
Releasing v2.0.0-beta.4

f4423060926cfb4f033e5a818009c142f33fbea6 authored over 8 years ago
Merge remote-tracking branch 'origin/releases'

1cca0dfc850da700023e4db6d1fed4bdb6119009 authored over 8 years ago
Whoops, used self instead of this.

b91d59057031d71d9f51f017d2962b8ec5a90a93 authored over 8 years ago
Repro of #360

DB unresponsive after multiple Table.update() or Collection.modify()

f48b0c038594f997d5a200c0592ed1bd34f5f3d9 authored over 8 years ago
Resolves #360

DB unresponsive after multiple Table.update() or Collection.modify()

572ca72658758bd4207fbcee7bf753ceb93077cf authored over 8 years ago
Fix issue with IE WebWorker

d66c0427df2b1a0621e38fc2a0b0742230398787 authored over 8 years ago
All tests pass with syncable addon, all browsers.

53b6e41af41114254545462620cfefb439e9effd authored over 8 years ago
Possible to opt-out from native async handling

Supporting native async functions requres zone echoing. But zone echoing has the side-effect of p...

1d67abec5eff183eefb28d2a0dcd57747ec0050e authored over 8 years ago
Functional

0f2f51b47b9952e0199089ac34688204f443891b authored over 8 years ago
Updated Typescript sample to work on IE.

Typescript async/await is dependent on window.Promise to exist. Including promise-polyfill in the...

cfbaec05a10b9045d3a445944db52182683bbc14 authored over 8 years ago
Eslint and unit test fixes + code cleanup.

73a3dfdc13e19333db0a6157fb3045ccda74ea30 authored over 8 years ago
WIP: Cleaning up code

7bbe9ca6e18564dd8ba2f7b4b7a1481dd9604e91 authored over 8 years ago
Works on Chrome 55 beta now!

Must remove debugger, console.log and make sure eslint works though. Also need to cleanup the code.

68b6ee3dc3bab5cb6d376c094074e9db53ddc842 authored over 8 years ago
Fixed brokeness on IE and Firefox.

Seems we need _lib = true.
Thought it was not needed anymore but seems we forget to wrap somewher...

1eb7b7474299e38bd45f06fb7b1732aadfef5f45 authored over 8 years ago
Unit tests succeed (Syncable active) on chrome

cd4169ec5631e7739e01631b0164fc1cd6de73ae authored over 8 years ago
Middle of debugging

Dexie.js line 1240.

Test:

http://localhost:8080/addons/Dexie.Syncable/test/test-syncable-dexie-...

b5b2c0d70b10b51cf6682cdca970af0aba034164 authored over 8 years ago
Adjusted unit tests for Chrome 54 optimizations.

Async / await optimizations in Chrome 54 makes us loose zone when awaiting already resolved prom...

27fe6b76ee56b6b3cd670874ae1827777790e506 authored over 8 years ago
Changed Transaction.create()

e1c020736141dc0f72171003e2f9c50a51cf0e1e authored over 8 years ago
WIP - midst of going over to a working concept

befd5528b28ed001c721bde3f438de521754369e authored over 8 years ago
wip debugging stuff. No clue.

148fd41ce73b999895295543d299d8ddda7c2db9 authored over 8 years ago
Patching Promise.all, race, resolve and reject.

This will hopefully make us not having to use Dexie.Promie.all() and Dexie.Promise.resolve() in s...

7adb3dce6d76ec57a1ff28109cc774292101f702 authored over 8 years ago
Checkin babel polyfill outside node_modules (#355)

Reason we want to checkin babel-polyfill is to be able to run unit tests from rawgit, which woul...

2b4f780372a9db86ac7a450fc5eb4c4909793190 authored over 8 years ago
Update README.md

8f3436b5fb9c8dd51ed401325a2c2c9f35b8a9f6 authored over 8 years ago
Update README.md

e670f58e88a90fc7bf2a5c5ec332159d60345309 authored over 8 years ago
Update README.md

6e2f0a9bb66048b8afc9381e33ed9be4f536067b authored over 8 years ago
Update README.md

4b54c0c4c73a82df37adb9c0703300f649d15419 authored over 8 years ago
Remove unnecessary .babelrc file (#352)

cc833da1472f2338c4a532d51f738c167da76d31 authored over 8 years ago
Resolving #350 - Typescript sample in 2.0.0-beta breaks on Firefox (#351)

* No need for babel anymore with typescript 2.1

a24ab852a0e346aa2b34c13adc2de5a2a22165be authored over 8 years ago
Build output

8f6da3f3754d9d3f552278d9d3cce777d4fc9d01 authored over 8 years ago
Merge remote-tracking branch 'origin/releases'

e087ea99ce7489c974506bdc086e0fe08d042957 authored over 8 years ago
Releasing v2.0.0-beta.3

1db985fb777b6bc30bbf1faefa54e0627b1d5c2c authored over 8 years ago
Improved typescript definition for hooks (#348)

Should resolve #346 and #347

fc6d38fcf01af1f45f26f1d6379d21cd242d874f authored over 8 years ago
Wrong console text when releasing on master-1

dd10a7e80cbfd845001d29d1ef5a6c6488903f08 authored over 8 years ago
Merge pull request #339 from dfahlander/develop

Advertise 2.0.0-beta in README

0f556d72ac3d1f8b5d8683c120bbe5729812e7fe authored over 8 years ago
Advertise 2.0.0-beta in README

7cbd325d27ebc93b645264fee15b7d95b25c8436 authored over 8 years ago
Merge pull request #338 from dfahlander/develop

* Bugfix: Stability on exception in reading hook
* Updated typescript sample to use Typescript ...

9ef472ba23cfa346958c4e09a9cb6fd6b972c962 authored over 8 years ago
Verified with typescript 2.1

3bc41b5a7655f5ab3c5a4129e197c11a110aabc8 authored over 8 years ago
eslint no-extra-semi

359f345f45b9e74f66280e6c062f6e13340ac7aa authored over 8 years ago
Reproducing #323 @gitawego's post

Found an issue when having mapped a table to a class and declared a readonly property.
This commi...

f06b8a23e2747cd37e7211165d35fbc15490be9a authored over 8 years ago
Merge pull request #335 from dfahlander/develop

Include babel-polyfill in release-branch only

72466b1afcdc220b25952fa733cb048b4b688c5a authored over 8 years ago
Include babel-polyfill in release-branch only

31606c7e2e2c5cc706ee5a3823dde0be1aeb847e authored over 8 years ago
Build output

4cb8ef24ef85f008c21118cb2f7c43109bdfb1b5 authored over 8 years ago
Releasing v2.0.0-beta.2

4ad98473db7dd03f360f86b1a377f6757ac87204 authored over 8 years ago
Merge remote-tracking branch 'origin/releases'

020a118ebff340a993c48357f9f0b95d51529baf authored over 8 years ago
Merge pull request #334 from dfahlander/develop

* Bugfix: Infinite loop with on.on('ready') (https://github.com/dfahlander/Dexie.js/commit/6f8ff...

abd9e25ae7172d45448cee66acc927ff250e3ec7 authored over 8 years ago
Support for window.onunhandledrejection

Not just support for addEventListener.

47dda3c17b1685f0e24a41e978c55c29d05ba8c6 authored over 8 years ago
Fixes due to deprecated db.on.error

111794ee27d0dd6ef1b324845e589d339eff18be authored over 8 years ago
Bugfix: Infinite loop with on.on('ready')

Detected when running Dexie.Syncable's second unit test - browser hung.

6f8ffd819a3d4bbaa7e948d5b763c6298341707f authored over 8 years ago
Merge pull request #330 from dfahlander/develop

Incorporate all from branch next/v2

f3f89f3187747c70c644e8bde9381e0dabac7093 authored over 8 years ago
Remove all uses of db.on('error')

936c41fc3a7067d49bd3fd08d153ea0e58e62b09 authored over 8 years ago
Remove all traces from Promise.on.error

152975be7445eb6551cf435b7a71bbaf62562548 authored over 8 years ago
Build output

c0e2e3265bc16e3391c6e055ea65bfdfb03bb069 authored over 8 years ago
Releasing v2.0.0-beta.1

5792eb52279de2e1c510d9d2a837408c6959b8ee authored over 8 years ago
Merge remote-tracking branch 'origin/releases'

e5099ada91d2af6b7ddda6feb06a6480d7a8d059 authored over 8 years ago
Build output

4dad00e277a4f5f22bef99bc3eace0a22c97ac55 authored over 8 years ago
Merge remote-tracking branch 'origin/releases'

67f40b7a67685da914aa707e1c6e6044863175f8 authored over 8 years ago
Releasing v1.5.0-rc

10959b4f6a3b8351d6ff032e98746483cda92708 authored over 8 years ago
Merge pull request #329 from dfahlander/develop

Bugfixes:
* Fixes #326 Broken sourceMappingURL for dexie.min.js

Build- and deployment tools
...

afbcd0c2d57bf430fcc66229f9ef971c6623e832 authored over 8 years ago
Reverted to use minified babel-polyfill.

98f1646a2b2ac62395e9974e0f6466e39811628b authored over 8 years ago
Removed repro of #328

The repro didn't give anything.

d2fd91b00f31f809bebda1a30cb69be4b581381e authored over 8 years ago
Temporarily checking in a try to repro #328

b680fc62bfaf08b0ae67846f6b6ca3bb1a42d3fc authored over 8 years ago
Put back some deprecated Transaction methods.

The method Transaction.prototype.table() and the property Transaction.prototype.tables has been ...

8ea17256a211712c4bf8365ec4430f7a5f52bc75 authored over 8 years ago
Don't use deprecated trans.[tableName]

Removing test "Promise Microtask / indexedDB transaction compatibility" because it doesn't reall...

1d530184239838eed27a9760499d8d7f3f420b99 authored over 8 years ago
Don't use deprecated trans.[tableName]

Removing test "Promise Microtask / indexedDB transaction compatibility" because it doesn't reall...

30f8d8744adf8ddc1bae1a7ad8c5e4d2633b27fe authored over 8 years ago
Incorporated WriteableTable into Table.

Also WriteableCollection is gone and methods lie withing Collection itself.

4bdaec8737fad9e1598f91b2977d5aba5825ef11 authored over 8 years ago
Update from develop

3be35818a9085a4d103ed18e06b0488f7a22bc3a authored over 8 years ago
Removed Transaction methods deprecated in 1.5

dd6347cd9947cb21afd50ccfa02aa240a00e3fdc authored over 8 years ago
Removed use of deprecated Transaction method

a2b6b968af185c43acf11851c2069daa8069a5f0 authored over 8 years ago
Removing IncompatiblePromiseError.

IncompatiblePromiseError was introduced to stop people from returning standard Promise from with...

b87c9072168540351314d79a58a5535ddab92a72 authored over 8 years ago
Zone hooks should derive from parent zone

ad66ea1ddc1c7b8ed55a5b144df4ba50cb5aac39 authored over 8 years ago
eslint fixes

e5552130e3d60c55b9ce3998f8bd8bdbd59802fb authored over 8 years ago
SHould preventDefault()

c098e4ec18901f58edf4aa56cc7b608e82c65419 authored over 8 years ago
Correct handling of preventDefault()

95c542678bda5e57b0e86c3df3f5f2f0b65e5b98 authored over 8 years ago
Removing redundant event interface

b49e95eee8aa3a7709bac31849ddf3453ea694e6 authored over 8 years ago