Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Dexie.js

Develop and maintain Dexie.js - the minimalistic wrapper for IndexedDB
Collective - Host: opensource - https://opencollective.com/dexiejs - Website: https://dexie.org/ - Code: https://github.com/dexie/Dexie.js

Fix typo in Typescript example in Readme

Fix database name type in TypeScript example in Readme

github.com/dexie/Dexie.js - de27e1ce009f6f5984b8454211d3b70b75622660 authored almost 9 years ago by Chris Pearce <[email protected]>
Merge pull request #202 from dfahlander/develop

Bugfixes + new options to Dexie constructor

github.com/dexie/Dexie.js - 9273e41f257e11ec2cf29b2895659e9ff8fa012c authored almost 9 years ago by David Fahlander <[email protected]>
Bugfix: Promises never return on node (when MissingAPIError was thrown)

Feature: Able to specify the indexedDB API as an option to Dexie consructor.

github.com/dexie/Dexie.js - c48e2e6ca35d20873c34e168ade01a0721e2f8d9 authored almost 9 years ago by David Fahlander <[email protected]>
Minor change in Promise._rootExec(): Able to return value.

github.com/dexie/Dexie.js - 2f7d0218c0db792f8d8b18d605492c36d6fed816 authored almost 9 years ago by David Fahlander <[email protected]>
* Bugfix in DexieError subclasses - didnt set inner property.

* Bugfix in DexieError subclasses - didnt include name of inner exception in parent message.

github.com/dexie/Dexie.js - b417aa360a645af4f09805a198219d2d1b882f28 authored almost 9 years ago by David Fahlander <[email protected]>
Tests that db.open() error is catched on node when missing indexedDB api.

github.com/dexie/Dexie.js - 21cdf2e06bc4a19208ee5d0eb6798f0127909821 authored almost 9 years ago by David Fahlander <[email protected]>
Build output

github.com/dexie/Dexie.js - 35195ea9472e7c09e7c2b705c968315965a251a1 authored almost 9 years ago by David Fahlander <[email protected]>
Releasing v1.3.4

github.com/dexie/Dexie.js - 51b056d80cf70e7e18905e182d5a320eb029c828 authored almost 9 years ago by David Fahlander <[email protected]>
Merge branch 'master' of https://github.com/dfahlander/Dexie.js

github.com/dexie/Dexie.js - 6cff4b08de18c440300e92e0b68b00420de5aee1 authored almost 9 years ago by David Fahlander <[email protected]>
Added info that elevation may be needed on windows

github.com/dexie/Dexie.js - 003d3bf2e2a512360fde57e4b1cc6a3130701406 authored almost 9 years ago by David Fahlander <[email protected]>
Merge remote-tracking branch 'origin/releases'

github.com/dexie/Dexie.js - c32757862537c7939014776eaab353ebad361355 authored almost 9 years ago by David Fahlander <[email protected]>
Releasing v1.3.4

github.com/dexie/Dexie.js - 7701e43f11eba35c58bdcb167f205fe22de5f68c authored almost 9 years ago by David Fahlander <[email protected]>
Merge pull request #201 from dfahlander/develop

Fixing with addons for compatibility

github.com/dexie/Dexie.js - 5d68c389a0fe3baca3b6f1257ac7f2e21b38f108 authored almost 9 years ago by David Fahlander <[email protected]>
Releasing addons to npm.

github.com/dexie/Dexie.js - d03c77f3c00a653b038a32c2f7d9e630e88149e7 authored almost 9 years ago by David Fahlander <[email protected]>
Reverting to the use of old name of class Events so that we can publish addons before publishing dexie.

github.com/dexie/Dexie.js - 7985db3fe555d07e3cc88ce568d58c5cfa8cc460 authored almost 9 years ago by David Fahlander <[email protected]>
Merge pull request #200 from dfahlander/develop

npm versioning fixes again...

github.com/dexie/Dexie.js - 181a0cbf8592470e2a1a4cffab5bd2a0f28424cf authored almost 9 years ago by David Fahlander <[email protected]>
npm versioning fixes again...

github.com/dexie/Dexie.js - e09025c0f5ac66ca4b2e2ff1db1c9055ba2bcd6f authored almost 9 years ago by David Fahlander <[email protected]>
Merge pull request #199 from dfahlander/develop

Fixing beta releasing with npm stuff

github.com/dexie/Dexie.js - 078f1e9ee259e7a5a11b71c62dcc91b45d81bfb7 authored almost 9 years ago by David Fahlander <[email protected]>
Fixing beta releasing with npm stuff

github.com/dexie/Dexie.js - 8bb4978ec62fca393d0e450dda903ba77ce45e8e authored almost 9 years ago by David Fahlander <[email protected]>
Build output

github.com/dexie/Dexie.js - d5c2767eea2bff02e28702df23bd95687f27b827 authored almost 9 years ago by David Fahlander <[email protected]>
Merge remote-tracking branch 'origin/releases'

github.com/dexie/Dexie.js - 1e5234b5e0996180f32da49d4fc702584effc5ce authored almost 9 years ago by David Fahlander <[email protected]>
Releasing v1.3.4-beta2

github.com/dexie/Dexie.js - 4ef7f337b5025a4836f63cc48e7bc732fc0b18d5 authored almost 9 years ago by David Fahlander <[email protected]>
Merge pull request #198 from dfahlander/develop

Small fixes from prerelease

github.com/dexie/Dexie.js - e80ee62473844010d92cceb04ca34f87e53dad84 authored almost 9 years ago by David Fahlander <[email protected]>
Support for prereleasing multiple betas

github.com/dexie/Dexie.js - f5f3b9926dbd59772ae8d4483b7421e721e09ed3 authored almost 9 years ago by David Fahlander <[email protected]>
Remove warnings for peerDepencencies in npm.

https://codingwithspike.wordpress.com/2016/01/21/dealing-with-the-deprecation-of-peerdependencie...

github.com/dexie/Dexie.js - e2c8ff4962ffee3ef3b16d1a3f8998fbd1f2d386 authored almost 9 years ago by David Fahlander <[email protected]>
Forgot to remove es6 output in Dexie.Syncable build.

github.com/dexie/Dexie.js - 727503078cd427025c7abeba63af91632169efa6 authored almost 9 years ago by David Fahlander <[email protected]>
Fixed npm publish beta bug.

github.com/dexie/Dexie.js - b320f208d5d08672b6947bca8f402dd58cc8ebd5 authored almost 9 years ago by David Fahlander <[email protected]>
Build output

github.com/dexie/Dexie.js - 6f9ad25d2baa0cd851042b02fc9e0862929787ba authored almost 9 years ago by David Fahlander <[email protected]>
Releasing v1.3.4-beta

github.com/dexie/Dexie.js - 0a672ec642611a5a1bfabb31e9c2c24a005b9a90 authored almost 9 years ago by David Fahlander <[email protected]>
Merge remote-tracking branch 'origin/releases'

github.com/dexie/Dexie.js - 182d353764bb4c322a1f23a5380e59bb3c12608c authored almost 9 years ago by David Fahlander <[email protected]>
Merge pull request #197 from dfahlander/develop

Support for prereleasing on npm.

github.com/dexie/Dexie.js - 98151d555db66354488ee2d00ee68c4ee0918f8b authored almost 9 years ago by David Fahlander <[email protected]>
Support for prereleasing on npm.

github.com/dexie/Dexie.js - f465ed0ace43522c5b0664f0d8be7e4c51e47ad5 authored almost 9 years ago by David Fahlander <[email protected]>
Merge pull request #196 from dfahlander/develop

Directory structure changes and bugfixes after refactoring

github.com/dexie/Dexie.js - 79f5571abeb42d62436e16a8e80ae6fd20b87724 authored almost 9 years ago by David Fahlander <[email protected]>
Refactor bug.

github.com/dexie/Dexie.js - 3293e434b76b578c844a8f32e7f8fb9f1f535023 authored almost 9 years ago by David Fahlander <[email protected]>
Refactor bug

github.com/dexie/Dexie.js - 50556b3e89be60722999fb70c06084672c539160 authored almost 9 years ago by David Fahlander <[email protected]>
Removing also gz file from dist.

github.com/dexie/Dexie.js - 0065a58fc0b8e750ee2e6236a03a0b784124a151 authored almost 9 years ago by David Fahlander <[email protected]>
Changed to using peerDependencies for addons.

github.com/dexie/Dexie.js - 8f292919ba85a759668895185f2e49356f10a735 authored almost 9 years ago by David Fahlander <[email protected]>
Removed es6 from dist and point out src/Dexie.js instead.

Also for addons.

github.com/dexie/Dexie.js - 72eab4f93b775bb43da936335e27d30c591061ec authored almost 9 years ago by David Fahlander <[email protected]>
Merge branch 'develop' of https://github.com/dfahlander/Dexie.js into develop

github.com/dexie/Dexie.js - 4bf271fca555df93ca64937760bbc44288d317c9 authored almost 9 years ago by David Fahlander <[email protected]>
Renaming build to tools as conventional.

Including addons in bower package.json #185.

github.com/dexie/Dexie.js - 876ca6f149107061f0e448b16dc1f5b2cb3404f8 authored almost 9 years ago by David Fahlander <[email protected]>
Renaming build to tools as conventional.

Including addons in npm and bower package.json
WIP for improved bower experience of #185

github.com/dexie/Dexie.js - f5eacd0e070d2ae6ea579f89fa978b5d52b7df3f authored almost 9 years ago by David Fahlander <[email protected]>
Adding a "develop" branch and leave master branch as a release-only branch.

github.com/dexie/Dexie.js - 355a712384f0780b6f85e497ace2bd15e5b353e6 authored almost 9 years ago by David Fahlander <[email protected]>
dexie seems to be published as an ES6 module on JSPM #195

github.com/dexie/Dexie.js - 22672b2d1f5e3f38d20fb3fd1792ce08a89c197d authored almost 9 years ago by David Fahlander <[email protected]>
Just verified that transaction is still aborted on collection error (now after all refactoring is done). But it worked as before.

github.com/dexie/Dexie.js - 40bc3f1f361a9c0777359f8f3caf23ee0e993dd7 authored almost 9 years ago by David Fahlander <[email protected]>
Made unit tests numbers be same between IE and non-IE.

github.com/dexie/Dexie.js - 0911047f058f1ad58eaad8d86fedf88d63374369 authored almost 9 years ago by David Fahlander <[email protected]>
Fixed missing stack on Dexie errors.js + mini-refactor error mapping.

github.com/dexie/Dexie.js - 922183adf50a75b9fb739816b1974baafdb66df7 authored almost 9 years ago by David Fahlander <[email protected]>
If the caller catches that error, the success operations should be committed, but if not catching the error, the success operations should abort.

github.com/dexie/Dexie.js - 1dbf526bae3d699d74ddf1174fadd45c072979a0 authored almost 9 years ago by David Fahlander <[email protected]>
Fixed reopened #90: Support non-inbound keys if auto-incremented.

github.com/dexie/Dexie.js - 63b7995023d7e6f71ab0d64bde99b29e91a1c2c2 authored almost 9 years ago by David Fahlander <[email protected]>
Alternative to asyncTest: spawnedTest!

Usage:

spawnedTest("name", function*() {
// Use yield as await.
// Dont have to catch err...

github.com/dexie/Dexie.js - 29ed77aa901c31d8f2eaf0ca26e5d9ea71f9a1bc authored almost 9 years ago by David Fahlander <[email protected]>
Merge branch 'master' of https://github.com/dfahlander/Dexie.js

github.com/dexie/Dexie.js - ce60360c68c20808a3a84569b0e70f26529a08fb authored almost 9 years ago by David Fahlander <[email protected]>
Labbing with unit test for issue #90. Cannot find problem.

github.com/dexie/Dexie.js - 05a689e9798a078516dbf6198bef3d42e281c42b authored almost 9 years ago by David Fahlander <[email protected]>
Fixed bug due to code refactoring.

github.com/dexie/Dexie.js - 7e9804b6daaec6e7433ff49d635530c116935635 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 343e14096182a07971844b3f28942002a66e7764 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - a512837d0f70f216f02a8641973b083b3c055e27 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - e64e6420a909c78e22d5658cab9f76069407a212 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 4a9a8391be3455d83fefc8e55d6b820ac721e6a5 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - c824529f01636cc6147bc10e68ce71fcb6221ad4 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 5ef25069828cb3a6cd55d35107ce93c7e52fbfb4 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 77a3fb134b76c8b24e034ae1b7cbbfb6ecd0f27a authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 15c9a293865b31876a2eab0df08f6ddaedda1465 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 8b8a85299e27c73cbb257bb2d61505577d89711b authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 96e8d4147693daefe5f84f91897ae33d9a5a0566 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - a1404429e4d0232f7a867b1dbf18e12058878c96 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 274a753c7add50ebf39dbd5f6d50d3dbd0640774 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 1f2b828fa9816df24c10664fedcf5f03e7f8c3ea authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - efca1dc6c0e82718f00d9268e4fe115dd4ba4ed7 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 59f7b71aad2ac9e823241f80768f8ccdb88a1caa authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 150f87d3efc8e774c73d374d0e65509d0b39fcec authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - c52989d9e02931c0ce4324b1081a38663711aeea authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - b68a815549c80e44bb9b1cf8d7fa183371a9430d authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 41806bf37eeaf96e6c5a938f1d595fef967a2e3d authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - d573a9016f856e81ac82c76596584d29c8210517 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 224b3ba1523c15b74e754fa250442cf7f7d86390 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 0c12ed391b9d2f113331383ee23160bfd4e9754e authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 0a6d113ad58e448e2f6e57ad7e1697ddd101ae1a authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 049c2c19674f11e48b9d73e4d6d34872a21ed6e5 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - a85fb0e184fae7f46d10302e48e82dfff25c117c authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 782dc5b09ebfcbf50aa84b8a750fd56a547269f4 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 0924052325378b11301d615c0906d4909c1e1747 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 1d8a80b6f5128eac3060b73e48748ae590476f59 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - a39cb73ecc5b6c93501b6b02d9b45ff24deda0cb authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 8a269cce796ea087d5e8a32792b34c6afc119f8e authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - ca873592fda6bf9100bc47e5c3de7edc233668a2 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - f8fbc8f15946996fd85d18364379930cd5a809ba authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 6be60277fc31a4e4df6ad1aa470ebb62583bebe7 authored almost 9 years ago by David Fahlander <[email protected]>
Update README.md

github.com/dexie/Dexie.js - 529b42add641a1bd26dab426d1cf744276d750c7 authored almost 9 years ago by David Fahlander <[email protected]>
Simplifying typescript definition of Dexie.Events.

github.com/dexie/Dexie.js - 7f62518c9d5551976b6d96789f6c3586465c61eb authored almost 9 years ago by David Fahlander <[email protected]>
Effects of recent rename of events to Events (but with backward compatibility)

* Addons use new name rather than old (even though old would still work)
* Typescript definition ...

github.com/dexie/Dexie.js - b13a47c5cda8aec58ed8c05ac14389d1d661f2a8 authored almost 9 years ago by David Fahlander <[email protected]>
Refactored out code to separate modules.

github.com/dexie/Dexie.js - d8d0e36662aa095642b73713274c502a3428afb9 authored almost 9 years ago by David Fahlander <[email protected]>
SecurityError when storage is disabled #158

github.com/dexie/Dexie.js - 1766a6bac007d132c21b024cacb96ebe434ff89e authored almost 9 years ago by David Fahlander <[email protected]>
Removed UMD style module. Not needed even though we may run it in browser. Can work anyway.

Editing comments.

github.com/dexie/Dexie.js - 4113ce725c303c4a1367f5399425f0d83b51503b authored almost 9 years ago by David Fahlander <[email protected]>
Removed the "typescript/definitions" element of package.json because it is strongly argumented against.

http://angularclass.com/the-state-of-typescript-packages/
"TSD has a concept called tsd link, wh...

github.com/dexie/Dexie.js - 0eaec3bf223ab8be9c92a2ac18aebade1fb028d8 authored almost 9 years ago by David Fahlander <[email protected]>
Changing the not-yet documented Dexie.errnames to have the short names of the errors (Dexie.errnames.Abort = "AbortError", Dexie.errnames.Syntax = "SyntaxError")

github.com/dexie/Dexie.js - d24b098728d4cfb8af3f62684aa27eba548a32fa authored almost 9 years ago by David Fahlander <[email protected]>
Updated typescript definitions:

* New options in Dexie constructor.
* Dexie.semVer
* Dexie.currentTransaction
* Dexie.override
* ...

github.com/dexie/Dexie.js - ea03e27686aac7dbd6953fe8a0981137a8669e12 authored almost 9 years ago by David Fahlander <[email protected]>
Support for arrow functions in WriteableCollection.modify() (API extended - need to update wiki).

github.com/dexie/Dexie.js - 9e9ae0515308d5b771759d630de20bd06737e524 authored almost 9 years ago by David Fahlander <[email protected]>
Fine tuning the typescript sample.

* Explaining comments
* Doing db.contacts.put(this) first.
* Minor optimization: using await all(...

github.com/dexie/Dexie.js - 3afb59694f534072c52f1cb345437fa6332e60b3 authored almost 9 years ago by David Fahlander <[email protected]>
dexie-syncable won't install over npm/jspm due to incorrect dependency #193

github.com/dexie/Dexie.js - 74c5ab9ec45081ca8344efe9ea5188f1944b1522 authored almost 9 years ago by David Fahlander <[email protected]>
Merge branch 'master' of https://github.com/dfahlander/Dexie.js

github.com/dexie/Dexie.js - 55febdf3d9faf8374b619bea3c496e43e9225670 authored almost 9 years ago by David Fahlander <[email protected]>
Bugfix of typescript sample: Need to declare a module-local var Promise = Dexie.Promise in all modules that will use async/await if they should do async/await with Dexie.Promise (which is required when within a transaction).

github.com/dexie/Dexie.js - 4038135330912322a0f194ab7e4d75acac61353f authored almost 9 years ago by David Fahlander <[email protected]>
Build output

github.com/dexie/Dexie.js - 0359a46e43aecc68e1277eb7fa911b80223b2fd2 authored almost 9 years ago by David Fahlander <[email protected]>