Skip to content

Latest commit

 

History

History
300 lines (187 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

300 lines (187 loc) · 16.2 KB

0.1.32 (2020-12-21)

Chores
  • deps:
    • force latest version & audit fix (2c9ccab5)
    • bump ini from 1.3.5 to 1.3.7 (6a1d95b6)

0.1.31 (2020-09-16)

Chores
  • deps: force latest version & audit fix (ef30de9c)

0.1.30 (2020-07-30)

Chores
  • deps: force latest version & audit fix (a1cd0df0)

0.1.29 (2020-07-14)

Chores
  • deps: force latest version & audit fix (74d324c2)

0.1.28 (2020-07-02)

Chores
  • deps: force latest version & audit fix (547a279a)

0.1.27 (2020-06-11)

Chores
  • deps: force latest version & audit fix (a1d20c1f)

0.1.26 (2020-05-20)

Chores
  • deps: force latest version & audit fix (35319c8b)

0.1.25 (2020-05-10)

Chores
  • deps: force latest version & audit fix (3573718d)

0.1.24 (2020-05-03)

Chores
  • deps: force latest version & audit fix (f88c35c7)

0.1.23 (2020-04-27)

Chores
  • deps: force latest version & audit fix (0c0b1da5)

0.1.22 (2020-04-18)

Chores
  • deps: force latest version & audit fix (fe1d3426)

0.1.21 (2020-03-30)

Chores
  • deps: force latest version & audit fix (2037ad98)

0.1.20 (2020-03-06)

Chores
  • deps: force latest version & audit fix (dc917899)

0.1.19 (2020-02-28)

Chores
  • deps: force latest version & audit fix (9844f8d0)

0.1.18 (2020-02-16)

Chores
  • deps: force latest version & audit fix (ecfd41bd)

0.1.17 (2020-02-04)

Chores
  • deps: force latest version & audit fix (6904b050)

0.1.16 (2020-01-22)

Chores
  • deps: force latest version & audit fix (7e6c6d2b)

0.1.15 (2020-01-17)

Chores
  • deps: force latest version & audit fix (32c385d3)

0.1.14 (2020-01-12)

Chores
  • deps: force latest version & audit fix (f888ab9e)

0.1.13 (2019-10-23)

Chores
  • deps: force latest version & audit fix (2de3f4ee)

0.1.12 (2019-10-10)

Chores
  • deps: force latest version & audit fix (8dc83648)

0.1.11 (2019-10-08)

Chores
  • deps: force latest version & audit fix (1273cf5e)

0.1.10 (2019-10-07)

Chores
  • deps:
    • force latest version & audit fix (14d3fbb6)
    • force latest version & audit fix (48e8859d)
    • force latest version & audit fix (e8432c8e)

0.1.9 (2019-09-18)

Chores
  • deps: force latest version & audit fix (2bc50814)

0.1.8 (2019-08-20)

Chores
  • deps: force latest version & audit fix (30880c25)

0.1.7 (2019-08-15)

Chores
  • deps: force latest version & audit fix (cd29dc08)

0.1.6 (2019-07-09)

Chores
  • deps: force latest version & audit fix (7dc05fff)

0.1.5 (2019-06-19)

Chores
  • deps: force latest version & audit fix (605e13ea)

0.1.4 (2019-06-16)

Chores
  • deps: force latest version & audit fix (aa3a7f82)
New Features
  • expose file length on autopopulate (5391fffa)

0.1.3 (2019-06-12)

Chores
  • deps:
    • force latest version & audit fix (10c8cabe)
    • force latest version & audit fix (d94331c7)

0.1.2 (2019-06-10)

Chores
  • deps: force latest version & audit fix (b3509f8b)

0.1.1 (2019-06-08)

Chores
  • deps: force latest version & audit fix (e9024900)

0.1.0 (2019-06-06)

Chores
  • improve usage examples (cfae09e8)
  • setup project structure and dependencies (69ada11e)
  • deps:
    • force latest version & audit fix (904a94b1)
    • force latest version & audit fix (66b5d3af)
    • force latest version & audit fix (e47a63fd)
    • force latest version & audit fix (46c5ee21)
    • force latest version & audit fix (bf76c477)
    • force latest version & audit fix (ed67288b)
    • add required dependencies (d65f1bd0)
  • examples:
    • add clear before seed (15307292)
    • add common bucket file seeds (4013760b)
    • refactor to expose correct api paths (948aba47)
Documentation Changes
New Features
  • implement uploaderFor to handle file uploads for a give path (59789024)
  • implement bucketUploaderFor and uploadErrorFor helpers (bf9522c2)
  • plugin stream and download relative url to file schemas (172c6252)
  • implement file filter creator for a bucket (5b72b1c2)
  • implement bucketInfoFor helper (974e18f6)
  • implement bucketFor to get gridfs bucket by name (c947fc6b)
  • allow File model switching based on request bucket (c226f9cf)
  • implement modelForBucket to obtain model for a give bucket (bac68a63)
  • apply rest actions to simplify metadata http api (8c02de92)
  • implement file download get http handler (ffcf8bc8)
  • implement file chunks get http handler (70e3a76b)
  • implement file put http handler (f2c24cfe)
  • implement file patch http handler (afabc791)
  • implement file delete http handler (4e20ded9)
  • implement get file details http handler (1a663c34)
  • implement initial http upload handler (a8eb01a5)
  • implement createBuckets to expose common GridFS buckets (2b0f02e7)
  • refactor to ensure models on request (62a0291e)
  • implement Buckets and FileTypes definitions (3fdbab6f)
Bug Fixes
  • implement fileFilter to allow multer to ignore other files (55c2c7be)
  • improve model switching base on bucket path param (269128f9)
Refactors
  • common exports (164684db)
  • use bucketInfoFor helper (9cb18252)
  • allow storage switch based on bucket (20bf7f1f)
  • rename modelForBucket to modelFor (3f94d283)
  • extract id from request params (d3e816ca)
  • improve package exports (35919d25)
  • update router hanlders to use expess-rest-actions helpers (9756881b)
Code Style Changes
Tests
  • implelemt file schematype specs (1fd4bfd3)
  • implement file schema types specs (f926e719)
  • refactor model specs file name (4a2c1f81)
  • implement videos buckekt http api spec (0b14e22f)
  • implement images buckekt http api spec (6d131f8a)
  • implement documents buckekt http api spec (4aa9e915)
  • implement audios buckekt http api spec (3f366840)
  • fix file http spec to virtual timestamps (00c62e64)
  • refactor to usee express test helpers (9936bd94)
  • add empty specs for file http api (bf63d653)
  • ensure properties assertions on file http specs (1377eaa2)
  • improve file http spec setup (a359e0e3)
  • initialize http spec and dedupe dependencies (b397a806)
  • clear unused var from index spec (5fa759d6)
  • clear unused specs from index (3d20e233)
  • implement write, read, unlink specs for Image and Video model (528dd6ab)
  • implement write, read, unlink specs for File model (e2e71fc0)
  • implement write, read, unlink specs for Audio model (045d8565)
  • implement write, read, unlink specs for Document model (6589d763)
  • implement File, Image, Audio, Video, Document write specs (f8da5208)
  • add fixtures (6f146f09)
  • ensure createModels specs (57d6d078)
  • flatten test directories (8aefb258)
  • ensure Buckets assertions (011a218b)
  • ensure FileTypes schematypes assertions (d6163c4d)