Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

84 lines (49 loc) · 2.65 KB

Changelog

0.8.0 (Oct 21, 2016)

  • 15af13e Including dist/ when releasing to npm

0.7.0 (Oct 17, 2016)

  • fa7dc51 Make UMD bundle compatible with RequireJS

0.6.1 (Jul 12, 2016)

0.6.0 (Jul 08, 2016)

  • 52e37e8 Put local node_modules/.bin in PATH
  • 80a24d5 Upgrade babel-eslint

0.5.4 (Jan 29, 2016)

  • 1f350d7 Adding originate as a dependency.
  • 49683e8 Updating karma dependency.
  • 23924bc Fixing typo in help command.

0.5.3 (Oct 22, 2015)

  • 75f9fa1 Updating dependencies.
  • 3eae18e Fixing issue with ReactDOM being bundled with components.

0.5.2 (Sep 09, 2015)

  • 6f2facf Fixing issue with React being bundled with components.

0.5.1 (Aug 10, 2015)

0.5.0 (Aug 10, 2015)

  • ff47111 Making things more stable by getting rid of semver ranges.
  • 8a22df4 Updating ESLint config.

0.4.0 (Jul 19, 2015)

  • 166348e Removing error triggered by running rackt on a non-project directory.
  • b0f65b4 Adding ability to generate a component.
  • b08cf8e Adding ESLint to testing.
  • 1bbf5e6 Honoring main in package.json as component entry.
  • c10754d Changing test --ci option to use standard --single-run.
  • d0b6a01 Renaming dev command to server.
  • fe8e9ad Allowing additional parameters to be passed to dev server.

0.3.2 (Jun 12, 2015)

  • b6313bd Fixing issue with releasing to npm

0.3.1 (Jun 11, 2015)

  • e942c2f Fixing bad reference to dependency

0.3.0 (Jun 11, 2015)

  • 14e720d Supporting ES6 syntax via babel
  • 49489e3 Tests are now expected to be under lib/ using suffix -test.js

0.2.0 (Jun 12, 2015)

  • a1c1028 Removing browserify in favor of webpack
  • 12dd98e Using webpack for testing
  • 9d600c7 Using babel-loader for handling JSX

0.1.2 (Jan 03, 2015)

  • a78e2f8 Switching all tasks to use bash

0.1.1 (Jan 03, 2015)

  • 322e68f Fixing issue with Travis CI preferring bash over shell

0.1.0 (Jan 03, 2015)

  • Initial release