All Versions
72
Latest Version
Avg Release Cycle
22 days
Latest Release
2132 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.11.1 Changes
March 29, 2015- Bugfix: removing gnode from JS API
- Adds
entry
to alternate plugins API
-
v0.11.0 Changes
March 29, 2015- BREAKING removing gnode and native node 0.10 support (see [docs](docs/cli.md#using-with-node-010))
- Adding travis tests for node 0.12 and iojs
- Updating duo-package and duo-pack
- Adding support for "alternate plugins" (see [docs](docs/plugins.md#alternate-plugins))
-
v0.10.0 Changes
March 19, 2015- BREAKING now returning a
{ code, map }
object fromDuo#run()
- Added
Duo#sourceMap()
to JS API - Added external source-maps support with the
--external-source-maps
CLI flag - Added
duo clean-cache
to CLI - Updated
duo-css-compat
to have cleaner name displayed in CLI
- BREAKING now returning a
-
v0.9.6 Changes
- Fixing non-js/css assets being processed as entry files.
-
v0.9.5 Changes
- Updating
duo-package
(handling gh token in duo directly)
- Updating
-
v0.9.4 Changes
- Cleaning up "quiet" and "verbose" mode behavior
-
v0.9.3 Changes
- Fixing directory processing for entries
-
v0.9.2 Changes
- Bumps
duo-pack
version to fix off-by-one sourcemap bug (#125)
- Bumps
-
v0.9.1 Changes
- Fixing bug that caused a single folder argument to be treated as a missing subcommand
- Handling syntax errors in manifest files more gracefully
-
v0.9.0 Changes
December 12, 2014- BREAKING removing some magic from the cli, making all arguments treated the same
- allow modules to export an array of pre-configured plugins
- adding ability to --use multiple times, while retaining backwards compatibility
- adding a test for a non-default install location
- using installTo instead of hard-coding 'components', improving test reliability too
- adding File#local() and File#remote() + tests (fixes #402)