All Versions
72
Latest Version
Avg Release Cycle
22 days
Latest Release
2828 days ago

Changelog History
Page 6

  • v0.6.1 Changes

    August 09, 2014
    • add .npmignore
  • v0.6.0 Changes

    August 09, 2014
    • bin/_duo: added support for stdin
    • lib/duo: added duo#src(src, [type])
    • lib/duo: update concurrency to 50
    • bin/_duo: Add --quiet flag
    • bin/_duo: adding basic plugin support
  • v0.5.5 Changes

    August 08, 2014
    • downgraded debug so it prints out using stderr
    • fixing Duo#assets() to correctly reference project root
    • adding output dir option to CLI
    • parse.js: Add support for 'provider/user/repo'
    • set the default concurrency to 10
    • add npm install to make
    • bin/_duo: Spawn subcommands through gnode
    • bin/_duo: Fix trailing whitespace
    • remove duplicate installs in duo(1). closes: #126
    • test to make sure we're ignore http deps in css
    • fix cache without deps. closes #120
  • v0.5.4 Changes

    August 03, 2014
    • bump string-to-js to fix json loading. closes: #121
    • fix empty css @import issue. closes: #119.
    • support concurrent writes to mapping.
  • v0.5.3 Changes

    August 02, 2014
    • bump duo-package.
    • Duo#auth(user, token) => Duo#token(token)
    • using gnode to support node v0.10 w/o extra effort needed internally (@dominicbarnes)
  • v0.5.2 Changes

    August 01, 2014
  • v0.5.1 Changes

    August 01, 2014
    • ⬆️ Bumped because of NPM publish fail ("shasum check failed") (@eudinaesis)
  • v0.5.0 Changes

    July 30, 2014
    • Breaking: The entry is no longer optional, and you can no longer use a component.json as an entry
    • Added a File abstraction to contain the file state.
    • Added a transform singleton that uses https://github.com/matthewmueller/step.js
    • Broke duo#dependencies() out. Now we do a lot of heavy lifting in duo#dependency() now.
    • Added yieldable() helper to support yield duo.run() and duo.run(fn) without the extra duo#_run() fn.
    • fix duo(1) for components with js and css main object
    • duo-duplicates(1): remove / - replacement
    • remove quiet option until we have a need for it
    • add support for 'main' objects. fix logging
    • added multiple builds with a main array and lots of usability improvements
    • clean up auth
  • v0.4.1 Changes

    July 02, 2014
    • fix: make sure / works only in css mode
    • fix parsing ambiguity: require(user/repo@ref/path) => require(user/repo@ref:/path)
    • clean up example
    • add css support
  • v0.3.4 Changes

    June 30, 2014
    • rootext => type