- upgrade browserify to v13.0.1
- fix: directly require factor-bundle. #61
- internal: fix watch test not finishing
- internal: linter cleanup
- add: Setting default watchify delay to 0
- fix: transforms not getting passed in
- internal: replace jshint and jscs with eslint
- remove reactify and replace it with babelify
- add
opts.defaultTransforms
to disable the builtin transforms
- revert to browserify v7. See #55
- Upgrade dependencies
- Add:
opts.cache
for much faster incremental builds.
- Upgrade dependencies: Browserify got a major version bump
- now testing against node 0.12 & iojs@latest
- update minifify: now outputs a buffer like it's supposed to
- upgrade browserify to v8
- upgrade several other deps
- Work around for Browserify v7.0.1 change that breaks transforms that are passed as string options instead of functions. See: browserify/browserify#1032
- Fixes a bug in global transforms that was a remnant of the Browserify v5 transition.
- dependency updates: Browserify v7 and reactify v0.17
- Fixed regression: require option works again.
- Fixed regression: all options are now passed to browserify (again)
- Fix sourcemaps always on
- Fixes some syntax errors not erroring out on compile
- Update reactify to 0.16.x
- Fixed watchify for updated version. There was a breaking change that sunk by us.
- upgraded deps to the latest versions
- reactify is a breaking change b/c react introduced many breaking changes
- hbsfy update to handlebars 2.0. breaking changes.
- added
npm run tdd
- upgraded to browserify v5
- breaking change! the callback now passes a buffer, not a string. Use
.toString()
- breaking change! the callback now passes a buffer, not a string. Use
- added
opts.common
for factor-bundle support. - added
opts.minify
for js minification!
- all tests now pass
- add travis
- add react's jsx