Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Latest commit

 

History

History
57 lines (46 loc) · 2.13 KB

changelog.md

File metadata and controls

57 lines (46 loc) · 2.13 KB

v1.5.0

  • Use absolute URLs in script loader (#66 @tschaub)
  • Compiler updates (#60 @fredj)

v1.4.0

  • Add serve command (#53 @elemoine)
  • Add build command (#52 @elemoine)
  • Correct example (#55 @malaretv)
  • Dependency updates to work with Node 0.12 (#54 @malaretv)
  • Compiler updates (#46, #51 @fredj)
  • Library update (#50 @elemoine)

v1.3.0

  • Address windows issues (#42 @tschaub)

v1.2.0

  • Upgrade closure compiler version (v20141120) (#43 @fredj)

v1.1.0

  • Upgrade closure compiler version (v20140923) (#40 @fredj)
  • Use options for configuring root. (#39 @gingerik)

v1.0.0

  • Provide a command line interface for updating deps. (#38 @tschaub)
  • Updating send and grunt-contrib-watch dependencies. (#37 @pdehaan)
  • Upgrade closure compiler version (v20140814) (#35 @fredj)
  • Update Closure library url in readme (#32 @probins)
  • Upgrade closure compiler version (v20140730) (#33 @fredj)
  • Add and export getLibraryPath and getCompilerPath (#29 @elemoine)
  • Upgrade compiler and library default version (#28 @fredj)
  • Allow cwd to be configured for compile. (#27 @tschaub)
  • Fix bug in config.js (#26 @elemoine)
  • Fail earlier on improper configuration. (#25 @tschaub)
  • Add ignoreRequires option to manager (#22 @elemoine)
  • Force an update of npm before installing dependencies (#23 @tschaub)
  • Updates to work with Node 0.11. (#21 @tschaub)
  • Update readme for new Closure compiler home (#17 @probins)
  • Include scripts that call goog.addDependency. (#16 @tschaub)
  • Upgrade closure compiler version (v20140407) (#13 @fredj)
  • Correct a couple of minor typos in readme. (#12 @probins)
  • Accept JVM arguments. (#11 @tschaub)
  • Upgrade closure compiler version (#9 @fredj)
  • Correct formatting of error message. (#8 @tschaub)
  • API updates. (#7 @tschaub)
  • Changes to compile workflow. (#6 @tschaub)
  • Ignore directory changes. (#5 @tschaub)
  • Reduce dependencies and allow configuration. (#4 @tschaub)
  • Clearer error messages for known error codes. (#3 @tschaub)
  • Extend http.Server. (#2 @tschaub)
  • Filter out directories when globbing. (#1 @tschaub)
  • The loader script is configured to log parsing errors and reload the page on update. (#1 @tschaub)