Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.13 KB

File metadata and controls

54 lines (34 loc) · 1.13 KB

0.9.0 / 2014-10-22

  • Only run the replace task on js, css, json and txt
  • Move grunt/settings/jshint and jsbeautify files to root of project, and use the grunt task to differentiate between devel and release tasks.
  • Use end-with-newline for jsbeautify settings
  • Replace package-name

0.8.0 / 2014-09-11

  • Switch from testem to karma, add coverage, clean up Gruntfile.

0.7.0 / 2014-08-28

  • Run jsbeautifier:verify when running grunt:release.

0.5.0 / 2014-06-30

  • Add devDependencies command.
  • Add specific options including version and help.

0.4.3 / 2014-06-24

  • Create source maps by default.

0.4.2 / 2014-06-24

  • jsbeautifier always beautifies package.json and bower.json.

0.4.1 / 2014-06-21

  • Fix major bug with callbacks.

0.3.0 / 2014-06-21

  • Clean up bin. Document.

0.2.0 / 2014-06-19

  • Update grunt tasks.

0.1.0 / 2014-06-17

  • Run pjs-settings to copy grunt tasks, Gruntfile.js, and jshint/jsbeautify to your project.