All Versions
42
Latest Version
Avg Release Cycle
149 days
Latest Release
-

Changelog History
Page 3

  • v0.5.1 Changes

    • ๐Ÿ›  Fix bug related to reading dumps
  • v0.5.0 Changes

    • ๐Ÿ‘ Multi-language support was added
    • Basic Elixir capabilities were added
    • TomDoc compatibility was improved
    • โš  stty warning when reading terminal size was fixed
    • ๐Ÿ›  Many Rubocop alerts were fixed (thanks @yous)
  • v0.4.11 Changes

    • โž• Add undefined to the list of values used to indicate that a return value is not intended for further use. The current list is nil, nothing, void, and undefined.
  • v0.4.10 Changes

    • ๐Ÿ“„ This patch handles cases where the docs indicate that a return value is not intended for further use. After this patch, Inch won't suggest "Describe what foo returns." anymore.
  • v0.4.9 Changes

    • ๐Ÿ›  Fixes bugs introduced in 0.4.8
  • v0.4.8 Changes

    • ๐Ÿ›  Fix a bug related to "CLI classes must be required seperately from now on" Note to self: read own CHANGELOG more carefully in the future
  • v0.4.7 Changes

    • CLI classes must be required seperately from now on
    • external data read by NoDocHelper is encoded as UTF-8
    • YARD's attribute directive is now interpreted correctly
    • ๐Ÿ“„ Docs are now evaluated for class variables as well
    • ๐Ÿ‘ TomDoc support has been improved
    • ๐Ÿ’… Method parameter name recognition has been improved for RDoc style comments
    • ๐Ÿ’… Compliance with the Ruby Style Guide has been improved (thanks @yous)
  • v0.4.6 Changes

    • Do not count @yield tag if it is auto-assigned via YARD
  • v0.4.5 Changes

    • ๐Ÿ›  Fixes a warning regarding re-initialized constants related to require_relative (thanks @jfelchner)
  • v0.4.4 Changes

    • ๐Ÿ›  Fixes some bugs introduced in 0.4.3 concerning documentation that is auto-generated by YARD and should not be recognized by Inch