Skip to content

Releases: plotdb/uploadr

0.2.1

04 Feb 17:11

Choose a tag to compare

  • fix bug: server inclusion path incorrect, leading provider creation failure
  • upgrade modules

0.2.0

21 Jan 15:21

Choose a tag to compare

  • source and dist file renamed.
  • wrap client js with transpiler instead of doing it ourselves
  • upgrade modules
  • release with compact directory structure
  • add style in package.json
  • add main and browser field in package.json.
  • further minimize generated js file with mangling and compression
  • patch test code to make it work with upgraded modules

0.1.3

04 Oct 07:14

Choose a tag to compare

  • support additional data passed to server when uploading
  • add limit on upload file amount for GCS provider

0.1.2

04 Oct 06:19

Choose a tag to compare

  • upgrade modules
  • fix bug: @log instead of log in native server provider
  • fix bug: incorrect parentheses for Promise.all in native server provider
  • fix bug: should passin full opt object to provider in server entry point dist/server.js
  • tweak gcs provider option to better align spec.

0.1.1

02 Oct 12:21

Choose a tag to compare

  • add missing server file

0.1.0

02 Oct 12:04

Choose a tag to compare

  • server
    • use SHA256 + file size instead of md5 to lower chance of file name collision.
    • add log option
    • make target default main if not specified
    • log error if occurred
  • build
    • upgrade modules and remove runtime warnings: stylus
    • add missing dev modules: colors, express, fs-extra
    • use npx to replace relative path to execute commadns
    • let dev server accesss src/server.ls instead of copying it to web/api folder.
    • use assets/lib/uploadr/dev/ instead of assets/lib/uploadr
  • remove useless options and codes
  • re-write uploadr and uploadr-viewer module
  • use view directive instead of handler to prevent duplicate ldview object creation
  • support loader directly with ldloader
  • better README
  • tweak demo page
  • merge client side uploadr.viewer and uploadr script.
  • image fade in
  • unify ld naming for uploadr and uploadr.viewer
  • add additional events in uploadr.viewer
  • add APIs to control ldPage in uploadr.viewer.
  • add chooser demo
  • reorg src and dist directory.
  • add gcs provider

0.0.1

28 Jan 02:51

Choose a tag to compare

v0.0.1

add target in handler