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

Releasing v1.3.3

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

github.com/dexie/Dexie.js - 1de88e674e8a22533859faf90dbdf31edeeb5806 authored almost 9 years ago by David Fahlander <[email protected]>
Fixed jspm support (again). Now tested ;)

github.com/dexie/Dexie.js - a25da2e3d0962e0297a1b4ff055c4d3c1362cd62 authored almost 9 years ago by David Fahlander <[email protected]>
Added bulkAdd() to typings.

github.com/dexie/Dexie.js - fbb0601da37139da195c2f2519d4b598789bc2b5 authored almost 9 years ago by David Fahlander <[email protected]>
Yet another fix for issue #175 empty string as key. Detected when running Dexie.Observable's unit tests.

github.com/dexie/Dexie.js - 035c7bd5691a3474a7d0ead22bb40d306dd1594b authored almost 9 years ago by David Fahlander <[email protected]>
Added test for the new "no autoOpen" option in Dexie constructor as well as a test for bug fix of db.close() checked in 2 commits ago.

github.com/dexie/Dexie.js - 6719cf6e2c432caf6a0020b3060f4e22fe304650 authored almost 9 years ago by David Fahlander <[email protected]>
Ignored tests not compatible with IE/Edge.

github.com/dexie/Dexie.js - 52bd472c80b803badbc7fadb95e65659c63a835c authored almost 9 years ago by David Fahlander <[email protected]>
Improved Error handling by using dedicated exceptions for each type of error to satisfy #189.

Should update wiki with what types of errors that may be catched.

github.com/dexie/Dexie.js - 74396362095309a665ba9ebf5d828b154def4a4d authored almost 9 years ago by David Fahlander <[email protected]>
Optimized unit test for #190.

github.com/dexie/Dexie.js - ea454fe2748982ed42bdfebfb9c04a92f73a9a64 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 - 6946fc674a7eaee6f425f16fbae76ebaa0209b14 authored almost 9 years ago by David Fahlander <[email protected]>
Unit test for Erratic behavior of between #190

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

github.com/dexie/Dexie.js - 5eff34a6b07ca9b8a5e05a3eeb18bd31101c3323 authored almost 9 years ago by David Fahlander <[email protected]>
Made requirejs samples work out-of-the-box by require.config to npmcdn.

github.com/dexie/Dexie.js - 86da5ffe60e998ed40383bafbd73cb836d8e8bbb authored almost 9 years ago by David Fahlander <[email protected]>
JSPM support for addons.

github.com/dexie/Dexie.js - ad4ac5ae8d8cc7b023e4dc5d87177fdf286a5689 authored almost 9 years ago by David Fahlander <[email protected]>
Added files to bower.json output for npmcdn.com's bower.json.

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

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

github.com/dexie/Dexie.js - 16c9d29ccc7148b75d3c4112500fd8f51adcdefe authored almost 9 years ago by David Fahlander <[email protected]>
Dexie, typescript. requirejs #188

Provided a simpler typescript sample that uses tsc only in its build step and requirejs for modu...

github.com/dexie/Dexie.js - 7f5d92f7df2e0706c38c7838823c66406d8c5a50 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 - 1b2238b94275e077aed7ceea0a84b6c27ab30a6e authored almost 9 years ago by David Fahlander <[email protected]>
Added simple typescript sample with no babel and just requirejs.

github.com/dexie/Dexie.js - 5dd1eb05f21900733cc497252b05ad10fd2cbaac authored almost 9 years ago by David Fahlander <[email protected]>
Added simple typescript sample with no babel and just requirejs.

github.com/dexie/Dexie.js - 4d66e83a164922f8b631d8409c297f4d4283bb29 authored almost 9 years ago by David Fahlander <[email protected]>
In sync with DefinitelyTyped.

Support for tsd link.

github.com/dexie/Dexie.js - 83287f09e974cd815f4ab23f590f2392621191fb 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 - 92b0a6662ba3ea41ff5df4f75bf257a96b2dd1c4 authored almost 9 years ago by David Fahlander <[email protected]>
1.3.1 TypeScript example doesn't work with Browserify #186

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

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

github.com/dexie/Dexie.js - dd7253894712cf7870fc6d935e5806cc66dad1d9 authored almost 9 years ago by David Fahlander <[email protected]>
Comment to import statement

github.com/dexie/Dexie.js - edebd4601c2f9fd285103499b21b2d52af392ba2 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 - 1b60b8aef621acc6c1801c28b1338dc5cd3a51b8 authored almost 9 years ago by David Fahlander <[email protected]>
Fixing package.json for addons, bower.json for dexie and npmignore src,build and test again... Found it better to not have the SRC in npm because contributing should be done from git clone, using npm link command, not direct in npm.

github.com/dexie/Dexie.js - 117cd96977edaa23b6b90c3580ad01db1be159cc authored almost 9 years ago by David Fahlander <[email protected]>
Support jspm.

github.com/dexie/Dexie.js - d90da8bfeeb9b4fd5c95a6d7cc35b40d1c8eb88b authored almost 9 years ago by David Fahlander <[email protected]>
Bower install for addons #185

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

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

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

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

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

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

github.com/dexie/Dexie.js - bdb0ee19320d5e30aece3a638cb51ad00dc4c882 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 - d8eae75a96f2f5f5543e6add223fd616e5c98c8d authored almost 9 years ago by David Fahlander <[email protected]>
Adding a tests-misc.js to put various unit tests within.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

github.com/dexie/Dexie.js - f0bc3ffb429142014b2de8cb59fd18dd0e6adcd2 authored almost 9 years ago by David Fahlander <[email protected]>
Let npm package contain what it takes to build dexie. Not nescessary though, but seems to be common practice.

It may be nice for npm-centric people to see the source and be able to rebuild it more easily if ...

github.com/dexie/Dexie.js - 9d90454ebddaa5904a0300abf58c4c9a332e0a7e authored almost 9 years ago by David Fahlander <[email protected]>
Fixes after testing release script.

github.com/dexie/Dexie.js - fc1be9596e117c5c855c0f777df6391c84f56e54 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 - 97901bbecc23410af5e07e7e2fced20aa7f58b10 authored almost 9 years ago by David Fahlander <[email protected]>
Made release script release on new branch "releases" instead to unbload master.

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

github.com/dexie/Dexie.js - e50eb3dd46113e22dfd3ee3d14b140f1bc17c05d 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 - 903af0c69aa3f433a32782c4ce6d2212bbd8f42f authored almost 9 years ago by David Fahlander <[email protected]>
Updated README.md

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

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

github.com/dexie/Dexie.js - 4fe7ce4f9238ac284e3fa2ae24ed3bb585ae609b authored almost 9 years ago by David Fahlander <[email protected]>
Post-publish: remove dist files. Just had them temporarly in the release tag for the sake of bower.

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

github.com/dexie/Dexie.js - 011cafcfdd37cae4b4070797fd166a4c1c46a202 authored almost 9 years ago by David Fahlander <[email protected]>
Updated .npmignore to hide various files.

github.com/dexie/Dexie.js - 101339c9fc52a73704f51a7db0a22366b17e644c authored almost 9 years ago by David Fahlander <[email protected]>
Hiding README.md for generated Github release tags (= bower package).

github.com/dexie/Dexie.js - 63c20b55ad88e8cd3a0e8e33eff6fd0a5f4ed52f authored almost 9 years ago by David Fahlander <[email protected]>
Fixed stalled links in README.md of addons.

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

github.com/dexie/Dexie.js - e3639fb3693f8a21b571df57f7918d34e151445c authored almost 9 years ago by David Fahlander <[email protected]>
Updated stale links in README for npm.

github.com/dexie/Dexie.js - 7eb371780495c05f00bfdfef40ee054cfb02f750 authored almost 9 years ago by David Fahlander <[email protected]>
Added README files to addons.

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

github.com/dexie/Dexie.js - 744951186351a560e0f314943e73e78a70d4581e authored almost 9 years ago by David Fahlander <[email protected]>
Post-publish: remove dist files. Just had them temporarly in the release tag for the sake of bower.

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

github.com/dexie/Dexie.js - 0393460674a79fe67dbc4b0c3cce9a9c943d6027 authored almost 9 years ago by David Fahlander <[email protected]>
Final release script (?)

github.com/dexie/Dexie.js - 19350ddfde3109e179a303b2d31c8e79611c2dc9 authored almost 9 years ago by David Fahlander <[email protected]>
Updated release script.

github.com/dexie/Dexie.js - 8bfd1d543ec589a4160d1c1d6c423ac5653dbf64 authored almost 9 years ago by David Fahlander <[email protected]>
Release script.

github.com/dexie/Dexie.js - 67258ea66748a3ead6a87fefb22ad56a3ae4a152 authored almost 9 years ago by David Fahlander <[email protected]>
Added .gitignore and .npmignore to addons.

github.com/dexie/Dexie.js - ed8f631c8062660762b0fc114723c0746ddf2b06 authored almost 9 years ago by David Fahlander <[email protected]>
Leading comments in typings file.

github.com/dexie/Dexie.js - 8a81e6a0bb8afa35cbaabb8f3d91894f612d48da authored almost 9 years ago by David Fahlander <[email protected]>
Clean up some code and fixed so that watch will also watch for changes in Dexie.d.ts.

github.com/dexie/Dexie.js - d64172396c14d8f8f6cfffe9ce92c6bbc780021e authored almost 9 years ago by David Fahlander <[email protected]>
Typescript typings for Promise<R>.catch wrong type for callback function? #181

github.com/dexie/Dexie.js - 1c596097f0828089dbce3e349d030eb1e15f1811 authored almost 9 years ago by David Fahlander <[email protected]>
Changed website address from www.dexie.org to just dexie.org.

Updated README.md.

github.com/dexie/Dexie.js - 968fc026c8d7a8020475578c3e41b567d37a2c6d authored almost 9 years ago by David Fahlander <[email protected]>
Remove dist files from checkin.

github.com/dexie/Dexie.js - d96c8ea0294c9d4d53619f0abd6e484b2592d5d2 authored almost 9 years ago by David Fahlander <[email protected]>
Bugfixes build and test.

github.com/dexie/Dexie.js - 6fa3ca0c865042cb06a01e4aaafb410999b41566 authored almost 9 years ago by David Fahlander <[email protected]>
Fix unit tests for addons to work with yield tests.

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

github.com/dexie/Dexie.js - b61b3a5c1ab8cb5cac59f5d4d2e5a9e355c69106 authored almost 9 years ago by David Fahlander <[email protected]>
Upgraded typings to newer typescript compiler and added new WhereClause methods.

Tested with tsc 1.8.
Removed Dexie.d.ts from src and have it only in dist.

github.com/dexie/Dexie.js - 751ab72c04c632660690ce97d6c81947ad73baca authored almost 9 years ago by David Fahlander <[email protected]>
Incorporated Dexie.Yield.js into Dexie.js.

github.com/dexie/Dexie.js - bb66a1861e56ab7353db664111c3da73cb554f4c authored almost 9 years ago by David Fahlander <[email protected]>
Version and Dates on addons.

github.com/dexie/Dexie.js - f6d82d71386dad26bbfa5d1f2c143624db47f678 authored almost 9 years ago by David Fahlander <[email protected]>
Upgraded the typescript sample to support Typescript 1.8 and Dexie 1.3.

Also included complete build scripts and correct dependencies.

github.com/dexie/Dexie.js - 33d59cff5eb54dcb7af60e0dc3c512d1971e8a8e authored almost 9 years ago by David Fahlander <[email protected]>
Fixed module based samples.

github.com/dexie/Dexie.js - a0efb21d4ea2a3de41e31cf88164604abe4082a3 authored almost 9 years ago by David Fahlander <[email protected]>
Made samples/browserify to a complete npm package with a README and build script.

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

github.com/dexie/Dexie.js - ee17f36aa7d26a1664a19c8123d105674a1f2e17 authored almost 9 years ago by David Fahlander <[email protected]>
bower- and npm ignores.

Moved karma.conf.js to test/

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