All Versions
94
Latest Version
Avg Release Cycle
52 days
Latest Release
1113 days ago

Changelog History
Page 1

  • v3.5.2 Changes

    May 03, 2021

    :bug: Bug Fix

    Committers: 1

  • v3.5.1 Changes

    February 17, 2021

    :bug: Bug Fix

  • v3.5.0 Changes

    December 07, 2020

    ๐Ÿฑ ๐Ÿš€ Enhancement

    • #474 add the ability to ignore absolute paths from watcher (@ef4)

    ๐Ÿฑ ๐Ÿ› Bug Fix

    • ๐Ÿšš #473 remove vestigial filter option (@ef4)

    ๐Ÿ“š ๐Ÿ“ Documentation

    • ๐Ÿ“ฆ #470 Fix wrong package name in README (@ursm)

    Committers: 2

    • Edward Faulkner (@ef4)
    • Keita Urashima (@ursm)
  • v3.4.2 Changes

    May 12, 2020
    • ๐Ÿ›  fix TypeScript types
    • โž• add missing semi colon
  • v3.4.1 Changes

    • โช Revert retry feature (caused downstream failures for ember-cli users) (#459)
  • v3.4.0 Changes

    March 17, 2020
    • ๐Ÿ— [Feature] stop current build, when rebuild is triggered (#408)
  • v3.3.3 Changes

    February 29, 2020
    • ๐Ÿ›  [BUGFIX] Ensure buildAnnotation survives a round trip from watcher -> builder -> the fulfillment value of watcher.currentBuild
  • v3.3.2 Changes

    • โฌ†๏ธ Semver compatible dependency upgrades
  • v3.3.1 Changes

    • ๐Ÿ›  [BUGFIX] restore static APIs on Broccoli.Builder that got dropped during the typescript conversion
  • v3.3.0 Changes

    February 29, 2020
    • Code-base utilizes async/await where appropriate
    • ๐Ÿ›  [BUGFIX] no longer cause spurious unhandled promise rejections warnings
    • convert lib to typescript
    • migrate to github actions