Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 1.85 KB

v0.2.3 (2013-10-12)

Bug Fixes

  • data: remove non-existent jQuery version

v0.2.2 (2013-08-31)

Features

v0.2.1 (2013-08-11)

Bug Fixes

  • cdnify: strip leading slashes (4e01423f)

Features

  • data: dojo, swfobject for google CDN (bdb5c3b7)

v0.2.0 (2013-08-11)

Bug Fixes

  • data: filter out invalid semvers (1c3552e9)

Features

  • cdnify:
    • run bower lookups in parallel (00a1c9ce)
    • change to asynchronous API (17ea90ce)
    • preparations for multi-cdn support (5a73bea0)
  • data:
    • full heuristic cdnjs support (d6e9830c)
    • add cdnjs support for jquery (eb215d9d)
  • util: add bower main resolver (104e1aa2)

Breaking Changes

  • googlecdn is no longer synchronous and requires a callback
  • Hoisting is no longer supported. If you relied on this, please get in touch. It looked like nobody would be using it.