Commit Graph

63 Commits

Author SHA1 Message Date
Kieran Sedgwick 483d3fef72 Fix #312 - Bundle filer-test.js with gh-pages branch only 2014-11-06 11:24:02 -05:00
Alan K 62be361fdc v0.0.35 2014-10-24 07:57:19 -04:00
Alan K 94411e3b8d v0.0.34 2014-10-24 07:56:16 -04:00
Alan K ce2184b8c1 v0.0.33 2014-09-30 16:16:56 -04:00
Alan K 04d612c97b add filer-test.js to repo 2014-09-30 16:16:15 -04:00
Alan K ed60c0b1fb v0.0.29 2014-09-19 12:32:42 -04:00
Alan K 284a7cf5cf Update package.json
`js-platform` -> `filerjs`
2014-09-18 13:08:48 -04:00
Ali Al Dallal 5a75de1881 Fix bower can't run in some OS 2014-09-12 15:03:29 -04:00
Alan K 5dfebed4c7 v0.0.28 2014-09-09 15:05:10 -04:00
Ali Al Dallal adf039943d Remove wget to make Filer work in node.js 2014-09-09 09:30:03 -04:00
Alan K 4126321996 remove zip/unzip from shell 2014-09-02 15:48:54 -04:00
Alan K 3134c0be46 v0.0.27 2014-08-22 12:35:13 -04:00
Alan K 27a5e6ee26 v0.0.26 2014-08-20 15:57:09 -04:00
Alan K e01e422fe9 v0.0.25 2014-08-20 14:48:40 -04:00
Alan K d11e84d268 v0.0.24 2014-08-18 14:40:44 -04:00
Alan K 3e9b77a37a v0.0.23 2014-08-18 11:31:56 -04:00
Alan K 270d705f12 v0.0.22 2014-08-17 01:56:03 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d55bf23f1b Initial work on #227 - improve storage efficiency of provider API 2014-08-16 16:22:41 -04:00
Alan K 4b01276c28 v0.0.21 2014-07-28 20:02:40 -04:00
Alan K 79e9008175 v0.0.20 2014-07-21 15:28:26 -04:00
Alan K 3ab2701ad9 v0.0.19 2014-07-16 17:15:42 -04:00
Alan K 9d93191672 v0.0.18 2014-07-16 17:14:11 -04:00
Alan K 2c005d0390 v0.0.17 2014-07-15 19:22:25 +02:00
Alan K 5b521675c4 v0.0.16 2014-07-15 15:26:58 +02:00
Alan K fc3380c6bb v0.0.15 2014-07-14 22:01:52 +02:00
Alan K 4811a8575a v0.0.14 2014-07-14 20:33:22 +02:00
Ali Al Dallal 3733704a15 Fix bower old version 2014-07-14 14:16:34 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 5c9ba07706 Test for Filer as AMD module use in require.js with Buffer, regression issue 225 2014-07-02 15:17:22 -04:00
Alan K 1abc0d4f86 v0.0.13 2014-06-25 13:54:32 -04:00
Alan K c3681d4db6 v0.0.12 2014-06-23 14:31:58 -04:00
Alan K 31b062152e v0.0.11 2014-06-10 14:53:04 -04:00
Alan K 550b5c6ea9 v0.0.10 2014-06-09 10:40:50 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 939d015e6d All tests passing, replaced zlib.js with jszip, upstream fixes to browser-request + jszip for Buffers 2014-06-06 21:29:09 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca c8dcd2d14a Switch to build-time check vs run-time for request module in browserify 2014-06-06 11:41:26 -04:00
Alan K cc74e26b09 v0.0.9 2014-05-28 16:00:10 -04:00
Alan K ce4fe0fa41 v0.0.8 2014-05-27 14:58:10 -04:00
Alan K 397aa46aa8 v0.0.7 2014-05-27 14:45:58 -04:00
David Humphrey 8fac316052 Merge pull request #3 from sedge/browserify
removed browser attribute from package.json r=@modeswitch
2014-05-27 14:30:36 -04:00
Kieran Sedgwick 95691f4e89 removed browser attribute from package.json 2014-05-27 14:27:29 -04:00
David Humphrey 10c3271faa Merge pull request #2 from sedge/browserify
Excluded the request module from browserify builds and updated CONTRIBUT...
2014-05-27 10:49:49 -04:00
Kieran Sedgwick 2c1ccdd9f1 Make browserify point to the correct Filer distribution when including filer in 3rd party browserify builds 2014-05-27 10:46:23 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 215e4c3f49 Remove grunt-mocha 2014-05-26 17:46:10 -04:00
Kieran Sedgwick 2d245a0b26 Removed unnecessary files 2014-05-26 16:51:42 -04:00
Kieran Sedgwick 9df84d1227 Retooled grunt release to use browserify instead of requirejs 2014-05-26 13:57:20 -04:00
Kieran Sedgwick 4efa4a91f3 Review fixes from PR #195 2014-05-26 12:31:34 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 375719b49b Refactor module system from AMD to CommonJS 2014-05-23 14:14:06 -04:00
Kieran Sedgwick 9f33d8503e Swapped out XMLHttpRequest for a custom module
We made a module to encapsulate the logic that chooses the nodejs or browser dependency that actually downloads a file when the module is used.
2014-05-22 23:04:08 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 2d6b4644df Make it possible to run node tests from npm/grunt 2014-05-22 23:04:08 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca c18660a2ed Initial work on getting tests to run, some working 2014-05-22 23:04:07 -04:00
Kieran Sedgwick 3cbc0d2440 Grunt automation of build/tag/publish
Filer's build process was a multi-step process, and grunt is powerful enough to automate it. Now we have :)
2014-05-20 16:48:45 -04:00