wekan/packages/wekan-cfs-worker/CHANGELOG.md
2021-04-29 13:26:49 +03:00

123 lines
4.3 KiB
Markdown

# Changelog
## vCurrent
## [v0.1.2] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.1.2)
#### 17/12/14 by Morten Henriksen
## [v0.1.1] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.1.1)
#### 17/12/14 by Morten Henriksen
- Bump to version 0.1.1
- mbr update, remove versions.json
## [v0.1.0] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.1.0)
#### 17/12/14 by Morten Henriksen
- mbr update versions and fix warnings
- *Merged pull-request:* "Remove the unused function makeSafeCallback()." [#4](https://github.com/zcfs/Meteor-cfs-worker/issues/4) ([DouglasUrner](https://github.com/DouglasUrner))
- Remove the unused function makeSafeCallback().
- *Merged pull-request:* "Minor formatting edit." [#2](https://github.com/zcfs/Meteor-cfs-worker/issues/2) ([DouglasUrner](https://github.com/DouglasUrner))
- Minor formatting edit.
- 0.9.1 support
Patches by GitHub user [@DouglasUrner](https://github.com/DouglasUrner).
## [v0.0.20] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.20)
#### 28/08/14 by Morten Henriksen
- Meteor Package System Update
## [v0.0.19] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.19)
#### 27/08/14 by Eric Dobbertin
## [v0.0.18] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.18)
#### 27/08/14 by Eric Dobbertin
- Merge branch 'master' of https://github.com/zcfs/Meteor-cfs-worker
- change package name to lowercase
## [v0.0.17] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.17)
#### 09/08/14 by Eric Dobbertin
- *Merged pull-request:* "Fixed bug preventing temp chunks deletion" [#1](https://github.com/zcfs/Meteor-cfs-worker/issues/1) ([GuillaumeZuff](https://github.com/GuillaumeZuff))
- Fixed bug preventing temp chunks deletion
Patches by GitHub user [@GuillaumeZuff](https://github.com/GuillaumeZuff).
## [v0.0.16] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.16)
#### 06/04/14 by Eric Dobbertin
- use uploadedAt so that we can remove chunk info when it's no longer needed
## [v0.0.15] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.15)
#### 05/04/14 by Morten Henriksen
## [v0.0.14] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.14)
#### 31/03/14 by Eric Dobbertin
- use latest releases
## [v0.0.13] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.13)
#### 29/03/14 by Morten Henriksen
- remove underscore deps
## [v0.0.12] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.12)
#### 29/03/14 by Morten Henriksen
- Refactoring and clean ups
## [v0.0.11] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.11)
#### 23/03/14 by Morten Henriksen
- Rollback to specific git dependency
- use collectionFS travis version force update
## [v0.0.10] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.10)
#### 22/03/14 by Morten Henriksen
- try to fix travis test by using general package references
## [v0.0.9] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.9)
#### 22/03/14 by Morten Henriksen
- out factor fileobj update when file is stored
- clean up and use the correct end event for streams
- reference released collectionFS pkg
## [v0.0.8] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.8)
#### 21/03/14 by Morten Henriksen
## [v0.0.7] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.7)
#### 18/03/14 by Eric Dobbertin
- Remove from temp store when removed from collection
## [v0.0.6] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.6)
#### 18/03/14 by Morten Henriksen
- fix refactor name for removeFile
- add back code for running beforeSave function, with stream support (just getting it working for now, can be switched to transform streams later)
- changed method name
- minor changes using chunks in file record
- Add streaming WIP
## [v0.0.5] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.5)
#### 07/03/14 by Eric Dobbertin
- should be installing devel
- small change because tempstore no longer tracks chunks in the file object
## [v0.0.4] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.4)
#### 03/03/14 by Eric Dobbertin
- moved beforeSave out of SA and into here
- move saveCopy here, out of fs.collection
- just package and doc tweaks
## [v0.0.3] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.3)
#### 15/02/14 by Morten Henriksen
## [v0.0.2] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.2)
#### 13/02/14 by Morten Henriksen
## [v0.0.1] (https://github.com/zcfs/Meteor-cfs-worker/tree/v0.0.1)
#### 13/02/14 by Morten Henriksen
- init commit