- require: Replace ternary with logical or
- test: Remove
console.log
from "circular" fixture - require: Fix circular dependency loading
- eslint compliance
- adding eslint
- test: Greatly simplify "circular" fixture
- test: Expose a circular dependency resolution bug
- fixing tests
- Ensuring all source-map files are "absolute" paths. (from the duo root)
- Specifying
/require.js
to make sure it stays at the root of the source-map.
- Adding debug output
- Using source-root internally
- Adjusting the returned object to more intelligently include source-maps inline automatically.
- Returning a
{ code, map }
object instead of rawString
(to work towards external source-maps)
- Merging inline source-maps into the final source-map
- Applies wrapper offset to sourcemaps
- add test for seajs(cmd) support
- add seajs(cmd) support
- add umd support
- Fixed: sourcemap off-by-one (@ryanfields)
- Added: Travis
- Fixed: sourcemap test (@stephenmathieson)
- Fixed: Don't expose file info in sourcemap (@stephenmathieson)
- Update: gnode
- fix css getting included twice. see: duojs/duo#321
- css assets should be relative to the entry
- do not duplicate different @import deps that resolve to the same source
- support node 0.10.x using $ mocha
- Merge pull request #17 from duojs/node_0.10
- Makefile: Reorder targets
- Makefile: fix test target
- using gnode for node 0.10 backwards compat
- cleaning up the makefile some, using gnode to run tests
- do not remove duplicate assets
- use relative paths for copied/symlinked assets
- make sure imports only get loaded once
- bump file-deps to fix symlinks and improve test coverage
- fix for empty css files
- test: Fix sourcemap fixture
- tests: add sourcemaps test
- fix: sourcemaps
- add dev deps
- refactored lib and api
- add css support
- fix: sourcemaps
- tests: make sure require() doesnt use any previously defined requires
- tests: add global check
- add global option
- add ability to require from outside the build
- cleanup require impl
- add tests
- return the source when path is not given, closes #2
- added source-maps
- added mkdirp to pack
- Initial release