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

Update README.md

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

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

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

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

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

github.com/dexie/Dexie.js - 55ce8128ae636d8ab60cb2f778c705bc07e5963b authored almost 11 years ago by David Fahlander <[email protected]>
Update readme

github.com/dexie/Dexie.js - acc78c8f1939f4880237771de57cd7d83f147048 authored almost 11 years ago by David Fahlander <[email protected]>
Renamed method schema() to stores()

github.com/dexie/Dexie.js - 67fb42215f3b5acf8a424fa50046f497f17a8d88 authored almost 11 years ago by David Fahlander <[email protected]>
Renamed to Dexie

Renamed StraightForwardDB to Dexie

github.com/dexie/Dexie.js - 13632dd1116859cec78fc2731634bc542b85cfc1 authored almost 11 years ago by David Fahlander <[email protected]>
Case insensitive search + lots of fixes + more tests

github.com/dexie/Dexie.js - 933a50ebfe2c29028594ba78ff08f7d50c9bfd95 authored almost 11 years ago by David Fahlander <[email protected]>
Changed the Promise implementation

Corrected bugs and extended the Promise implementation.
Bugs: 1) Calling resolve() or reject() d...

github.com/dexie/Dexie.js - 8ced0bfca7f5f9b5f91de3a1a3d8bdaa18d7b53d authored almost 11 years ago by David Fahlander <[email protected]>
Added defineClass() and mapToClass() for object mapping

Now possible to map tables to classes (javascript constructors) so that
code completion is bette...

github.com/dexie/Dexie.js - 1500103c869e6423d21bfa96e1a936692120c705 authored almost 11 years ago by David Fahlander <[email protected]>
Tests failed in Chrome. Fixed.

github.com/dexie/Dexie.js - e1ffee5b8bcd0f1c20551cca3cf4841288c071be authored almost 11 years ago by David Fahlander <[email protected]>
Tests failed in Chrome. Fixed.

Tests failed in Chrome due to an incompatibility between Promises/A+ and
indexedDB specification...

github.com/dexie/Dexie.js - efd8d19d0e750aba0bf2461d68deabf6c6103274 authored almost 11 years ago by David Fahlander <[email protected]>
Lots of bug fixes after unit testing with IE11

Still have a lot more tests to write.

github.com/dexie/Dexie.js - ecce834f9d612926aedf6fd801ffc2de4d73abb1 authored almost 11 years ago by David Fahlander <[email protected]>
Allow operations on database before it is opened

No longer needed to wait for the ready event to start interacting with
the database. Instead, th...

github.com/dexie/Dexie.js - ef3b16645e464f0aa8954e4f472c077695d24460 authored almost 11 years ago by David Fahlander <[email protected]>
Unit tested with basic tests

github.com/dexie/Dexie.js - 278b7a1f95e5ebd4f6d8e9a23a73d49062abc7d0 authored almost 11 years ago by David Fahlander <[email protected]>
Cleanup

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

github.com/dexie/Dexie.js - 05c86ca8542120bb5720294f85d48d1631ed25dd authored almost 11 years ago by David Fahlander <[email protected]>
Rewritten to use prototype and std Promise

Rewritten to use prototyped methods on all classes as well as Ecmascript
6 and A+ compliant Prom...

github.com/dexie/Dexie.js - 8e54f445f355a35c703bf20e9ff170e68755c983 authored almost 11 years ago by David Fahlander <[email protected]>
Rewritten to use prototype and std Promise

Rewritten to use prototyped methods on all classes as well as Ecmascript
6 and A+ compliant prom...

github.com/dexie/Dexie.js - eb29c5621add64cdb1f6bf77e5f9874208000466 authored almost 11 years ago by David Fahlander <[email protected]>
v0.1 alpha

Working now after rewriting the code. Writing tests.

github.com/dexie/Dexie.js - 42ebfc120b4720f6b31956aa043d490aec065610 authored almost 11 years ago by David Fahlander <[email protected]>
Work in progress... Rewriting upgrade framework

Not yet functional.

github.com/dexie/Dexie.js - bda7398cfc561fabeeda1b01938aed78bc806465 authored almost 11 years ago by David Fahlander <[email protected]>
Added code to GitHUB

github.com/dexie/Dexie.js - 4def75ae8f93142619cbb250e5afb7d807432f68 authored almost 11 years ago by David Fahlander <[email protected]>
Initial commit

github.com/dexie/Dexie.js - 1a77dad6bdb28e5c24bb6b913077a37f20d3bef7 authored almost 11 years ago by dfahlander <[email protected]>