CHANGES 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. For recent changelog see CHANGELOG.md
  2. -----
  3. v1.1.0 -- 2016.08.12
  4. * Add isVarNameValid utility
  5. v1.0.0 -- 2015.09.03
  6. * Support methods in function resolver
  7. * Allow operator chars as triggers
  8. * `resolveSeparated` utility
  9. * `resolveArguments` utility
  10. * `isStringLiteral` utility
  11. * `ensureStringLiteral` utility
  12. * `stripComments` utility
  13. * `resolveConcat` utility
  14. * Fix bug in multiline comments handling
  15. * Optimise and improve internal algorithms
  16. * Simplify internal algorithm with cost of invalid `{} /regexp/` handling
  17. * Improve arguments validation
  18. * Reorganise private modules into lib folder
  19. * Improve tests
  20. * Fix spelling of LICENSE
  21. * Update Travis CI configuration
  22. v0.1.1 -- 2014.08.08
  23. * Fix support for one character named functions in `function` utility.
  24. Thanks @kamsi for picking this up
  25. * Add lint configuration
  26. * Update dependencies configuration
  27. v0.1.0 -- 2014.04.28
  28. * Assure strictly npm hosted dependencies
  29. * Add accessedProperties resolver
  30. * Expose whitespace maps as individual modules
  31. v0.0.0 -- 2013.11.06
  32. Initial (dev version)