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

Changelog History
Page 4

  • v0.4.3 Changes

    • ๐Ÿ›  Fixes a bug where the 'show' command did not properly recognize overloaded method signatures
  • v0.4.2 Changes

    • ๐Ÿ“„ The 'inspect' command now shows the original docstring provided by the YARD object provider instead of parsing the string itself
  • v0.4.1 Changes

    • ๐Ÿ›  Bugfix regarding @overload tags (thanks @cbeer)
  • v0.4.0 Changes

    • ๐Ÿ†• new diff command
    • ๐Ÿ‘ better support for YARD's @overload tag
    • ๐Ÿ›  several bugfixes (as always)
  • v0.3.3 Changes

    • ๐Ÿ›  Fix rake task
    • โœ‚ Remove unused constant
    • โž• Add support for overload tag
    • โž• Add failing test re: method overloading
    • โšก๏ธ Update README with configuration instructions
  • v0.3.2 Changes

    • ๐Ÿ›  Fix bug when parsing .inch.yml
    • โœ… Separate test suite in unit and integration tests
    • ๐Ÿ‘Œ Support regexes in .inch.yml
    • โž• Add some basic ideas for .inch.yml support
    • โœ… Speed up tests by caching code objects
  • v0.3.1 Changes

    • ๐Ÿ›  Fix error with empty docstring
    • Do not count @raise tag if it is auto-assigned via YARD
    • โž• Add a role to encapsulate notations of private tags
    • โšก๏ธ Update Docstring to detect internal apis
    • ๐Ÿ›  Fix output of priority arrows in Suggest command
    • ๐Ÿ“„ Use original docstring to determine if an object is undocumented?
    • ๐Ÿ›  Fix things complained about in last commit
    • โœ… Exclude failing test
    • Don't apply transitive :since tag to children's evaluation
    • ๐Ÿ›  Fix bug in YARD method object proxy
    • ๐Ÿ›  Fix wrong detection of splat and block parameters
    • ๐Ÿ›  Fix 1.9.3 compatibility of Inch::Utils::UI
    • ๐Ÿ›  Fix #depth method
    • โž• Add Inch::Utils::UI utility class
    • Cache some repeatedly calculated values
  • v0.3.0 Changes

    • โž• Add proxy for RootObject to YARD object provider
    • Ignore some YARD code objects by type
    • โœ‚ Remove YARD from core_ext
    • ๐Ÿ›  Fix bug showing wrong paths instead of files in Suggest
    • Ensure output if Suggest has nothing to suggest
    • ๐Ÿ”€ Merge pull request #5 from splattael/perf
    • โฌ†๏ธ Upgrade to Ruby 2.1 as default
    • Prefer Module#const_get(class_name) over eval(class_name)
    • Prefer public_send(name) over method(name).call
    • Perf: Index codeobjects objects by fullname
    • ๐Ÿ”€ Merge pull request #4 from jimjeffers/master
    • ๐Ÿ›  Fixed minor typo in CLI for suggest command.
    • Require 'forwardable' at the very top
    • โž• Add fix for failing test
    • โž• Add failing test fixture
    • ๐Ÿ”จ Refactor Evaluation namespace
    • โž• Add doc to ObjectsFilter
    • โž• Add CodeObject::Provider modules
    • Rewrite Evaluation Role model
    • โž• Add some more docs
    • Extract shared specs into own file
    • โœ… Depend on minitest ~> 5.2
    • ๐Ÿ”€ Merge pull request #3 from splattael/simplecov
    • โž• Add docs to ReadWriteMethods
    • ๐Ÿ”ง Move simplecov's configuration into own file
    • โž• Add tests for new API classes
    • ๐Ÿ“‡ Rename Evaluation::WeightedList -> Utils::WeightedList
    • ๐Ÿ›  Fix description of stats command
    • โž• Add PriorityRange
    • ๐Ÿ”จ Refactor inspect/show output
    • Introduce API namespace
    • ๐Ÿ›  Fix wrong command registration in Command::Inspect
    • โž• Add Codebase::ObjectsFilter
    • โšก๏ธ Update commands to use Codebase
    • Introduce Codebase namespace
    • โœ‚ Remove unused method alias
    • ๐Ÿ›  Fix bug in Docstring
  • v0.2.3 Changes

    • โฌ†๏ธ Bump version
    • Rescue error raised by YARD
    • ๐Ÿ“œ Let Command classes register themselves in CommandParser
    • ๐Ÿ›  Fix failing tests (typo)
    • ๐Ÿ”จ Refactor some more methods
    • ๐Ÿ”จ Refactor complex methods
    • โž• Add Getter and Setter roles
    • ๐Ÿ”จ Refactor ScoreRanges into GradeLists
    • โž• Add Inch::Config
    • ๐Ÿ“‡ Rename Evaluation::Criteria -> ObjectSchema
    • โž• Add weighted_list for suggest output
    • ๐Ÿ‘‰ Make CodeObject::Proxy#object an attr_reader
  • v0.2.2 Changes

    • ๐Ÿ›  Fix bug related to private @api tags (again)