Skip to content

v0.1.0

Compare
Choose a tag to compare
@phated phated released this 18 Jun 00:02
· 62 commits to master since this release

Breaking

  • Remove functions as options & disable tests (ca3817d)

New

Update

  • Use switch statment when generating sourcemaps (175fa0a)
  • Transfer write logic into helpers file (288a03a)
  • Utilize file.extname in contentIncluded (0d12aae)
  • Refactor includeContent using async.eachOf (ab4e5a0)
  • Rename variables and functions to be more consistent (98586e0)
  • Use file.extname property since we depend on newer vinyl (3634eaa)
  • Simplify async.waterfall arguments (0d75031)
  • Pin convert-source-map due to changes in 1.4.0 (d3db6e0)
  • Refactor loading of existing sourcemap (6835e80)
  • Move generators and helpers into own files (33b428d)
  • Reduce nesting of functions in add (1d7879a)
  • Create utility function for JSON parsing data (0416af0)
  • Cleanup loadSourcesAsync iteration with async.each (78265cc)

Build

  • Convert test suite to mocha/expect (143486e)
  • Fix linting dependency versions (21d22e0)
  • Disable test and linting to get current tests passing (3d4d127)