Skip to content

Latest commit

 

History

History
139 lines (76 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

139 lines (76 loc) · 7.01 KB

1.2.3 (2018-04-23)

Other Commits

  • dce3785 upgrade to latest bumble-docs to mitigate ES2015 preset issue

1.2.2 (2018-04-22)

Other Commits

  • e6b674a upgrade to latest bumble-docs to mitigate ES2015 preset issue

1.2.1 (2018-04-16)

Other Commits

  • e2690d5 upgrade bumble-docs to 0.9.1 (marked to 0.3.9) to appease github nanny bot

1.2.0 (2018-04-5)

Other Commits

  • 13ae3d9 update packages for react 16 support

1.1.0 (2017-06-18)

Adds default rule for compiling all *.cjsx or *.coffee files in src/ to lib/

1.0.0 (2017-06-17)

Other Commits

  • 486f374 breaking change: switched from trying to host and extend custom webpack and gruntfile configs to just copying the boilerplate files down to project root

0.6.6 (2017-02-18)

Other Commits

  • 89a9c7b upgrade bumble-test to 0.4.1

0.6.5 (2017-02-18)

Other Commits

  • fea375f upgrade bumble-test to 0.4.0

0.6.4 (2017-02-18)

Other Commits

  • 617459a add grunt task for coverage report

0.6.3 (2017-02-3)

Other Commits

  • 2806dd7 typo correction in last change log
  • 0bafdec update grunt available task messaging to reflect change in not building docs by default

0.6.2 (2017-02-3)

updated dependencies

Other Commits

  • 0740543 upgrade bumble-util to 0.2.1; add .bablerc

0.6.1 (2017-01-29)

Other Commits

  • 831e858 do not clean docs dir on clean either

0.6.0 (2017-01-29)

No longer builds docs by default.

Other Commits

  • f07a6a2 do not build docs unless explicit

0.5.0 (2016-11-326)

Other Commits

  • 51f090b update bumble-docs to 0.5.0
  • db1009c show example of how to override a single grunt config thing

0.4.0 (2016-11-325)

Other Commits

  • 12e9676 cleanup - remove unneccesary presets on js/jsx remove console.log debugging
  • e516e14 simplify passing passing partial grunt config into BumbleBuild.gruntConfig
  • c1bd524 support for user modified loaders and externals without having to repeat all of default config loaders and externals
  • 47dc858 lock down versions of installed dev packages to currently used by react-datum. remove unused var in init

0.3.6 (2016-05-123)

testing publish package

0.3.5 (2016-04-120)

Other Commits

  • b1b203c fix grunt version at 0.4.5 because 1.0 breaks several contrib packages dependencies

0.3.4 (2016-04-109)

New Features

  • 19a3f35 adds default support for json loader

Other Commits

  • 909813d update bumble-docs to latest

0.3.3 (2016-04-107)

Bugs Fixed in this Release

  • 106e37c fix issues with requiring user webpack config

0.3.2 (2016-04-107)

Other Commits

  • 4007cd1 update version of bumble-docs to latest

0.3.1 (2016-04-102)

Other Commits

  • 419c1c3 correct underscore inclusion in webpack config

0.3.0 (2016-03-66)

Other Commits

  • 4c51f79 change name of deploy script

0.2.4 (2016-03-66)

Other Commits

  • b95997f add coffee and cjsx loaders