Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 4.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. v2.1.0 - January 6, 2018
  2. * 827f314 Update: support node ranges (fixes #89) (#190) (Teddy Katz)
  3. v2.0.2 - November 25, 2017
  4. * 5049ee3 Fix: Remove redundant LICENSE/README names from files (#203) (Kevin Partington)
  5. v2.0.1 - November 10, 2017
  6. * 009f33d Fix: Making sure union type stringification respects compact flag (#199) (Mitermayer Reis)
  7. * 19da935 Use native String.prototype.trim instead of a custom implementation. (#201) (Rouven Weßling)
  8. * e3a011b chore: add mocha.opts to restore custom mocha config (Jason Kurian)
  9. * d888200 chore: adds nyc and a newer version of mocha to accurately report coverage (Jason Kurian)
  10. * 6b210a8 fix: support type expression for @this tag (fixes #181) (#182) (Frédéric Junod)
  11. * 1c4a4c7 fix: Allow array indexes in names (#193) (Tom MacWright)
  12. * 9aed54d Fix incorrect behavior when arrow functions are used as default values (#189) (Gaurab Paul)
  13. * 9efb6ca Upgrade: Use Array.isArray instead of isarray package (#195) (medanat)
  14. v2.0.0 - November 15, 2016
  15. * 7d7c5f1 Breaking: Re-license to Apache 2 (fixes #176) (#178) (Nicholas C. Zakas)
  16. * 5496132 Docs: Update license copyright (Nicholas C. Zakas)
  17. v1.5.0 - October 13, 2016
  18. * e33c6bb Update: Add support for BooleanLiteralType (#173) (Erik Arvidsson)
  19. v1.4.0 - September 13, 2016
  20. * d7426e5 Update: add ability to parse optional properties in typedefs (refs #5) (#174) (ikokostya)
  21. v1.3.0 - August 22, 2016
  22. * 12c7ad9 Update: Add support for numeric and string literal types (fixes #156) (#172) (Andrew Walter)
  23. v1.2.3 - August 16, 2016
  24. * b96a884 Build: Add CI release script (Nicholas C. Zakas)
  25. * 8d9b3c7 Upgrade: Upgrade esutils to v2.0.2 (fixes #170) (#171) (Emeegeemee)
  26. v1.2.2 - May 19, 2016
  27. * ebe0b08 Fix: Support case insensitive tags (fixes #163) (#164) (alberto)
  28. * 8e6d81e Chore: Remove copyright and license from headers (Nicholas C. Zakas)
  29. * 79035c6 Chore: Include jQuery Foundation copyright (Nicholas C. Zakas)
  30. * 06910a7 Fix: Preserve whitespace in default param string values (fixes #157) (Kai Cataldo)
  31. v1.2.1 - March 29, 2016
  32. * 1f54014 Fix: allow hyphens in names (fixes #116) (Kai Cataldo)
  33. * bbee469 Docs: Add issue template (Nicholas C. Zakas)
  34. v1.2.0 - February 19, 2016
  35. * 18136c5 Build: Cleanup build system (Nicholas C. Zakas)
  36. * b082f85 Update: Add support for slash in namepaths (fixes #100) (Ryan Duffy)
  37. * def53a2 Docs: Fix typo in option lineNumbers (Daniel Tschinder)
  38. * e2cbbc5 Update: Bump isarray to v1.0.0 (Shinnosuke Watanabe)
  39. * ae07aa8 Fix: Allow whitespace in optional param with default value (fixes #141) (chris)
  40. v1.1.0 - January 6, 2016
  41. * Build: Switch to Makefile.js (Nicholas C. Zakas)
  42. * New: support name expression for @this tag (fixes #143) (Tim Schaub)
  43. * Build: Update ESLint settings (Nicholas C. Zakas)
  44. v1.0.0 - December 21, 2015
  45. * New: parse caption tags in examples into separate property. (fixes #131) (Tom MacWright)
  46. v0.7.2 - November 27, 2015
  47. * Fix: Line numbers for some tags (fixes #138) Fixing issue where input was not consumed via advance() but was skipped when parsing tags resulting in sometimes incorrect reported lineNumber. (TEHEK)
  48. * Build: Add missing linefix package (Nicholas C. Zakas)
  49. v0.7.1 - November 13, 2015
  50. * Update: Begin switch to Makefile.js (Nicholas C. Zakas)
  51. * Fix: permit return tag without type (fixes #136) (Tom MacWright)
  52. * Fix: package.json homepage field (Bogdan Chadkin)
  53. * Fix: Parse array default syntax. Fixes #133 (Tom MacWright)
  54. * Fix: Last tag always has \n in the description (fixes #87) (Burak Yigit Kaya)
  55. * Docs: Add changelog (Nicholas C. Zakas)
  56. v0.7.0 - September 21, 2015
  57. * Docs: Update README with new info (fixes #127) (Nicholas C. Zakas)
  58. * Fix: Parsing fix for param with arrays and properties (fixes #111) (Gyandeep Singh)
  59. * Build: Add travis build (fixes #123) (Gyandeep Singh)
  60. * Fix: Parsing of parameter name without a type (fixes #120) (Gyandeep Singh)
  61. * New: added preserveWhitespace option (Aleks Totic)
  62. * New: Add "files" entry to only deploy select files (Rob Loach)
  63. * New: Add support and tests for typedefs. Refs #5 (Tom MacWright)