Skip to content

Release 1.0.0!

Compare
Choose a tag to compare
@teppeis teppeis released this 16 Feb 16:35

Features

  • Inline hint: suppressUnused and suppressRequire. See README.
  • Support for @typedef annotaion (#18)
  • Add default roots used in Clsoure Library like "soy" (#25)
  • .fixclosurerc will be searched from current directory up to filesystem root (#35)
  • Add --showSuccess option that enables to output passed file info.

Bug Fixes

  • Allow a single root packages like goog.require('soy') (#31)
  • Require a parent namespace of a private property used in the file (#19)

Breaking changes

  • Rename --packageMethods to --namespaceMethods (#36)
  • Output messages are changed (#30)
  • Don't show messages abount passed files by default. Use --showSuccess option to show it.

Core

  • Update dependencies
  • Use JSHint
  • Use ES5 strict mode