Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.15 KB

0.2.4 (2015.6.9)

Bug fixed

  • Eslint: typo, #17 and improve .eslintrc

0.2.3 (2015.6.3)

Features

  • Package Version: use latest release electron version as default
  • Ignore Large peerDependencies

Bug fixed

  • Npm Script: typo, #6
  • Missing css: #7

0.2.2 (2015.6.2)

Features

  • electron-debug

Bug fixed

  • Webpack: add .json and .node to extensions for imitating node require.
  • Webpack: set node_modules to externals for native module support.

0.2.1 (2015.5.30)

Bug fixed

  • Webpack: #1, change build target to atom.

0.2.0 (2015.5.30)

Features

  • Ignore: test, tools, release folder and devDependencies in package.json.
  • Support asar
  • Support icon

0.1.0 (2015.5.27)

Features

  • Webpack: babel, react-hot, ...
  • Flux: actions, api, components, containers, stores..
  • Package: darwin (osx), linux and win32 (windows) platform.